Releases: sirmalloc/ccstatusline
Releases · sirmalloc/ccstatusline
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
v2.2.18
Published to npm: https://www.npmjs.com/package/ccstatusline
What's Changed
- feat: add extra usage widgets and fix null rate-limit buckets for pay-as-you-go plans by @roribio in #375
- chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #368
- fix(git): always pass --no-optional-locks to prevent index.lock races by @BastianTrifork in #381
New Contributors
- @roribio made their first contribution in #375
- @BastianTrifork made their first contribution in #381
Full Changelog: v2.2.17...v2.2.18
v2.2.17
Published to npm: https://www.npmjs.com/package/ccstatusline
What's Changed
- fix(terminal): use stty -F/-f to read tty size in detached spawn by @AgarwalPragy in #377
- fix: usage API parsing for nullable cohort response buckets in 29908c2
New Contributors
- @AgarwalPragy made their first contribution in #377
Full Changelog: v2.2.16...v2.2.17
v2.2.16
Published to npm: https://www.npmjs.com/package/ccstatusline
Full Changelog: v2.2.15...v2.2.16