What's new
tmux 3.7 compatibility (#1065)
libtmux 0.60.0 completes tmux 3.7 feature parity at the library layer tmuxp builds on: floating panes (Window.new_pane() / Pane.new_pane()), typed tmux 3.7 server, session, window, and pane options, new pane format variables, and new tmux 3.7 command flags. Every 3.7-only surface is version-gated, so tmux 3.2a-3.6 are unaffected. These APIs are reachable through tmuxp's Python API and tmuxp shell; the YAML workspace format is unchanged.
Dependencies
- Minimum
libtmux~=0.60.0(was~=0.59.0) — libtmux 0.60.0 completes tmux 3.7 feature parity. (#1065)
What's Changed
Full Changelog: v1.71.0...v1.72.0