NutriTrace
Self-hosted personal nutrition and calorie tracker
Alternative to: myfitnesspal, cronometer, lose it, waistline

About
Versions (95)
v1.0.0-rc.3
2026-04-27Fixed
- 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.