From 62a0179d880c10564957325fd9a4d98bdf8b0c19 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Sat, 21 Dec 2024 22:28:32 +1100 Subject: [PATCH] Update mealie to v2.4.1 --- mealie/docker-compose.yml | 2 +- mealie/umbrel-app.yml | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/mealie/docker-compose.yml b/mealie/docker-compose.yml index 4e0cc56c6f..15c668dd52 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.4.0@sha256:264a59cd88b24a3b14c62426f1bc0771fd6ac81501a0197735c1ac4c1381032f + image: ghcr.io/mealie-recipes/mealie:v2.4.1@sha256:efd4001597fbcea58aa1e2ff54f5e5b5f8fe6237df6862a2e4576dcb5ff0d24e restart: on-failure environment: # Allow additional user sign-up without token diff --git a/mealie/umbrel-app.yml b/mealie/umbrel-app.yml index ee7349b79c..eb2154ac75 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.4.0" +version: "2.4.1" 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,10 @@ torOnly: false submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/pull/608 releaseNotes: >- - Key highlights in this release: - - 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 + This release includes updated translations to support the latest features and bug fixes: + - Fixed server time handling for meal planning + - Improved overall system stability + - Updated language translations for better localization support Full release notes can be found at https://github.com/mealie-recipes/mealie/releases \ No newline at end of file