v2.2.19
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-cachewith command-only entries, cwd metadata,.git/HEAD/.git/indexmtime 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
windowsHidefor runtime child processes.
- Adds persistent git command caching under
- feat(terminal): honor
CCSTATUSLINE_WIDTHenv var to override probe by @danielnc in #380
New Contributors
- @deepakdewani123 made their first contribution in #385
- @danielnc made their first contribution in #380
Full Changelog: v2.2.18...v2.2.19