You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,10 @@ The format is based on Keep a Changelog and this project follows Semantic Versio
17
17
- Ingredient-level recipe builder (`kcal recipe ingredient ...`) and recipe total recalculation (`kcal recipe recalc`).
18
18
- Extended analytics body section with weight/body-fat/lean-mass trends and body-goal progress.
19
19
- Multi-provider barcode lookup (`usda`, `openfoodfacts`, `upcitemdb`) with local SQLite cache, provider selection, setup helper commands, published UPCitemdb plan-limit guidance, and local barcode nutrition overrides.
20
+
- Saved template database schema and model support for saved foods, saved meals, and saved meal components.
21
+
- Saved template command families: `kcal saved-food ...` and `kcal saved-meal ...` (including create from entry/barcode, component management, archive/restore, and logging).
22
+
- Saved templates included in JSON portability workflows (`kcal export --format json`, `kcal import --format json`), including coverage in portability tests.
23
+
24
+
### Changed
25
+
- Consolidated GitHub Pages docs into a single-page experience at `docs/index.md` and removed legacy multi-page duplicates from publish paths.
26
+
- Updated docs and README command maps/quick flows to include saved template workflows.
0 commit comments