Bump libtmux 0.56.0 -> 0.57.1#1043
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1043 +/- ##
=======================================
Coverage 81.98% 81.98%
=======================================
Files 28 28
Lines 2548 2548
Branches 485 485
=======================================
Hits 2089 2089
Misses 328 328
Partials 131 131 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6d01f27 to
059b466
Compare
Pick up two libtmux releases (0.57.0, 0.57.1) adding typed client objects, tmux-native filtering, and broader format-token coverage. tmuxp's runtime behavior is unchanged — the new surface is available to users scripting through `tmuxp shell`. - **0.57.0**: Typed `Client` object and `Server.clients` accessor, `search_*()` methods with tmux-native `-f` filtering, `Server.display_message()` and `Window.display_message()`, subcommand-tagged `LibTmuxException`. - **0.57.1**: Restores lenient-by-default `Server.sessions` and `Server.clients` (0.57.0 briefly raised on tmux errors). Release: https://github.com/tmux-python/libtmux/releases/tag/v0.57.1 Changelog: https://libtmux.git-pull.com/history.html#libtmux-0-57-1-2026-05-18
why: Document the dependency bump for the upcoming release. what: - Add Dependencies section noting libtmux ~=0.57.1 floor - Highlight tmuxp-shell gains: client objects, native filtering
d9a955a to
2b2ba95
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump libtmux floor from ~=0.56.0 to ~=0.57.1. The 0.57.x releases add typed Client objects, tmux-native search_*() filtering, Server/Window display_message wrappers, and subcommand-tagged exceptions. The 0.57.1 patch restores the lenient-by-default contract for Server.sessions and Server.clients.
Test plan
just testlocally (797 passed, 2 skipped)