Skip to content

v2.2.19

Choose a tag to compare

@github-actions github-actions released this 17 May 07:08
· 22 commits to main since this release

Published to npm: https://www.npmjs.com/package/ccstatusline

What's Changed

  • fix(git): use compatible git commands for older git versions by @deepakdewani123 in #385
  • fix: cache git subprocess output for statusline in 6a581e6
    • Adds persistent git command caching under ~/.cache/ccstatusline/git-cache with command-only entries, cwd metadata, .git/HEAD/.git/index mtime checks, and configurable TTL.
    • Exposes Git Cache TTL in Configure Status Line, defaults it to 5s, and passes it through the render context.
    • Makes pinned global install the top/default option, clarifies install wording, and sets windowsHide for runtime child processes.
  • feat(terminal): honor CCSTATUSLINE_WIDTH env var to override probe by @danielnc in #380

New Contributors

Full Changelog: v2.2.18...v2.2.19