We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd2e3f commit 607196fCopy full SHA for 607196f
CHANGES
@@ -32,7 +32,16 @@ $ uvx --from 'libtmux' --prerelease allow python
32
33
<!-- To maintainers and contributors: Please add notes for the forthcoming version below -->
34
35
-- _Future release notes will be placed here_
+### Deprecations
36
+
37
+- tmux versions below 3.2a are now deprecated and will emit a `DeprecationWarning`
38
+ on first use. Support for these versions will be removed in a future release.
39
+ Set `LIBTMUX_SUPPRESS_VERSION_WARNING=1` to suppress the warning.
40
41
+### Internal
42
43
+- `TMUX_MAX_VERSION` updated from 3.4 to 3.5a
44
+- Added `TMUX_SOFT_MIN_VERSION` constant (3.2a) for deprecation threshold
45
46
## libtmux 0.47.0 (2025-11-01)
47
0 commit comments