v1.0.0-rc.3 — Calibration export fix
Pre-release
Pre-release
Fixed
- Calibration export was dropping today's row. The 30-day window in
_generateCalibExport()ran fromtoday-30totoday-1, silently excluding today even though today's seeded*_actualscores are typically what the user just paste-confirmed via the dev console snippet. The data was being fetched (the API call'sto=param uses today) but never iterated during day-row construction. Window shifted totoday-29→todayinclusive — same 30-day length, ends today instead of yesterday.