diff --git a/mealie/docker-compose.yml b/mealie/docker-compose.yml index 01410a1..47997e9 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.0.0@sha256:c2ea6f1e7fecaa7befe6f2dd02423b5ff31c4551f5afb64576fba0e65a2a4c5b + image: ghcr.io/mealie-recipes/mealie:v2.1.0@sha256:530dc14de032a8b0e25507dd7595df6fd58c20639f872482729a9054d7b2cd60 restart: on-failure environment: # Allow additional user sign-up without token diff --git a/mealie/umbrel-app.yml b/mealie/umbrel-app.yml index d9f3d74..c64a840 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.0.0" +version: "2.1.0" tagline: A Place for All Your Recipes description: >- Mealie is a self hosted recipe manager and meal planner. Easily add recipes by providing @@ -38,13 +38,14 @@ torOnly: false submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/pull/608 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. - - - This major update introduces several significant changes and new features: - - Households: A new subdivision of groups with shared data, allowing for more granular organization of recipes, meal plans, and shopping lists. - - Query Filter Builder: Improved filtering for cookbooks and meal plans. - - Shopping List UI Improvements: Various tweaks to enhance user-friendliness. - - OpenID Connect: Improved implementation with migration guide available. + ⚠️ 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. + + + New features and improvements: + - Recipe instructions can now be renamed (e.g., "Make Sauce" instead of "Step 1") + - Added summary section to recipe instructions + - Improved shopping list UI with collapsible labels + - Various bug fixes and quality of life improvements + Full release notes can be found at https://github.com/mealie-recipes/mealie/releases \ No newline at end of file