-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
32 lines (20 loc) · 807 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
tmuss changelog
===============
Version 0.2.1 (20th June 2016)
------------------------------
- Update version number
Version 0.2.0 (14th June 2016)
------------------------------
- Add Bash and zsh completion.
- Profiles are now listed as columns. If 'tmuss' is invoked without
arguments it will list started sessions only. Every started session
is marked as detached or attached.
- Improved error handling in case no profiles are found.
Version 0.1.0 (20th June 2015)
------------------------------
Initial release
Tmuss is a profile based Tmux session management. It executes a set of
commands defined in a profile file, which allows you simple Tmux session
management.
Initial release supports listing profiles, creating profile based
sessions, and attaching to existing sessions.