Skip to content

Commit 991edf1

Browse files
committed
CHANGES(docs): Document tmux < 3.2 support removal
why: Document breaking change for v0.49.x release what: - Add Breaking Changes section for 0.49.x - Document removal of tmux 1.8 to 3.1c support - Note removal of TMUX_SOFT_MIN_VERSION and deprecation system - Point users to v0.48.x backport branch
1 parent 1ba834a commit 991edf1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGES

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,17 @@ $ uvx --from 'libtmux' --prerelease allow python
3232

3333
<!-- To maintainers and contributors: Please add notes for the forthcoming version below -->
3434

35-
_Future release notes will be placed here_
35+
### Breaking Changes
36+
37+
#### tmux 1.8 to 3.1c support removed
38+
39+
Support for tmux versions below 3.2a has been removed. This completes the
40+
deprecation announced in v0.48.0.
41+
42+
- Minimum tmux version is now 3.2a (`TMUX_MIN_VERSION`)
43+
- Removed `TMUX_SOFT_MIN_VERSION` constant and deprecation warning system
44+
- Removed version guards throughout the codebase
45+
- For users on older tmux, use libtmux v0.48.x
3646

3747
## libtmux 0.48.0 (2025-11-28)
3848

0 commit comments

Comments
 (0)