Update mealie to v3.15.0 (#5339)
This commit is contained in:
parent
466de9441b
commit
cb99fc0991
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_WHITELIST: "/api/*"
|
||||
|
||||
web:
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.14.0@sha256:b9fac07e6daaabd8c29d0dc97965c2f500ce7d6b188b0c51f494627f23ad32f2
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.15.0@sha256:a9553529ee1b738d12c2eafb324174140e2109afbf9b629f6dd3605ecd733539
|
||||
restart: on-failure
|
||||
environment:
|
||||
# Allow additional user sign-up without token
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: mealie
|
||||
category: files
|
||||
name: Mealie
|
||||
version: "3.14.0"
|
||||
version: "3.15.0"
|
||||
tagline: A Place for All Your Recipes
|
||||
description: >-
|
||||
Mealie is a self hosted recipe manager and meal planner. Easily add recipes by providing
|
||||
@ -42,19 +42,17 @@ releaseNotes: >-
|
||||
|
||||
|
||||
Highlights:
|
||||
- NLP ingredient parser now uses your custom units database for more accurate parsing, especially for non-English recipes
|
||||
- New option to automatically show past days in the meal planner on first load
|
||||
- Recipe notes are now restored during JSON import
|
||||
- Improved URL validation for recipe imports
|
||||
- New Announcements feature for in-app communications from maintainers about important updates (can be disabled by users and admins)
|
||||
- Navigating back to the main recipe page now remembers your last scroll position
|
||||
- Migrated from Nuxt 3 to Nuxt 4 with minimal user-facing changes
|
||||
|
||||
|
||||
Bug fixes:
|
||||
- Fixed create token API page
|
||||
- Fixed removing a recipe ingredient not removing its links to steps
|
||||
- Fixed meal plan create, update, and delete events not being published
|
||||
- Fixed unparsed ingredients being poorly formatted when fed to the NLP parser
|
||||
- Fixed HTML/JSON import failures
|
||||
- Fixed recipe slugs not being preserved during hydration
|
||||
- Fixed SSL verification when scraping recipe data from websites
|
||||
- Fixed display issues with data management pages on mobile
|
||||
- Fixed unchecking a tool in a recipe
|
||||
- Fixed search layout issues
|
||||
- Fixed stale app shell after container rebuild
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/mealie-recipes/mealie/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user