File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 88-------
99- *Insert changes/features/fixes for next release here *
1010
11+ tmuxp 1.7.0a4 (2021-01-06)
12+ --------------------------
13+ - Port click package fix from 1.6.4
14+
1115tmuxp 1.7.0a3 (2020-11-22)
1216--------------------------
1317- Port ``tmuxp load <filename> --log-level outputfile.log `` from
@@ -29,6 +33,11 @@ tmuxp 1.7.0a1 (2020-11-07)
2933
3034 Thank you @joseph-flinn!
3135
36+ tmuxp 1.6.4 (2021-01-06)
37+ ------------------------
38+ - :issue: `651 ` Fix packaging issue with click, thanks @dougharris! Fixes
39+ :issue: `649 `
40+
3241tmuxp 1.6.3 (2020-11-22)
3342------------------------
3443- :issue: `647 ` Adding option to dump `load ` output to log file, thank you
Original file line number Diff line number Diff line change 11kaptan>=0.5.10
2- libtmux>=0.8<0.9
3- click>=7<8
2+ libtmux>=0.8, <0.9
3+ click>=7, <8
44colorama>=0.3.9
Original file line number Diff line number Diff line change 11__title__ = 'tmuxp'
22__package_name__ = 'tmuxp'
3- __version__ = '1.8.0 '
3+ __version__ = '1.7.0a4 '
44__description__ = 'tmux session manager'
5566__author__ = 'Tony Narlock'
You can’t perform that action at this time.
0 commit comments