v1.5
April 2026
- New Welcome page with quick-start guide for new users
- New How It Works page — full explanation of predictions, unpredictability, and recommended defenses
- New About page with creator info, data sources, and contact
- New Changelog page
- New Collapsible "How it works" section on results page
- Improve Footer navigation across all pages
v1.4
March 2026
- New Dedicated data-service backend — separated DB reads/writes from the scout frontend
- Improve Scout reads from local Postgres instead of proxying all requests to data-service
- Improve Health endpoint returns player count from database
- Fix Season display and test reliability improvements
v1.3
March 2026
- New Postgres database backend — replaces JSON file storage with JSONB-backed persistence
- Improve Aggressive cache freshness — skips re-fetch if data is less than 4 hours old
v1.2
March 2026
- New Recommended Defenses table — shows teams opponent struggles against on offense
- New Unpredictability score with Jaccard similarity analysis
- New swgoh.gg counter links on each predicted team
- Improve Zone assignment logic with overflow handling
- New Sortable recommendation table columns
- New Player name display in header
v1.1
March 2026
- New 3v3 mode support alongside 5v5
- New URL-based routing — shareable links with ally code in path
- Improve Mobile responsive layout
- New Umami analytics integration
v1.0
March 2026
- New Initial release
- New GAC battle history analysis from c3po.wtf data
- New Predicted defense board with zone layout
- New Placement rate percentages per team
- New Team member frequency breakdown
- New Railway deployment with Docker