We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ceba30 commit 93435f0Copy full SHA for 93435f0
CHANGES
@@ -8,6 +8,11 @@ Here you can find the recent changes to tmuxp.
8
9
- [cli] fix bug where if inside tmux, loading a workspace via switch_client
10
wouldn't work.
11
+- [cli] fix bug where ``tmuxp load .`` would return an error instead of a
12
+ notice.
13
+- [cli] ``tmuxp freeze <filename>`` experimental
14
+- [freeze] [tests] tmuxp now has experimental support for freezing live
15
+ sessions.
16
17
2013-10-29
18
----------
tmuxp/__init__.py
@@ -22,4 +22,4 @@
22
23
import logging
24
25
-__version__ = '0.0.27'
+__version__ = '0.0.28'
0 commit comments