Skip to content

v1.59.0 - Maintenance release

Latest

Choose a tag to compare

@tony tony released this 30 Nov 22:41

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=True parameter β†’ global_=True

Note: Options now return Python-native types (True/False instead of
"on"/"off", int instead of numeric strings).

What's Changed

  • libtmux 0.49.0 -> 0.50.0 and API updates by @tony in #996

Full Changelog:
v1.58.0...v1.59.0