-
released this
2026-07-21 18:40:41 -05:00 | 38 commits to main since this releaseFixed
- Existing installs now actually get the 24h counter-data TTL instead of staying frozen for a week. v3.5.4 lowered the default
cacheTtlHoursfrom 168 (1 week) to 24, but only for fresh installs — it shipped no migration, so anyone who had used the app before kept the old 168h value persisted in theirsettings.json. That TTL governs healthy (non-thin) matchup data, so the "Defensive Bans" counters kept serving snapshots up to a week old. Because op.gg's per-patch game counts accumulate daily, a multi-day-old cached entry showed far fewer games than op.gg currently reports (e.g. a jungle matchup cached at ~150 games while op.gg had already reached ~360) — which read as "the game counts are still really low." Loading settings now migrates a persistedcacheTtlHoursequal to the old default (168) to the current default (24). The field has no in-app control, so a stored 168 can only be the inherited old default: only that sentinel is rewritten, and a value hand-edited anywhere else in the 1–168 range is left untouched. The max configurable TTL stays 168.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Existing installs now actually get the 24h counter-data TTL instead of staying frozen for a week. v3.5.4 lowered the default