Changelog
Updates across all SWGOH Tools — mod analyzer, GAC scout, TW counter bot, and more.
v1.7
April 2026- new Fallback primaries — when the ideal primary isn't available, the fix finder suggests the next best option (e.g. Offense % triangle when no Crit Damage is available)
- new How We Compare section on tool pages and How It Works — honest comparison with HotUtils and Grandivory's Optimizer
- new Global changelog on the site
- improve Fix list now sorts: exact primary > fallback primary > speed-only
- improve Fallback fixes shown in amber in the UI to distinguish from exact matches
v1.6
GAC Scout March 18, 2026- new Postgres database backend — replaces JSON file storage with proper JSONB-backed persistence
- improve Scraper speed optimizations — blocks unnecessary resources (images, fonts, CSS) and reduces wait times between pages
- improve Aggressive cache freshness checks — skips re-scrape if data is less than 4 hours old
- new Seed script supports direct Postgres insertion via --db / --db-only flags
- improve Health endpoint now returns player count from database
v1.5
Analyzer March 15, 2026- improve Mod fix suggestions now show what the donor character receives in return — no more guessing what happens to the source character's slot
v1.4
March 15, 2026- new GAC Scout app — scout opponents before setting defenses and planning attacks
- new Team detection engine — identifies ~25 meta teams from a player's roster with readiness ratings
- new Weakness detection — finds undergeared key characters, bad mods on important teams, missing team members
- new Roster comparison — side-by-side GL ownership, team advantages, mod quality, and key character gaps
- new GAC season stats extraction — pulls W/L record, offensive/defensive wins, full clears, undersized wins from Comlink
- data 25 meta team definitions — all 10 GLs plus 15 non-GL meta teams (Naboo, Baylan, Starkiller, DR, JKR, etc.)
- improve Shared library expanded with team-detection and scout modules for reuse across apps
v1.3
Analyzer March 15, 2026- improve Comlink retry with exponential backoff — automatically retries on 502/503/504/429 errors (up to 3 attempts)
- improve Request timeouts on all Comlink calls — 15s for player data, 10s for leaderboard, 5s for metadata
- improve Graceful error responses — API returns friendly JSON errors instead of crashing when Comlink is unreachable
- improve Community Popular engine is now non-fatal — if leaderboard fetch fails, analysis continues with other engines
- improve Frontend error messages updated for production
- fix GAC leaderboard API — switched from leaderboardType 4 to type 6 (top-50 by league/division), fetches Kyber D1 + D2 for ~100 players
- fix Ally code validation — server now rejects invalid codes before hitting Comlink (must be exactly 9 digits)
- improve Structured Comlink logging — all API calls logged with endpoint, status, and timing
- new Documentation — SWGOH mod system, Comlink API, game concepts, and engine system reference docs
v1.2
Analyzer March 15, 2026- new Community Popular engine — grades your mods against what the top 100 GAC players actually equip
- new GAC leaderboard integration — automatically fetches top Kyber players from live leaderboard
- new About page, How It Works page, Guide page, Changelog page
- new Landing page quick-start steps (enter code, check grades, fix mods)
- improve Auto engine now falls back through: Curated > Community Optimizer > Community Popular > Role Defaults
- new Swap Plan export — copy plan as text for Discord/guild chat
- improve Footer navigation added across all pages
- data Fixed 175+ character roles in community meta to match in-game data
- data Fixed curated overrides: JML (tank), GL Leia (tank), GL Hondo (support), Third Sister (tank), Baylan Skoll (tank)
- fix Game units not loading — units moved to segment 3, expanded search range to segments 1-8
- fix Empty segment arrays no longer break unit loading early
v1.2.1
Analyzer March 15, 2026- fix Mod slot mapping — Circle and Triangle (slots 4/5) were swapped, causing wrong slot names in swap plans and incorrect primary stat validation
v1.1
Analyzer March 2026- new Compare mode — side-by-side mod comparison with another player
- new Engine dropdown with curated, community optimizer, and role default options
- new Mod Recommender page — input a mod, find the best character for it
- new Wasted Speed page — find high-speed mods on low-priority characters
- new Swap Plan page — ordered swap chains with backfill steps
- new Mod Fix Finder — primary mismatches and speed upgrade suggestions
- improve Per-character mod quality score (0-100)
- improve Community speed scores: OmegaScore, modQ, HotUtils Speed Score
- data 316 characters with community mod recommendations from Grandivory/MCW77
- data 37 hand-curated character overrides for GLs and key meta characters
v1.0
March 2026- new Initial release
- new Live mod analysis via SWGOH Comlink
- new Character grading system (S through F)
- new Grade distribution dashboard
- new Fuzzy character search with detail panel
- new Role-based mod templates (attacker, tank, support, healer)
- new Railway deployment with Comlink service