-
v1.2.1 Stable
released this
2026-06-28 16:33:32 -05:00 | 115 commits to main since this releaseChanged
- 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
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
-
v1.2.0 Stable
released this
2026-06-28 16:27:09 -05:00 | 117 commits to main since this releaseAdded
- 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
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Update check: on startup the app queries the Forgejo releases API for the
-
v1.1.0 Stable
released this
2026-06-28 16:00:24 -05:00 | 118 commits to main since this releaseAdded
- 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.0.2 Stable
released this
2026-06-28 15:54:24 -05:00 | 119 commits to main since this releaseSettings: 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
3 downloads
-
Source code (ZIP)
-
v1.0.1 Stable
released this
2026-06-28 15:45:55 -05:00 | 120 commits to main since this releaseDocumentation 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.jsonso the README/CHANGELOG lint cleanly (allows the collapsible<details>/<summary>sections; disables line-length for prose; scopes duplicate-heading checks to siblings).
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
v1.0.0 Stable
released this
2026-06-28 15:31:29 -05:00 | 121 commits to main since this releaseFirst 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.jsonvia 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
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
- Version badge in the companion window header, single-sourced from