Releases: tmux-python/tmuxp
Releases · tmux-python/tmuxp
v1.60.0 - libtmux bump
Breaking changes
-
py(deps) libtmux 0.50.1 -> 0.51.0 by @tony in #999
This libtmux bump will have a hard exception raised for legacy APIs - rather than just a warning.
Full Changelog: v1.59.1...v1.60.0
v1.59.1 - Maintenance released
What's Changed
Full Changelog: v1.59.0...v1.59.1
v1.59.0 - Maintenance release
Breaking changes
libtmux 0.50.0 (#996)
libtmux minimum version bumped from 0.49.0 -> 0.50.0.
Internal updates to use libtmux's new unified options API:
Session.attach_session()→Session.attach()Window.show_window_option()→Window.show_option()Window.show_window_options()→Window.show_options()Window.set_window_option()→Window.set_option()g=Trueparameter →global_=True
Note: Options now return Python-native types (True/False instead of
"on"/"off", int instead of numeric strings).
What's Changed
Full Changelog:
v1.58.0...v1.59.0
v1.58.0 - Drop tmux < 3.2
Breaking Changes
- Drop support for tmux versions < 3.2 by @tony in #993
- py(deps) libtmux 0.48.0 -> 0.49.0 by @tony in #992
Full Changelog: v1.57.0...v1.58.0
v1.57.0 - Minimum tmux 3.2+
v1.56.0 - Drop Python 3.9
Breaking changes
Development
What's Changed
- docs(README): fix removed $ sign in the ins by @isandesh7 in #976
New Contributors
- @isandesh7 made their first contribution in #976
Full Changelog: v1.55.0...v1.56.0
v1.55.0 - Maintenance release
What's Changed
Full Changelog: v1.54.0...v1.55.0