Skip to content

Commit 0cba1c5

Browse files
committed
v0.1.6
1 parent bb555f7 commit 0cba1c5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Changelog
44

55
Here you can find the recent changes to tmuxp.
66

7+
0.1.6
8+
-----
9+
10+
- [internals]: :meth:`Window.split_window()` now allows ``-c
11+
start_directory``.
12+
- [builder] `Issue #35`_ - Builder will now use ``-c start_directory`` to
13+
create new windows and panes.
14+
15+
This removes a hack where ``default-path`` would be set for new pane and
16+
window creations. This would bleed into tmux user sessions after
17+
creations.
18+
19+
.. _Issue #35: https://github.com/tony/tmuxp/issues/35
20+
721
0.1.5.1
822
-------
923

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.5.1'
16+
__version__ = '0.1.6'
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)