Skip to content

Releases: sirmalloc/ccstatusline

v2.2.19

17 May 07:08

Choose a tag to compare

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

v2.2.18

15 May 13:43

Choose a tag to compare

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

Full Changelog: v2.2.17...v2.2.18

v2.2.17

14 May 13:00

Choose a tag to compare

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

Full Changelog: v2.2.16...v2.2.17

v2.2.16

13 May 17:32

Choose a tag to compare