diff --git a/docs/docs/changelog/v0.4.0.md b/docs/docs/changelog/v0.4.0.md index b8b1457d6..d5345165e 100644 --- a/docs/docs/changelog/v0.4.0.md +++ b/docs/docs/changelog/v0.4.0.md @@ -12,14 +12,14 @@ A new database will be created. You must export your data and then import it after upgrading. #### Site Settings - With the addition of group settings and a re-write of the database layer of the application backend, there is no migration path for your current site settings. Webhooks Settings, Meal Plan Categories are now managed by groups. Site settings, mainly homepage settings, are now site specific and managed by administrators. + With the addition of group settings and a re-write of the database layer of the application backend, there is no migration path for your current site settings. Webhooks Settings, Meal Plan Categories are now managed by groups. Site settings, mainly homepage settings, are now site specific and managed by administrators. When upgrading be sure to uncheck the settings when importing your old data. #### ENV Variables Names have been changed to be more consistent with industry standards. See the [Installation Page](/getting-started/install/) for new parameters. ## Bug Fixes - Fixed Search Results Limited to 100 - #198 -- Fixed Recette from marmiton.org not fully scrapped - #196 +- Fixed recipes from marmiton.org not fully scrapped - #196 - Fixed Unable to get a page to load - #194 - Fixed Recipe's from Epicurious don't upload. - #193 - Fixed Edited blank recipe in meal plan is not saved - #184 @@ -31,6 +31,7 @@ ### General - Documentation Rewrite + - [New Demo Site!](https://mealie-demo.hay-kot.dev/) - New Documentation - Landing Page - Custom Caddy Configuration @@ -77,8 +78,9 @@ ### Behind the Scenes - Removed CDN dependencies - Database Model Refactoring + - Import/Export refactoring - File/Folder Name Refactoring - - Development is now easier with a makefile! + - Development is now easier with a makefile - Mealie is now a proper package using poetry - Test refactoring - - Test Coverage 75% + - Test Coverage 83% up from 75%! diff --git a/docs/docs/getting-started/organizing-recipes.md b/docs/docs/getting-started/organizing-recipes.md index 9a4090743..67b42d609 100644 --- a/docs/docs/getting-started/organizing-recipes.md +++ b/docs/docs/getting-started/organizing-recipes.md @@ -1,4 +1,8 @@ # Organizing Recipes !!! tip - Below is a suggestion of guidelines my wife and I use for organizing our recipes within Mealie. Mealie is fairly flexible, so feel free to utilize how you'd like! 👍 \ No newline at end of file + Below is a suggestion of guidelines my wife and I use for organizing our recipes within Mealie. Mealie is fairly flexible, so feel free to utilize how you'd like! 👍 + +In the diagram below you will see what we came up with using the new custom pages feature. The large circles indicate pages, and the rectangles indicate categories. We've grouped several 'like' categories with each other as a way to quickly find similar items. + +![Mealie Diagram](../../assets/img/MealieDiagram.png) \ No newline at end of file