update changelog

This commit is contained in:
hay-kot 2021-05-06 11:18:59 -08:00
commit 1430787773
2 changed files with 44 additions and 23 deletions

View file

@ -1,4 +1,4 @@
# v0.5.0 COOL TITLE GOES HERE # v0.5.0 Too Many Changes!
**App Version: v0.5.0** **App Version: v0.5.0**
@ -9,11 +9,14 @@
!!! error "Breaking Changes" !!! error "Breaking Changes"
#### Database #### Database
Database version has been bumped from v0.4.x -> v0.5.0. You will need to export and import your data. Database version has been bumped from v0.4.x -> v0.5.0. You will need to export and import your data. Moving forward, we will be using database migrations (BETA) to do this automatically. Note that you still must backup your data. If you don't, it's entirely possible something may go wrong and you could lose your data on upgrade.
#### Image Directory #### Image Directory
the /data/img directory has been depreciated. All images are now stored in the /recipes/{slug}/image directory. Images should be migrated automatically, but you may experience issues related to this change. the /data/img directory has been depreciated. All images are now stored in the /recipes/{slug}/image directory. Images should be migrated automatically, but you may experience issues related to this change.
#### API Usage
If you have been using the API directly, many of the routes and status codes have changed. You may experience issues with directly consuming the API.
## Bug Fixes ## Bug Fixes
- Fixed #332 - Language settings are saved for one browser - Fixed #332 - Language settings are saved for one browser
- Fixes #281 - Slow Handling of Large Sets of Recipes - Fixes #281 - Slow Handling of Large Sets of Recipes
@ -24,7 +27,10 @@
### Highlights ### Highlights
- Beta Support for Postgres! 🎉 See the getting started page for details - Beta Support for Postgres! 🎉 See the getting started page for details
- Recipe Steps now support sections, assets, and additional settings. - Recipe Features
- Step Sections
- Recipe Assets
- Additional View Settings.
- New Toolbox Page! - New Toolbox Page!
- Bulk assign categories and tags by keyword search - Bulk assign categories and tags by keyword search
- Title case all Categories or Tags with 1 click - Title case all Categories or Tags with 1 click
@ -35,7 +41,12 @@
- Delete - Delete
- Download (As Json) - Download (As Json)
- Copy Link - Copy Link
- Rating can be updated without entering the editor - Closes #25 - New Profile Dashboard!
- Edit Your Profile
- Create/Edit Themes
- View other users in your Group
- See what's for dinner
- Manage Long Live API Tokens (New)
- New Admin Dashboard! 🎉 - New Admin Dashboard! 🎉
- Now you can get some insight on your application with application statics and events. - Now you can get some insight on your application with application statics and events.
- See uncategorized/untagged recipes and organize them! - See uncategorized/untagged recipes and organize them!
@ -48,6 +59,16 @@
- All images are now converted to .webp for better compression - All images are now converted to .webp for better compression
### General ### General
- New 'Dark' Theme Packages with Mealie
- Updated Recipe Card Sections Toolbar
- New Sort Options (They work this time!)
- Alphabetical
- Rating
- Created Date
- Updated Date
- Shuffle (Random Sort)
- New 'Random' Recipe button on recipe sections. Random recipes are selected from the filtered results below. For example, on the "Cakes" category page, you will only get recipes in the "Cakes" category.
- Rating can be updated without entering the editor - Closes #25
- Updated recipe editor styles and moved notes to below the steps. - Updated recipe editor styles and moved notes to below the steps.
- Redesigned search bar - Redesigned search bar
- 'Dinner this week' shows a warning when no meal is planned yet - 'Dinner this week' shows a warning when no meal is planned yet
@ -55,7 +76,7 @@
- More localization - More localization
- Start date for Week is now selectable - Start date for Week is now selectable
- Languages are now managed through Crowdin - Languages are now managed through Crowdin
- The main App bar went through a major overhaul - Application Bar was Rewritten
- Sidebar can now be toggled everywhere. - Sidebar can now be toggled everywhere.
- New and improved mobile friendly bottom bar - New and improved mobile friendly bottom bar
- Improved styling for search bar in desktop - Improved styling for search bar in desktop

File diff suppressed because one or more lines are too long