Skip to content

0.11.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 22:04

Release Notes

Added

  • Inferred Winning Tile Display: When scoring a hand without explicitly selecting a winning tile, the frontend now shows which tile was automatically inferred and highlights it in the hand
    • Yellow info banner: "💡 Winning tile inferred as [tile]. Click a tile in your hand to select explicitly."
    • Auto-selects the inferred tile in the hand display with the "WIN" badge
    • Handles red five matching (inferred "5m" correctly matches red "0m")
  • WASM Test Suite: Added 27 focused tests for agari-wasm covering the WASM binding layer
    • Request/response integration tests
    • Inferred winning tile functionality
    • Shanten and ukeire API wrappers
    • Helper functions (parse_wind, yaku_name, format_structure)

Changed

  • ScoringOutput in WASM bindings now includes optional inferred_winning_tile field

Install agari 0.11.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install ryblogs/tap/agari

Download agari 0.11.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