Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 05:18
Immutable release. Only release title and notes can be modified.
v0.4.0
89d626d

✨ Added

  • Adapt output to the terminal background with an opt-in auto theme, honored across output and the dashboard.
  • Show progress feedback for blocking and fan-out operations.
  • Accept -o as shorthand for --output.

🔥 Changed

  • Colour issue-list status pills and the priority column.

🪲 Fixed

  • Write machine-mode error envelopes to stdout with a clean message.

📦 Dependencies

  • Update gechr/clib to v0.5.2
  • Update gechr/clog to v0.10.2
  • Update gechr/x to v0.0.10

📜 Commits

  • 560e796 build(deps): bump clib to v0.5.1 and migrate gechr/x fs split
  • 33b7ce9 feat(theme): add opt-in "auto" theme that adapts to terminal background
  • 316bd48 feat(tui): honour the "auto" theme in the dashboard
  • e6c4d26 docs(config): document the auto theme and v0.5 theme names
  • 279a9f2 refactor(theme): source preset names from clibtheme.Names
  • 266a5af feat(output): add -o shorthand for --output
  • d1f8f71 refactor(theme): drop legacy preset-name compat, rely on clib
  • 6dd38d1 fix(completion): handle the cachefield predictor and guard the surface
  • 0dc7ec0 feat(help): enrich command help and order flags by task flow
  • fd413d9 refactor: adopt shared helpers for counts, blank checks, atomic writes
  • fbe0b8c docs(json): warn against the JSONFlat / JSONModeFlat mix-up
  • 577ac33 feat(issue): show a progress bar for multi-key fetch and fan-outs
  • a01513f build(deps): upgrade clog to v0.10.2
  • 2b734ee feat(output): tint human JSON highlighting to the resolved theme
  • 6c22845 feat(status): show progress feedback for blocking and fan-out operations
  • 3bbbf67 feat(cli): colour issue-list status pills and the priority column
  • ddf5083 fix(output): write machine-mode error envelopes to stdout with a clean message
  • 18265cc docs: align output examples with current CLI behaviour
  • 89d626d feat(output): drop null-valued keys from compact output

Full Changelog: v0.3.3...v0.4.0