Mealie - Package Updates
-
[1.29.0]
- Update mealie to 3.6.0
- Full Changelog
- feat: Remove backend cookie and use frontend for auth @michael-genson (#6601)
- fix: Favorites page fails to load when sorted by random @ithabi (#6517)
- fix: Can't edit extra long category name depending on resolution @ithabi (#6536)
- fix: Set maxAge on frontend auth cookie @michael-genson (#6576)
- fix: Tool management bug #6447 - correct mismatch between event fired vs event handler @simon-lam (#6590)
- fix: PWA follows OS screen rotation/lock settings @cordlord (#6573)
- fix: recipe recursion false positive @parumpum (#6591)
- fix: Asset type selector dropdown #6413; asset entry layout; asset download content disposition @simon-lam (#6595)
- fix: Enabled newlines in timeline comment @davidschinkel (#6620)
-
[1.29.1]
- Update mealie to 3.6.1
- Full Changelog
- fix: Remove Auth Refresh @michael-genson (#6646)
- fix: Bump version before building release @michael-genson (#6647)
-
[1.30.0]
- Update mealie to 3.7.0
- Full Changelog
- Updated image processing algorithm improving image quality and compression
- feat: Put calendar directly in the date picker dialogs @noxhirsch (#6110)
- feat: Add snack, drink, and dessert @cashpw (#6149)
- feat: frontend autocomplete is diacritics/ligatures insensitive @Noneangel (#6169)
- feat: Improve Image Minification Logic and Efficiency @1-tempest (#5883)
- feat: Reprocess image user script @michael-genson (#6704)
- feat: Improve startup workflow UI @miah120 (#6342)
- feat: autofill default credentials on first login @hay-kot (#6666)
- feat: Add user QueryFilter and improve UI on mobile @p0lycarpio (#6235)
- fix: change log rotation size from 10kb to 10mb @hay-kot (#6648)
-
[1.31.0]
- Update mealie to 3.8.0
- Full Changelog
- feat: Optionally include URL when importing via HTML/JSON @michael-genson (#6709)
- fix: Disable submit on enter when editing timeline events @michael-genson (#6707)
- fix: Improved bulk deletion by reducing refreshs @davidschinkel (#6634)
- fix: Put tooltips behind app bar @michael-genson (#6711)
- fix: More lenient postgres override parsing @michael-genson (#6712)
- fix: localize text validators message @p0lycarpio (#6719)
- fix: Security Patches @michael-genson (#6743)
-
[1.32.0]
- Update mealie to 3.9.0
- Full Changelog
- feat: persist selected dates in meal planner @gitolicious (#6512)
- feat: Animate shopping list and increase touch target @miah120 (#6569)
- feat: Replace number inputs with new v-number-input compontent @michael-genson (#6767)
- fix: PWA maskable android icons & enctype shared_target @p0lycarpio (#6731)
- fix: Consistent Shopping List Recipe State @michael-genson (#6758)
- fix: Backup selection doesn't work sometimes @michael-genson (#6759)
- fix: add loader for create backup button @p0lycarpio (#6763)
- fix: the
add_pagination_to_querynow always returns the correct count @AurelienPautet (#6505) - fix: Imported API keys not working on a new server #6477 @onemustpersist (#6496)
- fix: Add resiliency to LDAP admin filter @michael-genson (#6766)
-
[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)