Skip to content

Latest commit

History

History
44 lines (28 loc) 路 1.41 KB

File metadata and controls

44 lines (28 loc) 路 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Fixed

  • Increase status request timeout to 30 seconds

0.2.0 - 2026-06-23

Added

  • --log-file flag to log raw status JSON updates to a .jsonl file
  • Add rate limit modules ($rate_5h, $rate_7d) with usage %, reset countdown, threshold colors, and 蟀姎 icon

Changed

  • Replace custom flag parsing with standard library flag package
  • Replace custom hex color parsing with github.com/go-playground/colors library

Fixed

  • Fix empty status component rendering as blank segment
  • Fix terminal width detection
  • Fix CVE-2026-39824 and upgrade to golang.org/x/sys@v0.46.0

0.1.0 - 2026-03-18

Added

  • First public release of claude-statusline! 馃帀
  • Configuration via TOML file
  • Modules: Model, Context bar, Context tokens, Context percentage, Cost, Duration, Status (using status.claude.com)
  • Responsive layout with auto-wrapping and terminal width detection
  • Performance optimizations for fast rendering