Skip to content

Releases: Ganneff/tm

v0.5.11

12 Apr 20:51
Compare
Choose a tag to compare
Merge ssh/syncssh into setup_simple_session

v0.5.10

10 Apr 11:45
Compare
Choose a tag to compare
Move config file parsing into Session

Prepare for setting up "extended" config file sessions, now with one
function able to handle both types of files.

v0.5.9

20 Mar 21:17
Compare
Choose a tag to compare
Make grouped session feature work

v0.5.8

19 Mar 22:42
Compare
Choose a tag to compare
And more tests

v0.5.7

18 Mar 10:35
Compare
Choose a tag to compare
Catch an empty-output LIST command, closes: #3

v0.5.6

18 Mar 10:11
Compare
Choose a tag to compare
Move has_session and attach into Session and adjust callers

v0.5.5

18 Mar 09:42
Compare
Choose a tag to compare
kill_session moved to session.kill()

v0.5.4

18 Mar 08:14
Compare
Choose a tag to compare
Use home_dir crate and expand ~, also support $HOME, closes: #4

v0.5.3

17 Mar 22:29
Compare
Choose a tag to compare
session name handling changed

now with struct session (will get more functions handling session
things), use changed way of getting session name set.

v0.5.2

17 Mar 10:19
Compare
Choose a tag to compare
Start better handling of session data

Hold one central session variable for whole runtime, based on struct
Session, and use that Struct to centrally deal with things around
session.

Start with session name and cleanups needed in it, and make
simple_config its first user.