Skip to content

v0.2.2

Choose a tag to compare

@osolmaz osolmaz released this 09 Jun 05:33

Patch release for idle CPU usage in the gzg terminal UI.

Highlights:

  • Reduce idle redraw work so inactive dashboards stop consuming CPU.
  • Preserve redraw correctness for loading indicators, scrollbar fade, resize events, session-save errors, and batched resize/input handling.
  • Cache GitHub resource parsing regexes to avoid repeated compile work.

Validation:

  • PR #36 merged cleanly.
  • Main CI verify passed on 1e3d46c.
  • Local release checks passed: cargo fmt --check, cargo check --locked, cargo test --locked, cargo package --locked, capture validators, live smoke, and idle CPU smoke.