Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 28 May 16:43
· 22 commits to main since this release

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 notesrelease.yml now extracts the matching
    CHANGELOG.md section into the GitHub Release body and appends
    a Full diff compare 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 recomputed now - cache_age on every redraw, so the
    displayed clock ticked upward continuously instead of holding
    at the actual cache-write moment. Snapshot the absolute
    fetched_at instant 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 source

Manual

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-tui

Checksums (SHA256)

f4a01abf346ab901efab1cec94619cd0c510b2596cd6f7e709a935e8b1fcb677  ai-usagebar-linux-aarch64.tar.gz
6d6a383911af3c67262314b0179560742b791cce706ccaf08bde68117da7a341  ai-usagebar-linux-x86_64.tar.gz

Full diff: v0.4.1...v0.4.2