github tmux-python/tmuxp v1.59.0
v1.59.0 - Maintenance release

23 hours ago

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

Don't miss a new tmuxp release

NewReleases is sending notifications on new releases.