Browse Source

Update mealie to v1.12.0 (#1388)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
7d0823f7dc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      mealie/docker-compose.yml
  2. 19
      mealie/umbrel-app.yml

2
mealie/docker-compose.yml

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

19
mealie/umbrel-app.yml

@ -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
Loading…
Cancel
Save