| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-28 | 865 Bytes | |
| v1.72.0 - tmux 3.7 compatibility source code.tar.gz | 2026-06-28 | 1.1 MB | |
| v1.72.0 - tmux 3.7 compatibility source code.zip | 2026-06-28 | 1.2 MB | |
| Totals: 3 Items | 2.2 MB | 1 | |
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
- py(deps[libtmux]) Bump 0.59.0 -> 0.60.0 (tmux 3.7 feature parity) by @tony in https://github.com/tmux-python/tmuxp/pull/1065
Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.71.0...v1.72.0