• v1.2.1 ab222810de

    v1.2.1 Stable

    joeyr released this 2026-06-28 16:33:32 -05:00 | 115 commits to main since this release

    Changed

    • Header "latest" indicator is now a green "Up to Date"-style pill sitting next to the version, instead of muted grey text pushed to the far right.
    Downloads
  • v1.2.0 ef59058452

    v1.2.0 Stable

    joeyr released this 2026-06-28 16:27:09 -05:00 | 117 commits to main since this release

    Added

    • Update check: on startup the app queries the Forgejo releases API for the
      latest published release and compares it against the running build. The header
      shows an always-on indicator next to the version — a muted "latest" when
      current, or an "Update available → vX.Y.Z" pill (linking to the release
      page, opened in the browser) when a newer version exists. The check is
      best-effort and read-only — it never blocks startup, and shows no indicator at
      all when the check fails. The result is also logged (update.available /
      update.current).
    Downloads
  • v1.1.0 b926534319

    v1.1.0 Stable

    joeyr released this 2026-06-28 16:00:24 -05:00 | 118 commits to main since this release

    Added

    • Scouting report: the toggle hotkey is now shown in Settings — a read-only row in the "Scouting report" group displays the current key combo (Ctrl+Shift+X).

    Changed

    • Single-sourced the scout hotkey in src/shared/hotkeys.ts (accelerator + display label) so the main-process registration, the overlay close hint, and the settings display can no longer drift apart.
    Downloads
  • v1.0.2 5a2933a425

    v1.0.2 Stable

    joeyr released this 2026-06-28 15:54:24 -05:00 | 119 commits to main since this release

    Settings: grouped the champ-select counter-pick controls under a single Suggested picks card with two labeled sub-sections — Suggested Meta Picks (the op.gg tier filter) and Suggested Champion Pool picks (the per-lane champion pool) — replacing the two separate "Suggested picks" and "My champion pool" cards.

    Downloads
  • v1.0.1 82559881d1

    v1.0.1 Stable

    joeyr released this 2026-06-28 15:45:55 -05:00 | 120 commits to main since this release

    Documentation and repo-tooling only — no application behavior changes.

    Changed

    • README: tagged all code fences with a language and clarified the Settings panel description (scouting-report sections, and that disabling a section skips its Riot API lookup).
    • Trimmed the CLAUDE.md release section to defer to the shared Forgejo flow.

    Added

    • .markdownlint.json so the README/CHANGELOG lint cleanly (allows the collapsible <details>/<summary> sections; disables line-length for prose; scopes duplicate-heading checks to siblings).
    Downloads
  • v1.0.0 795c35b366

    v1.0.0 Stable

    joeyr released this 2026-06-28 15:31:29 -05:00 | 121 commits to main since this release

    First versioned release. Establishes version tracking and Forgejo releases as the ongoing workflow, and captures the full feature set built to date.

    Added

    • Version badge in the companion window header, single-sourced from package.json via Vite's __APP_VERSION__ define.
    • In-game scouting report overlay (Ctrl+Shift+X): per-player rank, champion mastery, and recent match stats via the Riot API, with progressive fill and configurable report sections.
    • In-game metrics overlay: live CS/min and item-gold-difference vs harvested tier-average benchmarks.
    • Defensive Bans helper that distinguishes "stats unavailable" from "no ban targets found".
    • Suggested Picks (counter-pick) section, revealed once champ select advances past the ban phase.
    • Settings panel controls for champion pool, meta-tier filter, overlay tracker, and scouting-report sections.

    Notes

    • Read-only against the League Client (LCU) — never writes to the client.
    • The in-game overlays' on-screen render has not yet been verified in a live match.
    Downloads