Releases: callmemorgan/claude-statusline
Releases · callmemorgan/claude-statusline
v1.3.0
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
Changelog
- 61776b3 ci: unpin cosign (custom version trips installer digest check)
- 5b0b489 ci: pin cosign v3.0.6 and use default signing flags
- 770a502 ci: pin cosign to v3.1.1 for release signing
- 5839980 docs: release v1.2.0 (signature verification + self-update hardening)
- e62bd75 feat(update): verify release signatures + harden self-swap
- e168baf chore: ignore .worktrees/
- 6e18c1c docs: auto-update design spec and implementation plan
- f63c637 feat: background update checks (notify/auto/off)
- 2947442 refactor: tryAcquireLock takes a staleness duration
- 7b13332 Remove current-pr plugin example
- 0d5bd79 docs: mark auto-update spec in progress (handed off)
- ad8fd59 docs: track design specs as point-in-time records
v1.1.0
v1.0.2
v1.0.1
v1.0.0
Changelog
- d95171c docs: catch docs up to the post-sweep TUI features
- 063c902 feat(tui): terminal view (v), wrapping footer, 'original' theme alias
- 0ad3838 fix(tui): every option previews — synthetic state, demo mode, git fix
- 9a83d8c docs: full documentation sweep for 1.0.0
- d375698 feat: purpose-built help — in-TUI overlay and rewritten CLI help
- 7806b1e feat(tui): theme and preset pickers with live preview, preset config key
- 81131a5 feat(tui): color picker — swatch grid with theme roles, ANSI, hex, recents
- a373faf feat(tui): full SGR parser for preview colors — truecolor and 256
- 7e1c9de feat(tui): / filter for the segment list
- 10e0d7d feat(tui): width-aware live preview with w override
- 2f2e14a feat(tui): plumbing overhaul — dirty tracking, status strip, confirms
- b9762e6 feat: install/uninstall subcommands — one-command onboarding
- 22dd0f9 feat: burn-rate projections, cost-per-hour, and context trend
- b3f670d feat: opt-in rich git status — dirty marker and ahead/behind counts
- b7e2c5b feat: output-style, added-dirs, and email segments
- d98d540 feat: seven new bar iconsets with fractional-fill rendering
- ce463fa feat: configurable separators and line padding ([style] table)
- 1cab0fd feat: theme system with truecolor, 256-color, and 16-color rendering
- 611985e feat: per-session state store for burn-rate and projection features
- 73236ae feat: TOML config with validation and automatic JSON migration
- 987bc72 refactor: schema-driven per-segment settings replace segmentSettings
- f7b0304 refactor: thread renderCtx through renderers, delete buildCfg global
- b369908 feat: add version subcommand with GoReleaser ldflags injection
- 864c1df test: add golden-file test suite locking current renderer behavior
- f27901a refactor: split main.go into per-concern files with subcommand dispatch
- 8a28443 docs: add release process, AGENTS.md sync rule, and doc-update step to CLAUDE.md