v0.2.2
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
verifypassed on1e3d46c. - Local release checks passed:
cargo fmt --check,cargo check --locked,cargo test --locked,cargo package --locked, capture validators, live smoke, and idle CPU smoke.