You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Profile Reset After Games (#429): The Auto-Enforcer now continuously polls every 15 seconds to re-apply profile picture, rank (tier/division/queue), challenge points, and crystal level after League resets them post-game. Previously, settings were only applied once per session.
Rank & Challenge Stats Enforcment: Added support for persisting rank overrides (rankedLeagueTier, rankedLeagueDivision, rankedLeagueQueue) and challenge stats (challengeCrystalLevel, challengePoints) via chat presence, merged with existing lol object fields to avoid overwriting unrelated data.
Changed
Polling Instead of Retry: Replaced the old retry-with-backoff mechanism (10s interval, 60s max) with a simpler 15s continuous polling loop, ensuring settings survive game-induced resets without log spam on subsequent cycles.