Skip to content

v0.10.14

Choose a tag to compare

@github-actions github-actions released this 12 Jul 17:13
Immutable release. Only release title and notes can be modified.
v0.10.14
851eb06

✨ Added

  • Spinners and the multi-key progress footer show a live countdown of the remaining --timeout budget while a request is in flight
  • Completion lines that carry summary fields (lists, mutations, multi-key batches) show the blocking round-trip time as a trailing elapsed field when it reaches one second; fast calls stay clean
  • Successful Jira mutations complete with a distinct SCS success line, separating writes that landed from informational reads; dry-run previews and partial failures stay informational
  • release-notes pages a full history taller than the screen on interactive terminals, like git log — built-in pager by default, JIRA_PAGER/PAGER honored, --no-pager to print directly; piped, machine-mode, and agent output always streams

🔥 Changed

  • Human output picks quote delimiters adaptively (values containing quotes render without backslash escaping) and groups digits in large numbers
  • config get and config profile human output renders as syntax-highlighted TOML matching the config file's own shape
  • Batch summary lines render succeeded as a gradient-colored fraction (succeeded=12/13) and show failed only when something failed

🪲 Fixed

  • Help text wraps at a readable measure (100 columns) on very wide terminals instead of running the full width; narrow terminals are unchanged
  • Issue list completion line no longer prints detail=false noise; the detail field appears only when detail mode is on
  • Status pills color by category consistently across issue list --detail and multi-key issue view, instead of drifting to arbitrary hues

📜 Commits

  • 66f0cd5 refactor: adopt x string predicates and slices.Map at pure call sites
  • b8172af feat(cli): count down the remaining --timeout budget on spinners
  • 49cdf18 fix(cli): cap help text at a readable width on wide terminals
  • 3bd6c68 feat(cli): adopt clog presentation polish for human output
  • 6f99b61 feat(config): render config get and profile as highlighted TOML
  • 73c7f4d feat(cli): show blocking round-trip time on completion lines
  • d9eb4a1 feat(cli): distinct success level and fraction summaries for human output
  • 3a52a0c feat(cli): page long release-notes output on interactive terminals
  • 0f8320b fix(cli): keep status pill colors consistent across issue table shapes

Full Changelog: v0.10.13...v0.10.14