Mealie - Package Updates
-
[1.32.1]
- Update mealie to 3.9.1
- Full Changelog
- fix: Revert extended touch on shopping list @michael-genson (#6794)
-
[1.32.2]
- Update mealie to 3.9.2
- Full Changelog
- fix: Make quantity input in shopping list item editor visually consistent with other inputs @lehnerpat (#6810)
- fix: allow
startattribute on ordered lists (SafeMarkdown) @p0lycarpio (#6820) - fix: Exception handling for recipe image reprocessing @michael-genson (#6822)
-
[1.33.0]
- Update mealie to 3.10.1
- Full Changelog
- fix: Button overflow on main page filters @michael-genson (#6992)
- When importing a recipe, you can now import the original URL's categories (similar to how you can import tags) (#6523)
- You can now use custom OpenAI prompts to overwrite the ones included with Mealie. Check out the docs for more info on how to do this (#6588)
- We've migrated our OpenAI implementation to use structured outputs. This means much better support for modern models, which previously didn't support the legacy JSON mode (#6964)
- You can now add a full range of dates from the meal planner to your shopping list, instead of adding one day at a time (#6981)
- There is a minor breaking change in #6781:
GETrequests to/api/households/invitationsare now locked to admins only. This doesn't change the invitation flow for users, as requests using a particular invitation are unaffected. Check out the MR for more details. - fix: disable invitations when password login is disabled @p0lycarpio (#6781)
- feat: Use toggle button for switching any/all mode for search filters @lehnerpat (#6833)
- feat: add discard confirmation dialog for recipe editor @hay-kot (#6941)
- feat: Add "sprig" as a unit. @Fjodor42 (#6934)
-
[1.33.1]
- Update mealie to 3.10.2
- Full Changelog
- fix: use BASE_URL config for redirect_url if available @whattheschnell (#6995)
- fix: OIDC caching @michael-genson (#7009)
- fix(deps): update dependency fastapi to v0.128.1 @renovate (#7008)
-
[1.34.0]
- Update mealie to 3.11.0
- Full Changelog
- You can now use a relative date when filtering by "Last Made" in the recipe finder and meal planner! Existing rules using an absolute date will continue to work, but will be updated to a relative date when edited.
- Ingredients are pluralized more naturally depending on your language. In English, for instance, you will see "2 cups onion chopped" instead of "2 cups onions chopped". Languages where the latter is preferred will keep the old behavior, and some languages (such as Japanese) forego plurals entirely. Check out the MR for more details. Note that this is only applicable for parsed recipes with foods that have both singular and plural forms defined.
- We've improved the drop down search logic to better match what you type (no more typing "onion" and having to scroll down to the 5th or 6th item to find it). Drop down fields also check aliases now, too!
- feat: Dynamic Placeholders UI @michael-genson (#7034)
- feat: Add Docker metadata to published images @michael-genson (#7052)
- feat: Customize Ingredient Plural Handling @michael-genson (#7057)
- feat: Improve recipe filter search ordering @michael-genson (#7061)
- feat: Further improve recipe filter search and shopping list and recipe ingredient editor @michael-genson (#7063)
- fix: handle numeric recipeCategory from LLM/site to prevent import failure @jknndy (#7026)
- fix: Search bar width @michael-genson (#7060)