From 8a2982d13f63e5981a8520e09f7f582b8a7b195f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Wersd=C3=B6rfer?= Date: Sun, 26 Feb 2023 10:02:36 +0100 Subject: [PATCH] Updated CHANGELOG.md to 0.0.9 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f9094..0b21a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +0.0.9 - 2022-12-12 +================== +No soup for you! + +### Fixes +- removed wrongfully added recipe yield reduction + - #21 PR by @alexdetsch + + +0.0.8 - 2022-12-04 +================== +Added units, foods, tags and step images + +### Features +- Added units and food types to recipe ingredients + - #20 PR by @alexdetsch +- Added tags to recipes (only adds `kptncook` at the moment + - #20 PR by @alexdetsch +- Added step images to recipe instructions + - #20 PR by @alexdetsch + +### Refactoring +- Review and refactoring + - #20 PR by @ephes +- Updated pre-commit hooks + - by @ephes + +### Fixes +- Documented python / mealie version requirements + - #20 PR by @alexdetsch + + 0.0.7 - 2022-05-05 ================== ### Fixes