v0.4.2
What's changed
Changed
- TUI panel header — the "Updated HH:MM:SS" timestamp is now
right-aligned on the title row (next to the plan label like
Claude Max 20x) instead of taking its own body row at the
bottom of the panel. Tighter rhythm and one less line of body
content. Also dropped the duplicate· updated …suffix from
the global footer — was cropped on 875x600 windows anyway. - Release notes —
release.ymlnow extracts the matching
CHANGELOG.mdsection into the GitHub Release body and appends
aFull diffcompare link against the previous tag (thanks
@sombraSoft, PR #3). Replaces the prior install-and-checksums
body. Merged with two small regex hardenings so version dots
(v0.4.1) aren't treated as wildcards.
Fixed
- Drifting "Updated" timestamp — the previous panel-body
timestamp recomputednow - cache_ageon every redraw, so the
displayed clock ticked upward continuously instead of holding
at the actual cache-write moment. Snapshot the absolute
fetched_atinstant once when the tab is built and format
from that; redraws no longer affect it.
Install
Arch (AUR)
yay -S ai-usagebar-bin # prebuilt binary from this release
yay -S ai-usagebar # compiles from sourceManual
curl -fsSL https://github.com/akitaonrails/ai-usagebar/releases/download/v0.4.2/ai-usagebar-linux-x86_64.tar.gz | tar xz -C ~/.local/bin ai-usagebar ai-usagebar-tuiChecksums (SHA256)
f4a01abf346ab901efab1cec94619cd0c510b2596cd6f7e709a935e8b1fcb677 ai-usagebar-linux-aarch64.tar.gz
6d6a383911af3c67262314b0179560742b791cce706ccaf08bde68117da7a341 ai-usagebar-linux-x86_64.tar.gz
Full diff: v0.4.1...v0.4.2