Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tmux-python/tmuxp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.69.0
Choose a base ref
...
head repository: tmux-python/tmuxp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.70.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on May 23, 2026

  1. py(deps): Bump libtmux ~=0.57.1 -> ~=0.58.0

    why: libtmux 0.58.0 fixes subprocess output decoding on non-UTF-8
    locales, resolving empty list-accessor results for users whose
    system locale is not UTF-8.
    tony committed May 23, 2026
    Configuration menu
    Copy the full SHA
    ee0eea5 View commit details
    Browse the repository at this point in the history
  2. docs(CHANGES): libtmux 0.58.0 floor bump

    why: Document the dependency bump for the upcoming release.
    what:
    - Add Fixes section noting libtmux ~=0.58.0 floor
    - Highlight the non-UTF-8 locale decoding fix
    tony committed May 23, 2026
    Configuration menu
    Copy the full SHA
    d852e9e View commit details
    Browse the repository at this point in the history
  3. py(deps) Bump libtmux 0.57.1 -> 0.58.0 (#1045)

    Pick up libtmux 0.58.0, which fixes subprocess output decoding
    on non-UTF-8 locales. Previously, tmuxp's session and window
    listing could silently return empty results when the system
    locale was not UTF-8.
    
    Release: https://github.com/tmux-python/libtmux/releases/tag/v0.58.0
    Changelog: https://libtmux.git-pull.com/history.html#libtmux-0-58-0-2026-05-23
    tony authored May 23, 2026
    Configuration menu
    Copy the full SHA
    8cfcbff View commit details
    Browse the repository at this point in the history
  4. py(deps[dev]) Bump dev packages

    tony committed May 23, 2026
    Configuration menu
    Copy the full SHA
    5cbcf42 View commit details
    Browse the repository at this point in the history
  5. Tag v1.70.0

    tony committed May 23, 2026
    Configuration menu
    Copy the full SHA
    49aa777 View commit details
    Browse the repository at this point in the history
Loading