Nathan Fretz
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
10 additions and
9 deletions
-
mealie/docker-compose.yml
-
mealie/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_WHITELIST: "/api/*" |
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/mealie-recipes/mealie:v1.12.0@sha256:88e8e12542e9a2733c07f175682dc69e7360becb6137d604bb087a71ab33c5fe |
|
|
|
image: ghcr.io/mealie-recipes/mealie:v2.0.0@sha256:c2ea6f1e7fecaa7befe6f2dd02423b5ff31c4551f5afb64576fba0e65a2a4c5b |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
# Allow additional user sign-up without token |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: mealie |
|
|
|
category: files |
|
|
|
name: Mealie |
|
|
|
version: "1.12.0" |
|
|
|
version: "2.0.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,12 +38,13 @@ torOnly: false |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/608 |
|
|
|
releaseNotes: >- |
|
|
|
New features and improvements: |
|
|
|
- Import recipes via an image using OpenAI |
|
|
|
- Added French (Belgium) translation |
|
|
|
- If there's only one shopping list, navigate directly to it |
|
|
|
- Seed support for plural units |
|
|
|
- Various bug fixes and performance improvements |
|
|
|
|
|
|
|
⚠️ 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. |
|
|
|
|
|
|
|
Full release notes can be found at https://github.com/mealie-recipes/mealie/releases |