Update mealie to v2.8.0 (#2370)

This commit is contained in:
Alexander L. 2025-03-18 23:23:25 +01:00 committed by GitHub
parent eed5958a1e
commit 2bd147ee3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 9 deletions

View File

@ -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

View File

@ -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