Skip to content

Releases: ohugonnot/claude-code-statusline

v1.1.0

21 Feb 17:10

Choose a tag to compare

What's new

  • Bar fix: progress bar now correctly shows 8/8 blocks at 100% (was capped at 7)
  • Sonnet weekly metric: displays Sonnet-specific weekly quota with Snt label
  • Stale cache indicator: ⚠ appears when cached usage data is outdated (older than 2x refresh interval)
  • macOS support: portable file_mtime helper replaces Linux-only date -r
  • Scraper timeout: 120s global watchdog prevents zombie tmux sessions

Improvements

  • make_bar uses pure bash loops instead of seq subshells
  • Default refresh interval changed from 5min to 10min (reduces overhead)
  • install.sh sed pattern is now robust to any default value
  • Test suite: 24 tests (14 unit + 10 integration) with trap-based cleanup

Full changelog

v1.0.0...v1.1.0