mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-28 05:05:12 -05:00
Bug/minor fixes (#762)
* Set web concurrency to 1 * bump versions * update release notes Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
31
docs/docs/changelog/v0.5.3.md
Normal file
31
docs/docs/changelog/v0.5.3.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# v0.5.3 - Bug Fixes
|
||||
|
||||
**App Version: v0.5.3**
|
||||
|
||||
**Database Version: v0.5.0**
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
!!! error "Breaking Changes"
|
||||
#### None
|
||||
|
||||
|
||||
## Bug Fixes
|
||||
- [755](https://api.github.com/repos/hay-kot/mealie/issues/755) - Mealie Categories Not Displaying Until After Settings Opened
|
||||
- [748](https://api.github.com/repos/hay-kot/mealie/issues/748) - categories - Internal Server Error
|
||||
- [689](https://api.github.com/repos/hay-kot/mealie/issues/689) - Importing a recipe with time information
|
||||
- [671](https://api.github.com/repos/hay-kot/mealie/issues/671) - Localization not loading on upgrade to v0.5.2
|
||||
- [655](https://api.github.com/repos/hay-kot/mealie/issues/655) - Clicking on "tags" on a mobile phone doesn't work (Wrong link, "Internal server error")
|
||||
- [654](https://api.github.com/repos/hay-kot/mealie/issues/654) - Ram Usage
|
||||
- Fixed Missing minus in shopping list UI [688](https://github.com/hay-kot/mealie/pull/688)
|
||||
|
||||
## Features and Improvements
|
||||
|
||||
### General
|
||||
- Recipe Images are no clickable [678](https://github.com/hay-kot/mealie/pull/678)
|
||||
- Additional Translations
|
||||
- Improved Recipe Parser thanks to [@cadamswaite](https://github.com/hay-kot/mealie/pulls?q=is%3Apr+author%3Acadamswaite)
|
||||
- URL Scraper will now choose the best image from the list provided by the site
|
||||
- Fixed the debugger to provide more meaningful data
|
||||
- Fix issues parsing time formats
|
||||
- Added support for parsing scraped nutrition details
|
||||
@@ -54,7 +54,7 @@ services:
|
||||
RECIPE_DISABLE_AMOUNT: 'false'
|
||||
|
||||
# Gunicorn
|
||||
WEB_CONCURRENCY: 2
|
||||
# WEB_CONCURRENCY: 2
|
||||
# WORKERS_PER_CORE: 0.5
|
||||
# MAX_WORKERS: 8
|
||||
volumes:
|
||||
@@ -98,7 +98,7 @@ services:
|
||||
RECIPE_DISABLE_AMOUNT: 'false'
|
||||
|
||||
# Gunicorn
|
||||
WEB_CONCURRENCY: 2
|
||||
# WEB_CONCURRENCY: 2
|
||||
# WORKERS_PER_CORE: 0.5
|
||||
# MAX_WORKERS: 8
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user