Skip to content

0.15.0

Choose a tag to compare

@github-actions github-actions released this 04 Feb 20:55

Release Notes

Changed

  • Web UI Redesign: Complete redesign of the web interface with a modern linear design language
    • Boxy, sharp-cornered design with no border-radius
    • 1px borders for depth instead of shadows
    • Modern dark color scheme (#09090b base, #3b82f6 accent)
    • Monospace typography for values, badges, and code elements
    • Grid-based panel layout with 1px gap separators
    • Flat hover states using border color changes
    • Updated all components: Tile, TilePalette, ContextOptions, ScoreResult, DoraPicker

Fixed

  • Validator CLI: Simplified CLI by removing --files parameter; validator now always uses bundled test files

Install agari 0.15.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ryblogs/agari/releases/download/v0.15.0/agari-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/ryblogs/agari/releases/download/v0.15.0/agari-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install ryblogs/tap/agari

Download agari 0.15.0

File Platform Checksum
agari-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
agari-x86_64-apple-darwin.tar.xz Intel macOS checksum
agari-x86_64-pc-windows-msvc.zip x64 Windows checksum
agari-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
agari-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum