Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:32
· 1 commit to main since this release

What's changed

Changed

  • TUI adopts ratatui-bubbletea styling and components. The native
    terminal app now uses a Bubble Tea-inspired dashboard layout with rounded
    blocks, a selectable vendor sidebar, themed help text, block-style progress
    bars, and loading spinners while preserving ai-usagebar's existing
    usage-severity colors. The MSRV is now Rust 1.88 to match the new dependency
    metadata.

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.7.0/ai-usagebar-linux-x86_64.tar.gz | tar xz -C ~/.local/bin ai-usagebar ai-usagebar-tui

Checksums (SHA256)

eccd6bf2e4cb1c33225161f9cafd0d633e410538a333d9a2ada551deb2afa36f  ai-usagebar-linux-aarch64.tar.gz
5eed57b50ce4206cbe6e3bea90811f3922b898371b46d19d8d51341dbfeb437a  ai-usagebar-linux-x86_64.tar.gz

Full diff: v0.6.0...v0.7.0