From 337974ded91a6e3476d2f1eb20e79631d2b125ba Mon Sep 17 00:00:00 2001 From: hay-kot Date: Thu, 29 Apr 2021 17:46:46 -0800 Subject: [PATCH] docs --- docs/docs/changelog/v0.5.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/changelog/v0.5.0.md b/docs/docs/changelog/v0.5.0.md index 252a8568a..f9515a463 100644 --- a/docs/docs/changelog/v0.5.0.md +++ b/docs/docs/changelog/v0.5.0.md @@ -18,6 +18,11 @@ ## Features and Improvements +### Performance +- Images are now served up by the Caddy increase performance and offloading some loads from the API server +- Requesting all recipes from the server has been rewritten to refresh less often and manage client side data better. +- All images are now converted to .webp for better compression + ### General - New Toolbox Page! - Bulk assign categories and tags by keyword search @@ -36,5 +41,6 @@ ### Behind the Scenes +- New debian based docker image - Unified Sidebar Components - Refactor UI components to fit Vue best practices (WIP) \ No newline at end of file