Skip to content

Releases: callmemorgan/claude-statusline

v1.3.0

16 Jun 03:55
v1.3.0
b31b24b

Choose a tag to compare

Changelog

  • b31b24b feat(npm): distribute via npm with per-platform packages

v1.2.4

15 Jun 02:21
v1.2.4
7c40cbc

Choose a tag to compare

Changelog

  • 7c40cbc feat(reflow): make line wrapping opt-in (default reflow = off) (#6)

v1.2.3

15 Jun 02:08
v1.2.3
1e851ee

Choose a tag to compare

Changelog

  • 1e851ee fix(update): refresh the Homebrew tap before brew upgrade (#5)

v1.2.2

15 Jun 01:47
v1.2.2
88ca06e

Choose a tag to compare

Changelog

  • 88ca06e feat(segments): add opt-in git-stash segment (#4)

v1.2.1

15 Jun 01:38
v1.2.1
3a6f37f

Choose a tag to compare

Changelog

  • 3a6f37f fix(update): verify real release bundles; add update verify + confirmation (#3)

v1.2.0

14 Jun 15:51
v1.2.0
61776b3

Choose a tag to compare

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

12 Jun 21:41
v1.1.0
7fc1549

Choose a tag to compare

Changelog

  • 7fc1549 feat: release-notes subcommand and post-upgrade announcement

v1.0.2

12 Jun 03:48
v1.0.2
e6d3396

Choose a tag to compare

Changelog

  • e6d3396 docs: async plugin docs and current-pr example
  • 5f800e3 feat: async plugins with stale-while-revalidate caching
  • 6d2494d docs: real screenshots for the GitHub page

v1.0.1

10 Jun 16:43
v1.0.1
22a274a

Choose a tag to compare

Changelog

  • 22a274a fix(install): honor CLAUDE_CONFIG_DIR when resolving settings.json

v1.0.0

10 Jun 14:02
v1.0.0
d95171c

Choose a tag to compare

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