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

v1.1.2-dev06
2026-08-08Fixes one fifth-pass code-review finding against v1.1.2-dev05. Signed APK attached, Docker :dev tag will update via CI.
What was wrong in dev05
- Kilojoules row in Your Goals ignored Dynamic / Adaptive calorie mode. kJ-mode users with a wearable connected and calorie mode set to Dynamic or Adaptive saw the fixed goal converted to kJ instead of the wearable-derived target. The dynamic/adaptive badge (⚡ / 📈) also never appeared on the row. Fixed: the special-case now covers both Calories and Kilojoules stat ids.
Review progress
- dev01 → dev02: 7 findings
- dev02 → dev03: 5 findings
- dev03 → dev04: 2 findings
- dev04 → dev05: 3 findings
- dev05 → dev06: 1 finding
Trend is now converging. Reviewer explicitly noted the rest of the diff checks out on the fifth pass.
docker compose pull && docker compose up -d