0.15.1 (2025-08-28)
Full server UI rewrite, meal plans support, real reports support, doctor command, docs for each command and many more.
⚠ BREAKING CHANGES
- use : as scaling factor delimiter
Features
- add base path for shopping lists so we can lookup references (a5c1a42)
- add basic search (94741e0)
- add cache (91ec988)
- add servings (9f539d9)
- add support for templates (881495f)
- cook doctor (d46b166)
- correct repo name (d6a4d0d)
- detect cycle references (3d9144f)
- diplay relative path for search results (ac7f847)
- disable testing mode (c46bf05)
- highlight sections in shopping list (342db6c)
- implement basic reference scaling (f193203)
- import recipe (27dccf4)
- new UI (e200582)
- recursively get ingredients for referenced recipes (bdc71cd)
- render scale (83a90bb)
- search via UI (1ca4c2a)
- support references in read command (fc50c00)
- support references in shopping list command (9a959d4)
- support references in UI recipe screen (50867de)
- support references in UI shopping list (5090b83)
- support scaling (66595f7)
- test release (e86c34b)
- update package name (fe5cf9c)
Bug Fixes
- brew install cmd (adf9bce)
- cargo publish to include ui (0807f55)
- ci build (5f62c85)
- cleanup unused code (5672dca)
- clippy (edd9f98)
- issue with . base path in server (85b91b0)
- log to stdout using tracing subscriber. (2e3ddab), closes #94
- make cost report work (3538d20)
- shopping list (4b54689)
- UI datastructure (9265dcf)
- upgraded parser (d6c791f)
- use macos12 (20a45d1)
- version (84996f9)
Miscellaneous Chores
Code Refactoring
- use : as scaling factor delimiter (6b2251c)