Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:02
· 65 commits to main since this release
v1.0.0
d95171c

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