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

Changelog History
Page 1

  • v0.8.5

    October 25, 2020
  • v0.8.4

    October 25, 2020
  • v0.8.3 Changes

    August 16, 2020

    ๐Ÿ—„ #278 Fix Python deprecation warnings, thanks @d1618033

    Also thanks @Flowdalic for a similar PR at #294

    โž• Add project_urls to setup.py

    ๐Ÿšš #293 Move from Pipfile to poetry

    ๐Ÿ›  Fix show_option test in tmux 3.0

    Clean up handle_option_error comments

    ๐Ÿ‘ท Move CI to a GitHub action

  • v0.8.2 Changes

    June 02, 2019
    • โšก๏ธ CHANGES updated to plain reStructuredText
    • โž• Add project_urls to setup.py for pypi.
    • ๐Ÿ”’ Looser Pipfile versions, add Pipfile.lock
  • v0.8.1 Changes

    January 26, 2019
    • ๐ŸŽ :issue:117 Fix issue with renaming clients with tmux 2.7 on BSD/macOS machines.
    • ๐Ÿ‘ :issue:121 Support literal=True (-l) in Pane.send_keys from @ritiek
    • :issue:131 Fix for unicode commands in Python 2, thanks @myw
    • ๐Ÿ‘ :issue:172 Support for next-X.Y versions from @sloria
    • ๐Ÿ‘ :issue:120 capture_pane support for Pane
    • ๐Ÿ‘ :issue:119 display_message support for Pane
    • Sort imports with isort
    • โž• Add sphinxcontrib-napoleon package for documentation
    • ๐Ÿ’… Move docstrings over to numpy's style
  • v0.8.0 Changes

    March 11, 2018
    • :issue:46 Change license from BSD to MIT
    • ๐Ÿšš Move to new organization, tmux-python
    • ๐Ÿ‘Œ Support package updates to pytest, sphinx, etc.
    • ๐Ÿšš Travis/CI: Limit tests to Python 2.7 and 3.6 (removed 3.3 to 3.5)
    • โšก๏ธ Travis/CI: Update pypy veersions
    • :issue:103 Server.new_session learned how to run commands in window on session start, thanks @grimpy!
    • :issue:68 Make Server.has_session() use returncode, thanks @jlargentaye! This should make has_session more robust.
  • v0.7.8 Changes

    March 04, 2018
  • v0.7.7 Changes

    November 10, 2017
    • Don't add -x/-y in tmux >= 2.6 if running tmuxp from inside client.
  • v0.7.6 Changes

    November 09, 2017
    • ๐Ÿ‘ Allow Window.select_layout with no args
    • ๐Ÿ›  Fix test where bell- was no longer ambiguous as of tmux 2.6
  • v0.7.5 Changes

    October 07, 2017
    • ๐Ÿš‘ Hotfix to support tmux 2.6 session creation