Browse Source

Update mealie to v1.12.0 (#1388)

main
Nathan Fretz 6 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/*" PROXY_AUTH_WHITELIST: "/api/*"
web: 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 restart: on-failure
environment: environment:
# Allow additional user sign-up without token # Allow additional user sign-up without token

19
mealie/umbrel-app.yml

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