Skip to content

Commit 0b880b7

Browse files
committed
Version 0.1.9, changes by @ThiefMaster #73, #76, #77.
1 parent e19147e commit 0b880b7

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGES

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,25 @@ Changelog
44

55
Here 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`_.

tmuxp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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'

0 commit comments

Comments
 (0)