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: playbahn/tmux-cpu-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: playbahn/tmux-cpu-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 28, 2025

  1. 0.4.2: fix: hooks delete cache iff client not found

    For a hook client-detached with many `rm cachedir/pid`'s every one is
    run, no matter which client is detached. This commit adds a conditional
    to check if the "concerned" client exists. If it does not, then only it
    removes the cache.
    playbahn committed Sep 28, 2025
    Configuration menu
    Copy the full SHA
    6f7cc2a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. 0.5.0

    BREAKING: style strings now take `@[]` instead of `#<>`
    feat:     Format strings for --after and --before now take any number of
              style strings at any positions.
    feat:     New --width option for specifying min width of usage string
    playbahn committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    8a38f03 View commit details
    Browse the repository at this point in the history
Loading