🍴🍴🍴🍴🍴🍴
Welcome to the latest release of Mealie! We've got a ton of new features ready for you with this release, as well as a good chunk of bug fixes.
🎉 Highlights
-
You can now import recipes from YouTube, TikTok, Instagram, and other video sources using OpenAI. Simply drop the URL of your video into Mealie and it will download and transcribe the video, then create a recipe.
-
Units can now be standardized to enable conversions (e.g. "1 pint" can be converted to "2 cups"). All known, standard units will be standardized for you, but you can customize your own units on the data management page. This enables automatic merging of shopping list ingredients with compatible units. This is the first of many unit-standardization features coming to Mealie, so stay tuned!
-
We've upgraded our scraper to more-consistently fetch websites without the need to copy/paste the raw HTML. Some sites may still require this, but the vast majority work again. We'll continue to roll out improvements to make creating recipes from websites as easy as possible.
✨ New features
- feat: Unit standardization / conversion @michael-genson (#7121)
- feat: Add social media video import (YouTube, TikTok, Instagram) @AurelienPautet (#6764)
- feat: Recipe import progress @michael-genson (#7252)
- feat: Switch to httpx-curl-cffi for better scraping @michael-genson (#7254)
- feat: Adjust linked recipe unit and seperate when adding to shopping list @michael-genson (#7260)
🐛 Bug fixes
- fix: migrate RecipeRating component to script setup and defineModel @ProperTeaMogul (#7203)
- fix: Allow more precise standard quantities in unit data management @michael-genson (#7218)
- fix: Restore original recipe description string @michael-genson (#7221)
- fix: Don't continue parsing recipes with errored HTTP status codes @deanmalan (#7230)
- fix: Add ffmpeg to prod image @michael-genson (#7235)
- fix: Update user agents in user-agents.txt @RealMochaFox (#7250)
- fix: exclude index.html from workbox precache to prevent stale 401 app shell @api2062 (#7255)
🧰 Maintenance
18 changes
- chore(l10n): New Crowdin updates @hay-kot (#7205)
- chore(l10n): New Crowdin updates @hay-kot (#7208)
- chore(auto): Update pre-commit hooks @mealie-actions (#7209)
- chore(l10n): New Crowdin updates @hay-kot (#7220)
- chore(l10n): New Crowdin updates @hay-kot (#7223)
- chore(l10n): New Crowdin updates @hay-kot (#7225)
- chore(l10n): New Crowdin updates @hay-kot (#7228)
- chore(l10n): New Crowdin updates @hay-kot (#7231)
- chore: run Ruff with --fix in Pre-commit to auto-fix fixable errors @deanmalan (#7232)
- chore(l10n): New Crowdin updates @hay-kot (#7236)
- chore(l10n): New Crowdin updates @hay-kot (#7240)
- chore(l10n): New Crowdin updates @hay-kot (#7245)
- chore(l10n): Crowdin locale sync @mealie-actions (#7246)
- chore(l10n): New Crowdin updates @hay-kot (#7253)
- chore(l10n): New Crowdin updates @hay-kot (#7258)
- chore(auto): Update pre-commit hooks @mealie-actions (#7256)
- chore(l10n): New Crowdin updates @hay-kot (#7266)
- chore(l10n): New Crowdin updates @hay-kot (#7270)
⬆️ Dependency updates
16 changes
- fix(deps): update dependency apprise to v1.9.8 @renovate (#7207)
- chore(deps): update dependency setuptools to v82.0.1 @renovate (#7211)
- fix(deps): pin dependency pint to v0.25 @renovate (#7213)
- fix(deps): update dependency pint to v0.25.2 @renovate (#7214)
- chore(deps): update dependency mkdocs-material to v9.7.5 @renovate (#7224)
- fix(deps): update dependency pyjwt to v2.12.0 @renovate (#7234)
- chore(deps): update dependency ruff to v0.15.6 @renovate (#7237)
- fix(deps): update dependency yt-dlp to v2026.3.13 @renovate (#7239)
- fix(deps): update dependency openai to v2.28.0 @renovate (#7242)
- fix(deps): update dependency uvicorn to v0.42.0 @renovate (#7257)
- fix(deps): update dependency pyjwt to v2.12.1 @renovate (#7241)
- chore(deps): update dependency coverage to v7.13.5 @renovate (#7265)
- chore(deps): update node.js to 5a593d7 @renovate (#7262)
- chore(deps): update node.js to 5a593d7 @renovate (#7267)
- fix(deps): update dependency yt-dlp to v2026.3.17 @renovate (#7269)
- fix(deps): update dependency openai to v2.29.0 @renovate (#7268)
🙏 New Contributors
- @deanmalan made their first contribution in #7230
- @RealMochaFox made their first contribution in #7250
- @api2062 made their first contribution in #7255