NutriTrace logo

NutriTrace

Self-hosted personal nutrition and calorie tracker

Alternative to: myfitnesspal, cronometer, lose it, waistline

NutriTrace screenshotNutriTrace screenshot

About Versions (95)

v1.1.0-dev.2

2026-07-28

Milestone 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 dev branch. Legacy stored value normalises to dev on read.

Fixed

  • Dev channel now actually detects newer versions. Previously, checking Dev returned the dev-latest GH tag whose tag_name field 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.N numbered 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).