We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tmux_cmd
1 parent 83629ad commit 2a4901dCopy full SHA for 2a4901d
CHANGES
@@ -15,6 +15,18 @@ $ pip install --user --upgrade --pre libtmux
15
16
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
17
18
+### Bug fixes
19
+
20
+- `tmux_cmd`: Migrate to to `text=True`
21
22
+ This deprecates usage of `console_to_str()` and `str_from_console()`.
23
24
+ Resolves #558 via #560.
25
26
+- compat: Remove `console_to_str()` and `str_from_console()`
27
28
+ These are both deprecated artifacts of libtmux' Python 2.x compatiblity layer.
29
30
## libtmux 0.41.0 (2025-02-02)
31
32
### Fixes
0 commit comments