Skip to content

Commit

Permalink
Update mealie to v2.5.0 (#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jan 24, 2025
1 parent 1854c07 commit df6e641
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
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.4.2@sha256:4c97581d31546fc5cbfeacf00a8fa5f866d0b48cd1a2cd4441e48afe260b317c
image: ghcr.io/mealie-recipes/mealie:v2.5.0@sha256:0a9839f19e74d5c4a818161a5850b16d9608b240381691c317d3c23cd62e0c0f
restart: on-failure
environment:
# Allow additional user sign-up without token
Expand Down
17 changes: 11 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.4.2"
version: "2.5.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 @@ -38,11 +38,16 @@ torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/608
releaseNotes: >-
This release includes bug fixes and improvements:
- Fixed login form accessibility
- Improved recipe action menu placement
- Enhanced OIDC debug logging
- Various stability improvements and bug fixes
🚨 Security Update: This release fixes multiple security vulnerabilities that could allow users with existing accounts to escalate privileges within households and share recipes from other groups.
New features and improvements:
- Moved "Last Made" and "On Hand" features to household level
- Added new recipe management options
- Improved FAQ documentation
Note: The kitchen timer feature has been removed as it could not function properly when the screen was off or app in background.
Full release notes can be found at https://github.com/mealie-recipes/mealie/releases

0 comments on commit df6e641

Please sign in to comment.