Version 1.1.0 adds support for nested recipes that were added in mealie-recipes/mealie#4800. It is now possible to have an entire recipe as an ingredient of another recipe. Moreover, some maintenance work was done such as updating the dependencies and upgrading the python version of the container image to 3.14.
If you like the project, please consider giving it a star on GitHub, thank you very much! ⭐
Changes since the last release
- 21f41ac chore: Bump the version to 1.1.0
- fe50f53 feat: ignore empty ingredients
- 83b59bd feat: add support for multi-level nested recipes
- c01310b feat: ensure scaling of nested ingredients
- c876db2 chore: update dependencies
- 8af94c3 chore: update to python 3.14
- c33d280 test: remove unused attributes from example data
- 05731a6 feat: add support for nested recipes
What's Changed
- feat/support-nested-recipes-36 by @felixschndr in #37
Full Changelog: 1.0.0...1.1.0