All Versions
27
Latest Version
Avg Release Cycle
70 days
Latest Release
1641 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.6.0 Changes
September 16, 2016- ๐ป Raise exception for invalid session names. tmux does not allow names that are empty, contain periods or colons.
- โ Remove unused
target_sesssion
param inServer.attach_session
andServer.switch_client
.
-
v0.5.1 Changes
August 18, 2016- :issue:
12
- fix logger message when tmux doesn't exist inPATH
- :issue:
-
v0.5 Changes
June 15, 2016- ๐ป :issue:
8
new exceptionUnknownOption
- :issue:
8
returnNone
for options that are valid tmux options, but unset at that scope. - ๐ :issue:
6
major documentation overhaul
- ๐ป :issue:
-
v0.4.1 Changes
May 23, 2016- โก๏ธ update
which()
to find tmux viaos.environ['PATH']
. https://redd.it/4laeut
- โก๏ธ update
-
v0.4.0 Changes
May 23, 2016- attributes for formatters are now accessible via
Session
,Window
andPane
objects.session.name
is equivalent tosession.get('session_name')
, you can do the same with other properties in_info
.window.name
,pane.current_path
,session.id
,window.id
,pane.id
,session.index
,window.index
,pane.index
, etc. attached_sessions
,attached_window
andattached_pane
are now properties.- ๐
_TMUX
metadata object changed to_info
. .findWhere()
is nowfind_where
.- ๐ README and usage fixes
- attributes for formatters are now accessible via
-
v0.3.0 Changes
May 23, 2016- โ switch to pytest
-
v0.1.0 Changes
May 22, 2016- libtmux forked from
tmuxp
_.
.. _tmuxp: https://github.com/tmux-python/tmuxp .. _@askedrelic: https://github.com/askedrelic
.. # vim: set filetype=rst:
- libtmux forked from