File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,14 @@ Changelog
44
55Here you can find the recent changes to tmuxp
66
7- current
8- -------
7+ tmuxp 1.5.7 (2020-09-13)
8+ ------------------------
9+ - :issue: `590 ` Add new session name option to cli
10+ - :issue: `590 ` Add test for new session name option
11+ - :issue: `590 ` Updata docs for new session name option
12+
13+ tmuxp 1.5.6 (2020-08-16)
14+ ------------------------
915- :issue: `623 ` Move docs from RTD to self-serve site
1016- :issue: `623 ` Modernize Makefiles
1117- :issue: `623 ` New development docs
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ skip-string-normalization = true
33
44[tool .poetry ]
55name = " tmuxp"
6- version = " 1.5.5 "
6+ version = " 1.5.7 "
77description = " tmux session manager"
88license = " MIT"
99authors = [
" Tony Narlock <[email protected] >" ]
Original file line number Diff line number Diff line change 11__title__ = 'tmuxp'
22__package_name__ = 'tmuxp'
3- __version__ = '1.5.5 '
3+ __version__ = '1.5.7 '
44__description__ = 'tmux session manager'
5566__author__ = 'Tony Narlock'
You can’t perform that action at this time.
0 commit comments