# Changelog ## v1.0 — 7 augustus 2026 - **INITIELE RELEASE** - Volledige receptenbank met 30+ recepten over 11 types - Mix & Match generator met compatibility scoring algoritme - Machine gids met alle 13 programma's, troubleshooting en pro tips - Dashboard met stats, featured recepten, quiz en dagelijkse tips - Favorieten systeem (localStorage + API) - Dark mode ondersteuning - Flask REST API met SQLite database - PM2 process management - Nginx reverse proxy configuratie - Volledige smoke test suite (42 testen) - Live deployment op https://mescalinerabbit.shop/swirl/ ## 2026-08-08: Scale to 1 Swirl Pint - **All 88 recipes scaled** from multi-serving to exactly 1 Ninja Swirl pint (16oz / 473ml) - Factor 0.5 applied to all servings=4 recipes (was ~710ml, now ~355ml per pint) - Factor 1.0 for servings=2 recipes (already ~1 pint) - All `servings` set to 1 with `pintInfo: "1 swirl pint (±3 porties)"` - Nutrition values scaled proportionally - Mix&Match API base ingredients also adjusted - Backup saved to `archive/pre-pint-scaling/` - Scale script: `scale_to_pint.py` (reusable)