Browse Source

Update mealie to version v2.1.0 (#1722)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
22a8f5d78a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      mealie/docker-compose.yml
  2. 19
      mealie/umbrel-app.yml

2
mealie/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*" PROXY_AUTH_WHITELIST: "/api/*"
web: web:
image: ghcr.io/mealie-recipes/mealie:v2.0.0@sha256:c2ea6f1e7fecaa7befe6f2dd02423b5ff31c4551f5afb64576fba0e65a2a4c5b image: ghcr.io/mealie-recipes/mealie:v2.1.0@sha256:530dc14de032a8b0e25507dd7595df6fd58c20639f872482729a9054d7b2cd60
restart: on-failure restart: on-failure
environment: environment:
# Allow additional user sign-up without token # Allow additional user sign-up without token

19
mealie/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: mealie id: mealie
category: files category: files
name: Mealie name: Mealie
version: "2.0.0" version: "2.1.0"
tagline: A Place for All Your Recipes tagline: A Place for All Your Recipes
description: >- description: >-
Mealie is a self hosted recipe manager and meal planner. Easily add recipes by providing Mealie is a self hosted recipe manager and meal planner. Easily add recipes by providing
@ -38,13 +38,14 @@ torOnly: false
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/608 submission: https://github.com/getumbrel/umbrel-apps/pull/608
releaseNotes: >- releaseNotes: >-
⚠️ If you are using the Mealie API outside of the main app on umbrelOS, please review the release notes on GitHub for breaking changes. ⚠️ Reminder for users who have not yet updated to at least v2.0.0: 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: New features and improvements:
- Households: A new subdivision of groups with shared data, allowing for more granular organization of recipes, meal plans, and shopping lists. - Recipe instructions can now be renamed (e.g., "Make Sauce" instead of "Step 1")
- Query Filter Builder: Improved filtering for cookbooks and meal plans. - Added summary section to recipe instructions
- Shopping List UI Improvements: Various tweaks to enhance user-friendliness. - Improved shopping list UI with collapsible labels
- OpenID Connect: Improved implementation with migration guide available. - Various bug fixes and quality of life improvements
Full release notes can be found at https://github.com/mealie-recipes/mealie/releases Full release notes can be found at https://github.com/mealie-recipes/mealie/releases
Loading…
Cancel
Save