Skip to content

py(deps[libtmux]) Bump 0.59.0 -> 0.60.0 (tmux 3.7 feature parity)#1065

Merged
tony merged 2 commits into
masterfrom
libtmux-v0.60.0
Jun 28, 2026
Merged

py(deps[libtmux]) Bump 0.59.0 -> 0.60.0 (tmux 3.7 feature parity)#1065
tony merged 2 commits into
masterfrom
libtmux-v0.60.0

Conversation

@tony

@tony tony commented Jun 28, 2026

Copy link
Copy Markdown
Member

Summary

  • Bump the libtmux floor ~=0.59.0 β†’ ~=0.60.0 in pyproject.toml, with uv.lock updated to match.
  • Adopt libtmux 0.60.0, which completes tmux 3.7 feature parity at the library layer β€” floating panes, typed 3.7 options, new pane format variables, and new command flags.
  • No migration needed: every upstream addition is additive and version-gated, so tmuxp's behavior and its tmux 3.2a–3.6 support are unchanged. The YAML workspace format is untouched; the new libtmux APIs are reachable through tmuxp's Python API and tmuxp shell.

Upstream β€” libtmux 0.60.0 (#694)

Area What 0.60.0 adds (all version-gated to tmux 3.7+)
Floating panes Window.new_pane() / Pane.new_pane()
Options Typed tmux 3.7 server / session / window / pane options
Pane formats Floating geometry & flags, OSC 9;4 progress, screen-mode flags
Command flags capture_pane, split, Session.kill, paste_buffer, command_prompt, list_keys, run_shell, refresh_client

Release: https://github.com/tmux-python/libtmux/releases/tag/v0.60.0
Changelog: https://libtmux.git-pull.com/history.html#libtmux-0-60-0-2026-06-28

Verification

The floor moved and no stale 0.59 pin remains in the manifest:

$ rg 'libtmux~=' pyproject.toml

Test plan

  • Full suite passes serially against libtmux 0.60.0 β€” uv run py.test
  • Docs build adds no new Sphinx warnings; the new {meth} ~libtmux.Window.new_pane intersphinx ref resolves
  • CI confirms uv run mypy (strict) and uv run ruff check . β€” no source files changed, so both are expected clean

tony added 2 commits June 28, 2026 16:25
why: libtmux 0.60.0 completes tmux 3.7 feature parity, adding
floating panes, typed 3.7 options, new pane format variables, and
new command flags. Every 3.7-only surface is version-gated, so tmux
3.2a-3.6 keep working unchanged. The bump is purely additive for
tmuxp, requiring no code or test migration.

what:
- Bump libtmux ~=0.59.0 -> ~=0.60.0 in pyproject.toml
- Update uv.lock to libtmux 0.60.0 from PyPI

libtmux 0.60.0 (2026-06-28):
- Floating panes via Window.new_pane()/Pane.new_pane() (#694)
- Typed tmux 3.7 server/session/window/pane options (#694)
- New tmux 3.7 pane format variables on Pane (#694)
- New tmux 3.7 command flags on capture_pane/split/kill and more (#694)

Release: https://github.com/tmux-python/libtmux/releases/tag/v0.60.0
Changelog: https://libtmux.git-pull.com/history.html#libtmux-0-60-0-2026-06-28
why: Record the libtmux ~=0.59.0 -> ~=0.60.0 floor bump under the
1.72.0 unreleased block. The release lead paragraph and version
header are added by the maintainer at tag time, not by this PR.

what:
- Record the libtmux ~=0.59.0 -> ~=0.60.0 floor bump under Dependencies
- Note tmux 3.7 feature parity (floating panes, typed options, new
  pane format vars and command flags) under What's new, scoped to the
  user-visible libtmux surface without internal mechanics
@codecov

codecov Bot commented Jun 28, 2026

Copy link
Copy Markdown

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 81.98%. Comparing base (1a17e17) to head (b2d843b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1065   +/-   ##
=======================================
  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 Harness.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tony tony merged commit c2ea9e5 into master Jun 28, 2026
14 checks passed
tony added a commit that referenced this pull request Jun 28, 2026
Minor release bumping the libtmux floor to 0.60.0, which completes tmux
3.7 feature parity at the library layer tmuxp builds on (#1065). The new
libtmux capabilities β€” floating panes, typed tmux 3.7 options, new pane
format variables, and new command flags β€” are reachable through tmuxp's
Python API and tmux shell; the YAML workspace format and tmux 3.2a-3.6
support are unchanged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant