| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ 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.
|
Sorry, something went wrong.
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
| Back | FazBrowse Home | New Git URL |
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