mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update mealie to v2.8.0 (#2370)
This commit is contained in:
parent
eed5958a1e
commit
2bd147ee3e
@ -8,7 +8,7 @@ services:
|
|||||||
PROXY_AUTH_WHITELIST: "/api/*"
|
PROXY_AUTH_WHITELIST: "/api/*"
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/mealie-recipes/mealie:v2.7.1@sha256:708e9ffb843bafdcebf46ee35bb45d1b003518e8c204483a1da039b4076ef980
|
image: ghcr.io/mealie-recipes/mealie:v2.8.0@sha256:63aef46d90975d9cf9c0fdb9399fc2fe36acd222e1db6be99c504b9ccdbee967
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
# Allow additional user sign-up without token
|
# Allow additional user sign-up without token
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: mealie
|
id: mealie
|
||||||
category: files
|
category: files
|
||||||
name: Mealie
|
name: Mealie
|
||||||
version: "2.7.1"
|
version: "2.8.0"
|
||||||
tagline: A Place for All Your Recipes
|
tagline: A Place for All Your Recipes
|
||||||
description: >-
|
description: >-
|
||||||
Mealie is a self hosted recipe manager and meal planner. Easily add recipes by providing
|
Mealie is a self hosted recipe manager and meal planner. Easily add recipes by providing
|
||||||
@ -39,16 +39,20 @@ submitter: Umbrel
|
|||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/608
|
submission: https://github.com/getumbrel/umbrel-apps/pull/608
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
🎉 Highlights:
|
🎉 Highlights:
|
||||||
- Faster app startup
|
- New Ingredient Parser for easier future development and language support
|
||||||
- Improved Recipe Info Card design
|
- Improved recipe scraper with better nutritional data extraction
|
||||||
|
|
||||||
|
|
||||||
✨ New features:
|
✨ New features:
|
||||||
- Better shopping list
|
- Migrated to a new Ingredient Parser package
|
||||||
- Improved recipe scraping
|
- Enhanced recipe scraping with more accurate metadata parsing
|
||||||
- More flexible secret management
|
- Improved OIDC support
|
||||||
|
|
||||||
|
|
||||||
🐛 Bug fixes:
|
🐛 Bug fixes:
|
||||||
- Various performance and UI improvements
|
- Fixed issues with OpenAI response handling
|
||||||
- Fixed recipe scraping issues with unsupported encoding
|
- Improved case-insensitive query filters
|
||||||
|
- Resolved PostgreSQL capitalization problems
|
||||||
|
|
||||||
|
|
||||||
Full release notes are found at https://github.com/mealie-recipes/mealie/releases
|
Full release notes are found at https://github.com/mealie-recipes/mealie/releases
|
||||||
|
Loading…
Reference in New Issue
Block a user