Changelog
v0.3.0
2026-04-17- Homepage polish: live global stats ticker, feature sections, top-scores carousel, FAQ, first-visit tour.
- Guest → account migration carries localStorage personal bests onto fresh signups.
- Avatar uploads now use Supabase Storage (ephemeral disk doesn't survive on Vercel).
- About / Changelog / Privacy / Terms pages.
v0.2.0
2026-04-17- Classic Speed Test polish: Caps Lock mode, Focus mode UI, 3-second auto-pause + Resume overlay, Reading Mode passage preview, Pace Trainer target indicator.
- Share Result PNG: client-side canvas card downloadable from the results screen.
- Top Mistakes section + improved per-key error attribution in the heatmap.
v0.1.0
2026-04-16- Migrated database from MongoDB to Supabase Postgres (cuid PKs, explicit cascades).
- Fixed Vercel build: every API route now `force-dynamic`; `prisma generate` wired into the build script.
- Separated Personal Bests into Time and Words sections with placeholder grid for untested configs.
- Fixed nav flicker: server-resolved session passed to SessionProvider, Login/Signup never flashes for authenticated users.