CHANGELOG

What we've shipped.

A running log of what changes in MOST WANTED and why — no marketing gloss, just what got built.

2026-08-26
Feature
Cockpit-style bet deck, Auto Bet/Auto Collect rework
  • Redesigned the desktop betting deck with a unified Bet A/Bet B panel, quick-amount presets, and an angular "cockpit" visual treatment
  • Auto Bet and Auto Collect rebuilt as their own clearly separated, properly sized controls at every desktop width
  • Leaderboard, All bets, and My bets panels restyled and pushed below the fold on mobile, so the game fills the first screen
  • Assorted mobile fixes: header icon alignment, Free Bet button placement, a scroll-triggered stretching bug, and stale cached pages after a deploy
2026-08-24
Feature
Nitro, Chase & Anchor, and Escape tickets
  • Nitro — pay 5x your stake for a shot at a random 2x–100x boost, revealed when the round ends
  • Chase & Anchor — run both bets as a pair: Chase marks Bet A and sets Bet B's target at 1.5x wherever you cash out; Anchor cashes A at x1.50 to cover the whole pair so B rides free
  • Escape tickets — a side bet to one specific city for +20% of your stake, paying out independently of your main cash-out
  • All three audited against the house edge so their expected value matches their cost
2026-08-19
Feature
Duels, Drops, and a bonus ecosystem
  • Public Duel Lobby — post or accept 1v1 challenges: same stake, same round, higher cash-out takes the pot
  • Helicopter Drop — a surprise bonus event flying in above the road at high multipliers
  • Chat Rain — free bonus drops fall into the live chat for anyone active to grab
  • City Bonus — each round randomly marks one city on the route as a free-bet target
  • Bonus Wallet — every reward, free bets, drops, and city bonuses now land in one ledger
2026-08-18
Feature
NOVA, the live AI co-pilot
  • NOVA watches the table with you, calling out hot streaks and reacting to duels and drops, with a deterministic safety filter on everything it generates
  • Evolved into a contextual, interactive character (NOVA 2.0) with ambient chat banter between rounds
  • Redesigned as a broadcast-style popup that slides in from the side instead of a chat bubble
2026-08-08
Feature
Most Wanted rebrand, new vehicles, and a real engine
  • Renamed the game to Most Wanted, with the client and admin UI fully converted to English
  • Photo-realistic F1, police, and press vehicle sprites, replacing the original vector art
  • Full audio rebuild — real F1 engine, siren, and helicopter recordings, a layered engine sound state machine, and background music
  • A named European route with city gantry signs and progression that only moves forward, never backward
2026-08-17
Trust
First automated test coverage
  • Added test coverage for the bet panel, mobile UI, the duel engine, wallet balance updates, and responsible-gambling logic
  • CI now runs tests against a real Postgres/Redis instance and blocks deploys on failure, not just on typecheck
2026-07-25
Infra
Back Office and operator tooling
  • Multi-tenant Back Office with role-based User Management, Game Management, Audit Log, and Player Analytics
  • Free Spins campaigns, Live Rounds monitoring, and player notifications
  • RGS Seamless Wallet integration for operators to embed the game against their own player balances
  • Prometheus + Grafana + Loki monitoring stack, and multi-currency support in the client
2026-07-24
Security
Internal audit and disaster recovery
  • A security self-audit found and fixed a wallet-exploit and a stored-XSS vulnerability before either reached production
  • Automated backups with failure alerts, and disaster-recovery drills to measure real recovery time
2026-07-22
Infra
CI/CD and live operator tooling
  • Push-to-deploy: every push to main is typechecked, then automatically shipped to production and smoke-tested
  • Monitoring dashboard in the admin panel — uptime, live connections, Postgres/Redis health, error log
  • Named admin accounts with owner/staff roles, replacing the single shared admin password
  • Operator API — authenticated /api/v1/stats and /api/v1/rounds for white-label partners
2026-07-22
Feature
Player growth & retention tools
  • Referral program — invite a friend, both sides get a bonus once they register
  • Free bet tokens — admin-grantable, one-time claimable bonus credits
  • Achievement badges and a personal stats page (win rate, biggest win, rounds played)
  • Weekly leaderboard race alongside the existing all-time leaderboard
  • Auto-bet toggle — repeat the same bet every round without re-clicking
  • Share-your-win button with a pre-filled X/Twitter post
2026-07-22
Trust
Public transparency pages
  • Standalone Provably Fair verifier — check any round's seed against its published hash, entirely in your browser
  • Public round history page reading live from the same journal the admin panel uses
2026-07-21
Fix
Provably Fair self-check mismatch
  • Fixed a regression where the client's independent crash-verification formula had drifted from the server's after an RTP calibration change — both now stay in sync via the round data itself
2026-07-20
Launch
MOST WANTED goes live
  • Production deploy on deagle.games — TLS, WebSocket round engine, Postgres + Redis
  • Marketing site, provably fair hash chain, admin panel, Google Sign-In