From 7d0823f7dca26c579a96fb6610e75b3bf403da9e Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 27 Aug 2024 11:17:24 +1000 Subject: [PATCH] Update mealie to v1.12.0 (#1388) --- mealie/docker-compose.yml | 2 +- mealie/umbrel-app.yml | 19 ++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/mealie/docker-compose.yml b/mealie/docker-compose.yml index d494a8db..e14269b6 100644 --- a/mealie/docker-compose.yml +++ b/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 diff --git a/mealie/umbrel-app.yml b/mealie/umbrel-app.yml index f93702fa..92075f24 100644 --- a/mealie/umbrel-app.yml +++ b/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 \ No newline at end of file