All Versions
27
Latest Version
Avg Release Cycle
70 days
Latest Release
1250 days ago

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 in Server.attach_session and Server.switch_client.
  • v0.5.1 Changes

    August 18, 2016
    • :issue:12 - fix logger message when tmux doesn't exist in PATH
  • v0.5 Changes

    June 15, 2016
    • ๐Ÿ‘ป :issue:8 new exception UnknownOption
    • :issue:8 return None for options that are valid tmux options, but unset at that scope.
    • ๐Ÿ“š :issue:6 major documentation overhaul
  • v0.4.1 Changes

    May 23, 2016
  • v0.4.0 Changes

    May 23, 2016
    • attributes for formatters are now accessible via Session, Window and Pane objects. session.name is equivalent to session.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 and attached_pane are now properties.
    • ๐Ÿ“‡ _TMUX metadata object changed to _info.
    • .findWhere() is now find_where.
    • ๐Ÿ›  README and usage fixes
  • 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: