From 342de87010d478f341827e46140576c8008e045c Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Thu, 24 Oct 2024 09:32:49 +1000 Subject: [PATCH] Update mealie to version v2.0.0 (#1680) --- mealie/docker-compose.yml | 2 +- mealie/umbrel-app.yml | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/mealie/docker-compose.yml b/mealie/docker-compose.yml index e14269b..01410a1 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.12.0@sha256:88e8e12542e9a2733c07f175682dc69e7360becb6137d604bb087a71ab33c5fe + image: ghcr.io/mealie-recipes/mealie:v2.0.0@sha256:c2ea6f1e7fecaa7befe6f2dd02423b5ff31c4551f5afb64576fba0e65a2a4c5b restart: on-failure environment: # Allow additional user sign-up without token diff --git a/mealie/umbrel-app.yml b/mealie/umbrel-app.yml index 92075f2..d9f3d74 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.12.0" +version: "2.0.0" tagline: A Place for All Your Recipes description: >- Mealie is a self hosted recipe manager and meal planner. Easily add recipes by providing @@ -38,12 +38,13 @@ torOnly: false submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/pull/608 releaseNotes: >- - New features and improvements: - - 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 - + ⚠️ If you are using the Mealie API outside of the main app on umbrelOS, please review the release notes on GitHub for breaking changes. + + + This major update introduces several significant changes and new features: + - Households: A new subdivision of groups with shared data, allowing for more granular organization of recipes, meal plans, and shopping lists. + - Query Filter Builder: Improved filtering for cookbooks and meal plans. + - Shopping List UI Improvements: Various tweaks to enhance user-friendliness. + - OpenID Connect: Improved implementation with migration guide available. Full release notes can be found at https://github.com/mealie-recipes/mealie/releases \ No newline at end of file