Skip to content

Commit 8e0f0a8

Browse files
authored
deps(libtmux[~=0.55.0]): Bump from ~=0.53.0 (#1019)
Pick up three libtmux releases (0.53.1 β†’ 0.54.0 β†’ 0.55.0) bringing structured logging, new Pane API, configurable tmux binary, and bug fixes improving error propagation. - **0.55.0**: `Pane.set_title()`, `Server(tmux_bin=)`, pre-execution DEBUG logging, `TmuxCommandNotFound` consistency - **0.54.0**: Structured lifecycle INFO logging, `NullHandler`, `Window.rename_window()` raises on failure, `Server.kill()` handles "no server running" gracefully, `Session.kill_window()` target fix - **0.53.1**: Race condition fix in `new_session()` Release: https://github.com/tmux-python/libtmux/releases/tag/v0.55.0 Changelog: https://libtmux.git-pull.com/history.html#libtmux-0-55-0-2026-03-07
2 parents 17a99f9 + 094800f commit 8e0f0a8

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

β€ŽCHANGESβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3535
_Notes on the upcoming release will go here._
3636
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
3737

38+
### Breaking Changes
39+
40+
#### **libtmux** minimum bumped from `~=0.53.0` to `~=0.55.0` (#1019)
41+
42+
Picks up three releases: 0.53.1 (race condition fix in `new_session()`),
43+
0.54.0 (structured lifecycle logging, error propagation fixes), and
44+
0.55.0 (`Pane.set_title()`, `Server(tmux_bin=)`, pre-execution DEBUG logging).
45+
3846
## tmuxp 1.64.1 (2026-03-08)
3947

4048
### Bug fixes

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include = [
3939
{ path = "conftest.py", format = "sdist" },
4040
]
4141
dependencies = [
42-
"libtmux~=0.53.0",
42+
"libtmux~=0.55.0",
4343
"colorama>=0.3.9",
4444
"PyYAML>=6.0"
4545
]

β€Žuv.lockβ€Ž

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)