This commit is contained in:
hay-kot 2021-04-29 17:46:46 -08:00
commit 337974ded9

View file

@ -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)