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

About
Versions (95)
v1.0.0-rc.2
2026-04-27Fixed
- Sleep Debt card on Wellness page hardcoded 8h when the user’s sleep goal was stored under
.max(the default — “Minimum goal” toggle off in the goal editor). Code only checked.min, fell back to 480 minutes. Fix: use the samemax ?? min ?? defaultfallback chain used elsewhere in the codebase (Goals.svelte, calorie targets, etc.). Users with custom sleep goals now see debt computed against their actual target.