File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,25 @@ Changelog
44
55Here you can find the recent changes to tmuxp.
66
7- v0.1.8
8- ------
7+ 0.1.9
8+ -----
9+
10+ 2 bug fixes and allow panes with no shell commands to accept options,
11+ thanks for these 3 patches, `@ThiefMaster `_:
12+
13+ - [builder]: `Issue #73 `_: Fix an error caused by spaces in
14+ ``start_directory ``.
15+ - [builder]: `Issue #77 `_: Fix bug where having a ``- `` in a
16+ ``shell_command `` would cauesd a build error.
17+ - [config]: `Issue #76 `_: Don't require ``shell_command `` to
18+ pass options to panes (like ``focus: true ``).
19+
20+ .. _Issue #73 : https://github.com/tony/tmuxp/issues/73
21+ .. _Issue #76 : https://github.com/tony/tmuxp/issues/76
22+ .. _Issue #77 : https://github.com/tony/tmuxp/issues/77
23+
24+ 0.1.8
25+ -----
926
1027- [cli] [freezer]: `Issue #72 `_: Create destination directory if it
1128 doesn't exist. Thanks `@ThiefMaster `_.
Original file line number Diff line number Diff line change 1313
1414__title__ = 'tmuxp'
1515__package_name__ = 'tmuxp'
16- __version__ = '0.1.8 '
16+ __version__ = '0.1.9 '
1717__description__ = 'Manage tmux sessions thru JSON, YAML configs. Features Python API'
1818__email__ = 'tony@git-pull.com'
1919__author__ = 'Tony Narlock'
You can’t perform that action at this time.
0 commit comments