File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 8
8
-------
9
9
- *Insert changes/features/fixes for next release here *
10
10
11
+ tmuxp 1.7.0a4 (2021-01-06)
12
+ --------------------------
13
+ - Port click package fix from 1.6.4
14
+
11
15
tmuxp 1.7.0a3 (2020-11-22)
12
16
--------------------------
13
17
- Port ``tmuxp load <filename> --log-level outputfile.log `` from
@@ -29,6 +33,11 @@ tmuxp 1.7.0a1 (2020-11-07)
29
33
30
34
Thank you @joseph-flinn!
31
35
36
+ tmuxp 1.6.4 (2021-01-06)
37
+ ------------------------
38
+ - :issue: `651 ` Fix packaging issue with click, thanks @dougharris! Fixes
39
+ :issue: `649 `
40
+
32
41
tmuxp 1.6.3 (2020-11-22)
33
42
------------------------
34
43
- :issue: `647 ` Adding option to dump `load ` output to log file, thank you
Original file line number Diff line number Diff line change 1
1
kaptan>=0.5.10
2
- libtmux>=0.8<0.9
3
- click>=7<8
2
+ libtmux>=0.8, <0.9
3
+ click>=7, <8
4
4
colorama>=0.3.9
Original file line number Diff line number Diff line change 1
1
__title__ = 'tmuxp'
2
2
__package_name__ = 'tmuxp'
3
- __version__ = '1.8.0 '
3
+ __version__ = '1.7.0a4 '
4
4
__description__ = 'tmux session manager'
5
5
6
6
__author__ = 'Tony Narlock'
You can’t perform that action at this time.
0 commit comments