Update mealie to v1.12.0 (#1388)

This commit is contained in:
Nathan Fretz 2024-08-27 11:17:24 +10:00 committed by GitHub
parent f032dbb301
commit 7d0823f7dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 14 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
web:
image: ghcr.io/mealie-recipes/mealie:v1.11.0@sha256:797df6808afb5883a374c701099ea68a77461fc734f12cade3b76c002f171b9a
image: ghcr.io/mealie-recipes/mealie:v1.12.0@sha256:88e8e12542e9a2733c07f175682dc69e7360becb6137d604bb087a71ab33c5fe
restart: on-failure
environment:
# Allow additional user sign-up without token

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: mealie
category: files
name: Mealie
version: "1.11.0"
version: "1.12.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,18 +39,11 @@ submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/608
releaseNotes: >-
New features and improvements:
- Show recipe tags on mobile view and meal plan
- Push on-hand items to bottom of "Add to Shopping List" dialog
- Internationalize sent emails
- PWA additions
- Make Mealie timezone-aware
- Follow redirects during scraping
- Offline shopping list improvements
- Homepage icon and text update
Various bug fixes and performance improvements have also been implemented.
- Import recipes via an image using OpenAI
- Added French (Belgium) translation
- If there's only one shopping list, navigate directly to it
- Seed support for plural units
- Various bug fixes and performance improvements
Full release notes can be found at https://github.com/mealie-recipes/mealie/releases