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