All Versions
27
Latest Version
Avg Release Cycle
70 days
Latest Release
958 days ago
Changelog History
Page 1
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
Supportliteral=True
(-l
) inPane.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 forPane
- ๐ :issue:
119
display_message
support forPane
- Sort imports with isort
- โ Add sphinxcontrib-napoleon package for documentation
- ๐ Move docstrings over to numpy's style
- ๐ :issue:
-
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 makehas_session
more robust.
- :issue:
-
v0.7.8 Changes
March 04, 2018- Port
retry
function from tmuxp (https://github.com/tmux-python/tmuxp/issues/354)
- Port
-
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
- ๐ Allow
-
v0.7.5 Changes
October 07, 2017- ๐ Hotfix to support tmux 2.6 session creation