Skip to content

NutriTrace

v1.0.0-rc.54 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 16d Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

android calorie-counter capacitor docker fitbit food-tracker
+12 more
garmin health health-connect nutrition nutrition-tracker oidc pwa self-hosted sso svelte wellness withings

ReleasePort's take

Light signal
editorial:auto 11d

The release fixes a sync bug in Android Health Connect and enhances server‑side "Time to Sound Sleep" calculations.

Why it matters: Addresses an Android Health Connect SQL issue that blocked wellness data from reaching phones; improves TTS sleep credit accuracy by up to 7 minutes for short wake nights.

Summary

AI summary

Updates Improved, https://github.com/TraceApps/nutritrace/issues/89, and https://github.com/TraceApps/nutritrace/issues/90 across a mixed release.

Changes in this release

Feature Low

Adds server‑side proxy support for local LLM endpoints via `AI_PROVIDER=oai-compat` and `AI_BASE_URL`.

Adds server‑side proxy support for local LLM endpoints via `AI_PROVIDER=oai-compat` and `AI_BASE_URL`.

Source: llm_adapter@2026-07-15

Confidence: high

Feature Low

Changes "Copy to Another Date" default picker to pre‑fill today instead of source date for meals/items.

Changes "Copy to Another Date" default picker to pre‑fill today instead of source date for meals/items.

Source: llm_adapter@2026-07-15

Confidence: high

Bugfix Medium

Fixes Android Health Connect sync issue where pending wellness rows caused SQL bug, preventing browser items from reaching phone.

Fixes Android Health Connect sync issue where pending wellness rows caused SQL bug, preventing browser items from reaching phone.

Source: llm_adapter@2026-07-15

Confidence: high

Bugfix Medium

Improves server-side "Time to Sound Sleep" calculation by crediting initial 5‑10 min awake segment, fixing -5 to -7 min under‑count on short wake nights.

Improves server-side "Time to Sound Sleep" calculation by crediting initial 5‑10 min awake segment, fixing -5 to -7 min under‑count on short wake nights.

Source: llm_adapter@2026-07-15

Confidence: high

Bugfix Medium

Improves backup and restore fidelity by closing eight silent data‑loss scenarios across full backup, JSON export/import, and Android local backup flows.

Improves backup and restore fidelity by closing eight silent data‑loss scenarios across full backup, JSON export/import, and Android local backup flows.

Source: llm_adapter@2026-07-15

Confidence: high

Full changelog

Fixed

  • Health Connect Users' Android Sync Unstuck. Pending wellness rows on the phone were tripping a SQL bug on push, which stopped every subsequent pull. Symptom: items added on the browser weren't reaching the phone. Every user with Health Connect enabled on Android was silently affected. Fixed. (#89, reported by duplaja)
  • More Accurate Time to Sound Sleep. Server-side ttss derivation now credits the initial 5-10 min settling-in awake segment, matching the Fitbit app. Closes the consistent -5 to -7 min under-count on nights with a short initial wake segment. Applies to Health Connect and Google Health syncs.

Added

  • Server-Side Proxy for Local LLM Endpoints. Env-locked AI now supports AI_PROVIDER=oai-compat alongside claude / openai / gemini. Point AI_BASE_URL at a private-network Ollama, LM Studio, LocalAI, vLLM, or similar and the server calls it directly, so the browser never has to see the endpoint. Solves the mixed-content + Docker-internal-DNS gap for self-hosters running a local LLM sidecar. Same capability added to LiftTrace and CookTrace. (#90, reported by gentlecolts)

Improved

  • Backup + Restore Fidelity Pass. Eight silent data-loss scenarios closed across the full backup, JSON export/import, and Android local backup flows. Highlights: OFF unit metadata (nutrition_basis, alt_units, density_g_ml) from rc.50 now survives a restore, federation API tokens survive backups, JSON settings import correctly pushes to the server on PWA, and native restore no longer double-inserts on a second pass.
  • "Copy to Another Date" Defaults to Today. Copying a meal or item from a past date now pre-fills today in the picker instead of the source date. One less tap for the common "same lunch again today" case.

Signed APK on the release page. Docker image is multi-arch (amd64 + arm64):

docker compose pull && docker compose up -d

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track NutriTrace

Get notified when new releases ship.

Sign up free

About NutriTrace

Personal nutrition tracker

All releases →

Related context

Earlier breaking changes

  • v1.0.0 Enforces strict semver: PATCH for bug fixes, MINOR for features, MAJOR for breaking changes in all future releases.
  • v1.0.0 Retires -rc.N release tags; future releases use strict semver only.

Beta — feedback welcome: [email protected]