Skip to content

Commit

Permalink
Update mealie to v1.11.0 (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Aug 7, 2024
1 parent 2ab882e commit 1cc8473
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 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:v1.8.0@sha256:1622cfc765645792a739443369a11b5c0909c8083b6fcfff194dd44e95bdcad4
image: ghcr.io/mealie-recipes/mealie:v1.11.0@sha256:797df6808afb5883a374c701099ea68a77461fc734f12cade3b76c002f171b9a
restart: on-failure
environment:
# Allow additional user sign-up without token
Expand Down
31 changes: 28 additions & 3 deletions mealie/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,25 @@ manifestVersion: 1
id: mealie
category: files
name: Mealie
version: "1.8.0"
version: "1.11.0"
tagline: A Place for All Your Recipes
description: >-
Mealie is a self hosted recipe manager and meal planner. Easily add recipes by providing
the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie also
provides an API for interactions from 3rd party applications.
Key Features:
- Recipe imports: Create recipes, by importing from a URL or entering data manually
- Meal Planner: Use the Meal Planner to plan your what you'll cook for the next week
- Shopping List: Put the necessary ingredients on your Shopping List, organised into sections of your local supermarket
- Cookbooks: Group recipes into Cookbooks based on your own criteria
- Localisation: Translations for 35+ languages
developer: Hayden
website: https://docs.mealie.io/
dependencies: []
Expand All @@ -25,7 +38,19 @@ torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/608
releaseNotes: >-
This release upgrades Mealie from version 1.0.0beta-5 to 1.8.0.
New features and improvements:
- Show recipe tags on mobile view and meal plan
- Push on-hand items to bottom of "Add to Shopping List" dialog
- Internationalize sent emails
- PWA additions
- Make Mealie timezone-aware
- Follow redirects during scraping
- Offline shopping list improvements
- Homepage icon and text update
Various bug fixes and performance improvements have also been implemented.
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

0 comments on commit 1cc8473

Please sign in to comment.