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

v1.1.0-dev.2
2026-07-28Milestone dev build. Follows v1.1.0-dev.1 with two changes worth pinning: UI channel label switched from Beta to Dev to match the underlying dev branch / :dev Docker tag / dev-latest GH tag convention, and the Dev-channel version check now finds the newest -dev.N numbered release instead of parsing the string dev-latest (which was never a valid semver).
Changed
- Update channel label is now “Dev”. Was “Beta” in v1.1.0-dev.1. “Beta” oversold stability for what is really the rolling
devbranch. Legacy stored value normalises todevon read.
Fixed
- Dev channel now actually detects newer versions. Previously, checking Dev returned the
dev-latestGH tag whosetag_namefield is the string literal, not a semver, so the compare returned equal every time and the checker never prompted. Now lists /releases and picks the newest-dev.Nnumbered pre-release.
Notes
Dev build for testers. Not for production. For the stable line, pin ghcr.io/traceapps/nutritrace:1.0.4 (or :1.0 / :1 / :latest).