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

Changelog History
Page 2

  • v0.7.4 Changes

    August 19, 2017
    • :issue:65 Add session id to commands, thanks @askedrelic_
  • v0.7.3 Changes

    May 29, 2017
    • ๐Ÿ‘ Exact matches only supported on 2.1 and up
  • v0.7.2 Changes

    May 29, 2017
    • ๐Ÿ‘Œ Support exact matching in Server.has_session
  • v0.7.1 Changes

    April 28, 2017
    • ๐Ÿ‘ :issue:37 Improve support for formatted options like pane-border-status. Thanks @kaushalmodi.
  • v0.7.0 Changes

    April 27, 2017
    • ๐Ÿ‘Œ Support for python 2.6 dropped. New minimum version is 2.7
    • โž• Add support for tmux 2.4, pypy and pypy3
    • Overhaul error handling when setting and showing options

      • Added handle_option_error for handling option errors
      • Added :exc:libtmux.exc.OptionError base exception
      • Added :exc:libtmux.exc.InvalidOption and libtmux.exc.AmbiguousOption
      • :exc:libtmux.exc.UnknownOption now extends :exc:libtmux.exc.OptionError
    • Overhaul version checking

      • has_version has been renamed to get_version
      • get_version will return tmux built from git master as the latest version supported by the libtmux version with -master at the end, e.g. 2.4-master
      • get_version will return tmux on openbsd base system as the latest version supported by the libtmux version with -openbsd at the end, e.g. 2.4-openbsd
      • has_required_tmux_version has been renamed to has_minimum_version
      • added has_gt_version, has_gte_version, has_lt_version, has_lte_version,
    • ๐Ÿ›  Fixed up documentation in some session methods

    • โž• Added pydoc exception info to option methods in window and sessions.

    • Added TMUX_MIN_VERSION and TMUX_MAX_VERSION

  • v0.6.5 Changes

    April 02, 2017
    • ๐Ÿ›  Fix which command
    • โž• Add TmuxCommandNotFound exception
    • Add tmux_search_paths and append_env_path kwargs to tmux_cmd.
  • v0.6.4 Changes

    March 25, 2017
    • ๐Ÿ‘ :issue:32 support for OpenBSD's tmux
  • v0.6.3 Changes

    February 08, 2017
    • ๐Ÿ‘ :issue:25 support for working with tmux master, thanks @sloria.
  • v0.6.2 Changes

    January 19, 2017
    • :issue:197 use LooseVersion instead of StrictVersion for version checks. Thanks @minijackson.
    • ๐Ÿ“ฆ Pin packages with pyup.io
    • :issue:21 Readme fix from @huwenchao.
  • v0.6.1 Changes

    December 20, 2016
    • :issue:18 Fix logger, courtesy of @geekli
    • ๐Ÿ‘ :issue:19 Add support for start_directory in new sessions and panes, courtesy of @gandelman-a.
    • ๐Ÿ›  Fix tests and add official support for 2.3