Skip to content

Releases: tmux-python/libtmux

v0.8.2

16 Aug 14:47
Compare
Choose a tag to compare
  • CHANGES updated to plain reStructuredText
  • Add project_urls to setup.py for pypi.
  • Looser Pipfile versions, add Pipfile.lock

v0.8.1

16 Aug 14:45
Compare
Choose a tag to compare
  • #117 Fix issue with renaming clients with tmux 2.7 on BSD/macOS
    machines.
  • #121 Support literal=True (-l) in Pane.send_keys
    from @ritiek
  • #131 Fix for unicode commands in Python 2, thanks @myw
  • #172 Support for next-X.Y versions from @sloria
  • #120 capture_pane support for Pane
  • #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

16 Aug 14:45
Compare
Choose a tag to compare
  • #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
  • #103 Server.new_session learned how to run commands in
    window on session start, thanks @grimpy!
  • #68 Make Server.has_session() use returncode, thanks
    @jlargentaye! This should make has_session more robust.

v0.7.8

16 Aug 14:44
Compare
Choose a tag to compare

v0.7.7

16 Aug 14:44
Compare
Choose a tag to compare
  • Don't add -x/-y in tmux >= 2.6 if running tmuxp from inside
    client.

v0.7.6

16 Aug 14:43
Compare
Choose a tag to compare
  • Allow Window.select_layout with no args
  • Fix test where bell- was no longer ambiguous as of tmux 2.6

v0.7.5

16 Aug 14:43
Compare
Choose a tag to compare
  • Hotfix to support tmux 2.6 session creation

v0.7.4

16 Aug 14:43
Compare
Choose a tag to compare

v0.7.3

16 Aug 14:42
Compare
Choose a tag to compare
  • Exact matches only supported on 2.1 and up

v0.7.2

16 Aug 14:42
Compare
Choose a tag to compare
  • Support exact matching in Server.has_session