mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +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/*"
|
||||
|
||||
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
|
||||
environment:
|
||||
# Allow additional user sign-up without token
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: mealie
|
||||
category: files
|
||||
name: Mealie
|
||||
version: "2.7.1"
|
||||
version: "2.8.0"
|
||||
tagline: A Place for All Your Recipes
|
||||
description: >-
|
||||
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
|
||||
releaseNotes: >-
|
||||
🎉 Highlights:
|
||||
- Faster app startup
|
||||
- Improved Recipe Info Card design
|
||||
- New Ingredient Parser for easier future development and language support
|
||||
- Improved recipe scraper with better nutritional data extraction
|
||||
|
||||
|
||||
✨ New features:
|
||||
- Better shopping list
|
||||
- Improved recipe scraping
|
||||
- More flexible secret management
|
||||
- Migrated to a new Ingredient Parser package
|
||||
- Enhanced recipe scraping with more accurate metadata parsing
|
||||
- Improved OIDC support
|
||||
|
||||
|
||||
🐛 Bug fixes:
|
||||
- Various performance and UI improvements
|
||||
- Fixed recipe scraping issues with unsupported encoding
|
||||
- Fixed issues with OpenAI response handling
|
||||
- Improved case-insensitive query filters
|
||||
- Resolved PostgreSQL capitalization problems
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/mealie-recipes/mealie/releases
|
||||
|
Loading…
Reference in New Issue
Block a user