From 1cfa21ed9663e56fcb1883d9b02e1b31e2e236ff Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 16 Dec 2024 16:13:19 +1000 Subject: [PATCH] Update mealie to v2.4.0 --- mealie/docker-compose.yml | 2 +- mealie/umbrel-app.yml | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/mealie/docker-compose.yml b/mealie/docker-compose.yml index 2b747a2a66..4e0cc56c6f 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:v2.3.0@sha256:562ba8b1c98fbfa98a019ab6e0e45c88dae9a2e9a858ec4eac8f6321e46e9227 + image: ghcr.io/mealie-recipes/mealie:v2.4.0@sha256:264a59cd88b24a3b14c62426f1bc0771fd6ac81501a0197735c1ac4c1381032f restart: on-failure environment: # Allow additional user sign-up without token diff --git a/mealie/umbrel-app.yml b/mealie/umbrel-app.yml index 0cbe190b03..ee7349b79c 100644 --- a/mealie/umbrel-app.yml +++ b/mealie/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: mealie category: files name: Mealie -version: "2.3.0" +version: "2.4.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,11 +39,10 @@ submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/pull/608 releaseNotes: >- Key highlights in this release: - - Completely overhauled Cook Mode with improved functionality - - New admin features for generating household-specific invite links - - Enhanced recipe filtering with ingredient search options - - Improved recipe imports with cleaner processing - - Added structured yields support + - New Recipe Finder feature for discovering recipes based on available ingredients + - Improved user experience for new households and users + - Enhanced meal planning functionality + - Added formatting support for markdown tables - Various bug fixes and improvements to the user interface