Skip to content

Commit 93435f0

Browse files
committed
v0.0.28
1 parent 5ceba30 commit 93435f0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Here you can find the recent changes to tmuxp.
88

99
- [cli] fix bug where if inside tmux, loading a workspace via switch_client
1010
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.
1116

1217
2013-10-29
1318
----------

tmuxp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
import logging
2424

25-
__version__ = '0.0.27'
25+
__version__ = '0.0.28'

0 commit comments

Comments
 (0)