Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mealie to version v2.4.0 #1937

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mealie/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 5 additions & 6 deletions mealie/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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


Expand Down
Loading