Skip to content

v1.0.0-rc.3 — Calibration export fix

Pre-release
Pre-release

Choose a tag to compare

@thebigjoe1 thebigjoe1 released this 27 Apr 21:18
· 85 commits to main since this release

Fixed

  • Calibration export was dropping today's row. The 30-day window in _generateCalibExport() ran from today-30 to today-1, silently excluding today even though today's seeded *_actual scores are typically what the user just paste-confirmed via the dev console snippet. The data was being fetched (the API call's to= param uses today) but never iterated during day-row construction. Window shifted to today-29today inclusive — same 30-day length, ends today instead of yesterday.