Merge remote-tracking branch 'upstream/dev' into locale-settings

This commit is contained in:
Florian Dupret 2021-04-18 10:15:13 +02:00
commit 9e1ec0e806
2 changed files with 13 additions and 3 deletions

View file

@ -9,16 +9,26 @@
2. If you are a developer, you may experience issues with development as a new environmental variable has been introduced. Setting `PRODUCTION=false` will allow you to develop as normal. 2. If you are a developer, you may experience issues with development as a new environmental variable has been introduced. Setting `PRODUCTION=false` will allow you to develop as normal.
## Bug Fixes
- Fixed Initialization script (v0.4.1a Hot Fix) - Closes #274
- Fixed nested list error on recipe scrape - Closes #306
- Fixed ingredient checkboxes - Closes #304
- Removed link on recent - Closes #297
- Categories sidebar is auto generated if no pages are created - Closes #291
- Fix tag issues on creating custom pages - Closes #290
- Validate paths on export - Closes #275
- Walk Nextcloud import directory - Closes #254
## General Improvements
- Improved Nextcloud Migration. Mealie will now walk the directories in a zip file looking for directories that match the pattern of a Nextcloud Recipe. Closes #254 - Improved Nextcloud Migration. Mealie will now walk the directories in a zip file looking for directories that match the pattern of a Nextcloud Recipe. Closes #254
- Rewrite Keywords to Tag Fields - Rewrite Keywords to Tag Fields
- Rewrite url to orgURL - Rewrite url to orgURL
- Improved Chowdown Migration - Improved Chowdown Migration
- Migration report is now similar to the Backup report - Migration report is now similar to the Backup report
- Tags/Categories are now title cased on import "dinner" -> "Dinner" - Tags/Categories are now title cased on import "dinner" -> "Dinner"
- Fixed Initialization script (v0.4.1a Hot Fix) Closes #274
- Depreciate `ENV` variable to `PRODUCTION` - Depreciate `ENV` variable to `PRODUCTION`
- Set `PRODUCTION` env variable to default to true - Set `PRODUCTION` env variable to default to true
- Unify Logger across the backend - Unify Logger across the backend
- mealie.log and last_recipe.json are now downloadable from the frontend from the /admin/about - mealie.log and last_recipe.json are now downloadable from the frontend from the /admin/about
- New download schema where you request a token and then use that token to hit a single endpoint to download a file. This is a notable change if you are using the API to download backups. - New download schema where you request a token and then use that token to hit a single endpoint to download a file. This is a notable change if you are using the API to download backups.
- Recipe images can no be added directly from a URL - [See #177 for details](https://github.com/hay-kot/mealie/issues/117) - Recipe images can now be added directly from a URL - [See #117 for details](https://github.com/hay-kot/mealie/issues/117)

File diff suppressed because one or more lines are too long