Here you can find the recent changes to libtmux
- :release:`0.6.0 <2016-09-16>`
- :support:`-` Raise exception for invalid session names. tmux does not allow names that are empty, contain periods or colons.
- 🐛`-` Remove unused
target_sesssionparam inServer.attach_sessionandServer.switch_client. - :release:`0.5.1 <2016-08-18>`
- 🐛`12` - fix logger message when tmux doesn't exist in
PATH - :release:`0.5 <2016-06-15>`
- :feature:`8` new exception
UnknownOption - :feature:`8` return
Nonefor options that are valid tmux options, but unset at that scope. - :support:`6` major documentation overhaul
- :release:`0.4.1 <2016-05-23>`
- :support:`-` update
which()to find tmux viaos.environ['PATH']. https://redd.it/4laeut - :release:`0.4.0 <2016-05-23>`
- :support:`-` attributes for formatters are now accessible via
Session,WindowandPaneobjects.session.nameis 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. - :support:`-`
attached_sessions,attached_windowandattached_paneare now properties. - :support:`-`
_TMUXmetadata object changed to_info. - :support:`-`
.findWhere()is nowfind_where. - :support:`-` README and usage fixes
- :release:`0.3.0 <2016-05-23>`
- switch to pytest
- :release:`0.1.0 <2016-05-22>`
- libtmux forked from tmuxp.