From f7184ffc9e2119c49f4fa8d31e5f6c99edba91b1 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 3 Apr 2021 11:22:13 -0800 Subject: [PATCH] changelog + docs --- docs/docs/changelog/v0.4.1.md | 6 ++++++ docs/mkdocs.yml | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/docs/changelog/v0.4.1.md b/docs/docs/changelog/v0.4.1.md index 2b2a6d7bc..5450bc4b8 100644 --- a/docs/docs/changelog/v0.4.1.md +++ b/docs/docs/changelog/v0.4.1.md @@ -13,4 +13,10 @@ - Random meal-planner will no longer duplicate recipes unless no other options - New Quick Week button to generate next 5 day week of recipe slots. - Minor UI tweaks +- Recipe Cards now display 2 recipe tags +- Recipe images are now minified. This comes with a serious performance improvement. On initial startup you may experience some delays. Images are migrated to the new structure on startup, depending on the size of your database this can take some time. + - Note that original images are still kept for large displays like on the individual recipe pages. + - A smaller image is used for recipe cards + - A 'tiny' image is used for search images. + diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 080c3ca3d..7d675172a 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -74,6 +74,7 @@ nav: - Guidelines: "contributors/developers-guide/general-guidelines.md" - Development Road Map: "roadmap.md" - Change Log: + - v0.4.1 Frontend/UI: "changelog/v0.4.1.md" - v0.4.0 Authentication: "changelog/v0.4.0.md" - v0.3.0 Improvements: "changelog/v0.3.0.md" - v0.2.0 Now With Tests!: "changelog/v0.2.0.md"