File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ Changelog
44
55Here 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+
7210.1.5.1
822-------
923
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments