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.
This PR includes a major optimization for the healthcheck script (thanks @michelezoncheddu!). You should see substantially less resource usage, more in line with what you'd expect from a healthcheck.
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/mealie-recipes/mealie](https://github.com/mealie-recipes/mealie) | minor | `v3.11.0` → `v3.13.1` |
---
### Release Notes
<details>
<summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary>
### [`v3.13.1`](https://github.com/mealie-recipes/mealie/releases/tag/v3.13.1)
[Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.13.0...v3.13.1)
### 🍴🍴🍴🍴🍴🍴
Quick patch release to test out a tweak to our release flow.
#### 🐛 Bug fixes
- fix: [#​6802](https://github.com/mealie-recipes/mealie/issues/6802) prevent 500 internal server error when patching recipe tags [@​SimeonSouttar](https://github.com/SimeonSouttar) ([#​6803](https://github.com/mealie-recipes/mealie/issues/6803))
- fix: Updated workflows to checkout on commit of commit-version-bump [@​Choromanski](https://github.com/Choromanski) ([#​7217](https://github.com/mealie-recipes/mealie/issues/7217))
#### 🧰 Maintenance
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7271](https://github.com/mealie-recipes/mealie/issues/7271))
#### 🙏 New Contributors
- [@​SimeonSouttar](https://github.com/SimeonSouttar) made their first contribution in [#​6803](https://github.com/mealie-recipes/mealie/pull/6803)
### 🍴🍴🍴🍴🍴🍴
### [`v3.13.0`](https://github.com/mealie-recipes/mealie/releases/tag/v3.13.0)
[Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.12.0...v3.13.0)
### 🍴🍴🍴🍴🍴🍴
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](https://github.com/michael-genson) ([#​7121](https://github.com/mealie-recipes/mealie/issues/7121))
- feat: Add social media video import (YouTube, TikTok, Instagram) [@​AurelienPautet](https://github.com/AurelienPautet) ([#​6764](https://github.com/mealie-recipes/mealie/issues/6764))
- feat: Recipe import progress [@​michael-genson](https://github.com/michael-genson) ([#​7252](https://github.com/mealie-recipes/mealie/issues/7252))
- feat: Switch to httpx-curl-cffi for better scraping [@​michael-genson](https://github.com/michael-genson) ([#​7254](https://github.com/mealie-recipes/mealie/issues/7254))
- feat: Adjust linked recipe unit and seperate when adding to shopping list [@​michael-genson](https://github.com/michael-genson) ([#​7260](https://github.com/mealie-recipes/mealie/issues/7260))
#### 🐛 Bug fixes
- fix: migrate RecipeRating component to script setup and defineModel [@​ProperTeaMogul](https://github.com/ProperTeaMogul) ([#​7203](https://github.com/mealie-recipes/mealie/issues/7203))
- fix: Allow more precise standard quantities in unit data management [@​michael-genson](https://github.com/michael-genson) ([#​7218](https://github.com/mealie-recipes/mealie/issues/7218))
- fix: Restore original recipe description string [@​michael-genson](https://github.com/michael-genson) ([#​7221](https://github.com/mealie-recipes/mealie/issues/7221))
- fix: Don't continue parsing recipes with errored HTTP status codes [@​deanmalan](https://github.com/deanmalan) ([#​7230](https://github.com/mealie-recipes/mealie/issues/7230))
- fix: Add ffmpeg to prod image [@​michael-genson](https://github.com/michael-genson) ([#​7235](https://github.com/mealie-recipes/mealie/issues/7235))
- fix: Update user agents in user-agents.txt [@​RealMochaFox](https://github.com/RealMochaFox) ([#​7250](https://github.com/mealie-recipes/mealie/issues/7250))
- fix: exclude index.html from workbox precache to prevent stale 401 app shell [@​api2062](https://github.com/api2062) ([#​7255](https://github.com/mealie-recipes/mealie/issues/7255))
#### 🧰 Maintenance
<details>
<summary>18 changes</summary>
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7205](https://github.com/mealie-recipes/mealie/issues/7205))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7208](https://github.com/mealie-recipes/mealie/issues/7208))
- chore(auto): Update pre-commit hooks [@​mealie-actions](https://github.com/mealie-actions) ([#​7209](https://github.com/mealie-recipes/mealie/issues/7209))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7220](https://github.com/mealie-recipes/mealie/issues/7220))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7223](https://github.com/mealie-recipes/mealie/issues/7223))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7225](https://github.com/mealie-recipes/mealie/issues/7225))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7228](https://github.com/mealie-recipes/mealie/issues/7228))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7231](https://github.com/mealie-recipes/mealie/issues/7231))
- chore: run Ruff with --fix in Pre-commit to auto-fix fixable errors [@​deanmalan](https://github.com/deanmalan) ([#​7232](https://github.com/mealie-recipes/mealie/issues/7232))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7236](https://github.com/mealie-recipes/mealie/issues/7236))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7240](https://github.com/mealie-recipes/mealie/issues/7240))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7245](https://github.com/mealie-recipes/mealie/issues/7245))
- chore(l10n): Crowdin locale sync [@​mealie-actions](https://github.com/mealie-actions) ([#​7246](https://github.com/mealie-recipes/mealie/issues/7246))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7253](https://github.com/mealie-recipes/mealie/issues/7253))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7258](https://github.com/mealie-recipes/mealie/issues/7258))
- chore(auto): Update pre-commit hooks [@​mealie-actions](https://github.com/mealie-actions) ([#​7256](https://github.com/mealie-recipes/mealie/issues/7256))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7266](https://github.com/mealie-recipes/mealie/issues/7266))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7270](https://github.com/mealie-recipes/mealie/issues/7270))
</details>
#### ⬆️ Dependency updates
<details>
<summary>16 changes</summary>
- fix(deps): update dependency apprise to v1.9.8 [@​renovate](https://github.com/renovate) ([#​7207](https://github.com/mealie-recipes/mealie/issues/7207))
- chore(deps): update dependency setuptools to v82.0.1 [@​renovate](https://github.com/renovate) ([#​7211](https://github.com/mealie-recipes/mealie/issues/7211))
- fix(deps): pin dependency pint to v0.25 [@​renovate](https://github.com/renovate) ([#​7213](https://github.com/mealie-recipes/mealie/issues/7213))
- fix(deps): update dependency pint to v0.25.2 [@​renovate](https://github.com/renovate) ([#​7214](https://github.com/mealie-recipes/mealie/issues/7214))
- chore(deps): update dependency mkdocs-material to v9.7.5 [@​renovate](https://github.com/renovate) ([#​7224](https://github.com/mealie-recipes/mealie/issues/7224))
- fix(deps): update dependency pyjwt to v2.12.0 [@​renovate](https://github.com/renovate) ([#​7234](https://github.com/mealie-recipes/mealie/issues/7234))
- chore(deps): update dependency ruff to v0.15.6 [@​renovate](https://github.com/renovate) ([#​7237](https://github.com/mealie-recipes/mealie/issues/7237))
- fix(deps): update dependency yt-dlp to v2026.3.13 [@​renovate](https://github.com/renovate) ([#​7239](https://github.com/mealie-recipes/mealie/issues/7239))
- fix(deps): update dependency openai to v2.28.0 [@​renovate](https://github.com/renovate) ([#​7242](https://github.com/mealie-recipes/mealie/issues/7242))
- fix(deps): update dependency uvicorn to v0.42.0 [@​renovate](https://github.com/renovate) ([#​7257](https://github.com/mealie-recipes/mealie/issues/7257))
- fix(deps): update dependency pyjwt to v2.12.1 [@​renovate](https://github.com/renovate) ([#​7241](https://github.com/mealie-recipes/mealie/issues/7241))
- chore(deps): update dependency coverage to v7.13.5 [@​renovate](https://github.com/renovate) ([#​7265](https://github.com/mealie-recipes/mealie/issues/7265))
- chore(deps): update node.js to [`5a593d7`](https://github.com/mealie-recipes/mealie/commit/5a593d7) [@​renovate](https://github.com/renovate) ([#​7262](https://github.com/mealie-recipes/mealie/issues/7262))
- chore(deps): update node.js to [`5a593d7`](https://github.com/mealie-recipes/mealie/commit/5a593d7) [@​renovate](https://github.com/renovate) ([#​7267](https://github.com/mealie-recipes/mealie/issues/7267))
- fix(deps): update dependency yt-dlp to v2026.3.17 [@​renovate](https://github.com/renovate) ([#​7269](https://github.com/mealie-recipes/mealie/issues/7269))
- fix(deps): update dependency openai to v2.29.0 [@​renovate](https://github.com/renovate) ([#​7268](https://github.com/mealie-recipes/mealie/issues/7268))
</details>
#### 🙏 New Contributors
* @​deanmalan made their first contribution in https://github.com/mealie-recipes/mealie/pull/7230
* @​RealMochaFox made their first contribution in https://github.com/mealie-recipes/mealie/pull/7250
* @​api2062 made their first contribution in https://github.com/mealie-recipes/mealie/pull/7255
### 🍴🍴🍴🍴🍴🍴
### [`v3.12.0`](https://github.com/mealie-recipes/mealie/releases/tag/v3.12.0)
[Compare Source](https://github.com/mealie-recipes/mealie/compare/v3.11.0...v3.12.0)
### 🍴🍴🍴🍴🍴🍴
#### 🎉 Highlights
This PR includes a major optimization for the healthcheck script (thanks [@​michelezoncheddu](https://github.com/michelezoncheddu)!). You should see substantially less resource usage, more in line with what you'd expect from a healthcheck.
#### ✨ New features
- feat: Auto-adjust shopping list item autofocus [@​michael-genson](https://github.com/michael-genson) ([#​7096](https://github.com/mealie-recipes/mealie/issues/7096))
- feat: Improve auto-form layout [@​michael-genson](https://github.com/michael-genson) ([#​7150](https://github.com/mealie-recipes/mealie/issues/7150))
- feat: include extra ingredients + amounts in NLP parser output [@​michael-genson](https://github.com/michael-genson) ([#​7191](https://github.com/mealie-recipes/mealie/issues/7191))
- feat: replace python script with curl [@​michelezoncheddu](https://github.com/michelezoncheddu) ([#​7192](https://github.com/mealie-recipes/mealie/issues/7192))
#### 🐛 Bug fixes
- fix: Include unmade recipes when filtering by last made [@​michael-genson](https://github.com/michael-genson) ([#​7130](https://github.com/mealie-recipes/mealie/issues/7130))
- fix: Ensure recipe ingredients have a valid reference\_id [@​michael-genson](https://github.com/michael-genson) ([#​7139](https://github.com/mealie-recipes/mealie/issues/7139))
- fix(deps): update dependency fastapi to v0.133.1 [@​michael-genson](https://github.com/michael-genson) ([#​7146](https://github.com/mealie-recipes/mealie/issues/7146))
- fix: data management food edit / create [@​Kuchenpirat](https://github.com/Kuchenpirat) ([#​7148](https://github.com/mealie-recipes/mealie/issues/7148))
- fix: Updated get\_ts\_locales to resolve issues with Automatic Locale Sync workflow [@​Choromanski](https://github.com/Choromanski) ([#​7181](https://github.com/mealie-recipes/mealie/issues/7181))
- fix: Logic to unset-rating when currentrating is selected [@​Choromanski](https://github.com/Choromanski) ([#​7182](https://github.com/mealie-recipes/mealie/issues/7182))
- fix: Restore missing description for household's new recipe settings [@​michael-genson](https://github.com/michael-genson) ([#​7204](https://github.com/mealie-recipes/mealie/issues/7204))
- fix: Added mealie.log rotations to excluded files for backup [@​Choromanski](https://github.com/Choromanski) ([#​7138](https://github.com/mealie-recipes/mealie/issues/7138))
#### 🧰 Maintenance
<details>
<summary>28 changes</summary>
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7088](https://github.com/mealie-recipes/mealie/issues/7088))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7098](https://github.com/mealie-recipes/mealie/issues/7098))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7105](https://github.com/mealie-recipes/mealie/issues/7105))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7110](https://github.com/mealie-recipes/mealie/issues/7110))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7112](https://github.com/mealie-recipes/mealie/issues/7112))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7116](https://github.com/mealie-recipes/mealie/issues/7116))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7119](https://github.com/mealie-recipes/mealie/issues/7119))
- chore(auto): Update pre-commit hooks [@​mealie-actions](https://github.com/mealie-actions) ([#​7122](https://github.com/mealie-recipes/mealie/issues/7122))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7126](https://github.com/mealie-recipes/mealie/issues/7126))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7131](https://github.com/mealie-recipes/mealie/issues/7131))
- chore: refactor data management pages [@​Kuchenpirat](https://github.com/Kuchenpirat) ([#​7107](https://github.com/mealie-recipes/mealie/issues/7107))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7136](https://github.com/mealie-recipes/mealie/issues/7136))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7145](https://github.com/mealie-recipes/mealie/issues/7145))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7149](https://github.com/mealie-recipes/mealie/issues/7149))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7153](https://github.com/mealie-recipes/mealie/issues/7153))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7157](https://github.com/mealie-recipes/mealie/issues/7157))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7160](https://github.com/mealie-recipes/mealie/issues/7160))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7166](https://github.com/mealie-recipes/mealie/issues/7166))
- chore(auto): Update pre-commit hooks [@​mealie-actions](https://github.com/mealie-actions) ([#​7168](https://github.com/mealie-recipes/mealie/issues/7168))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7174](https://github.com/mealie-recipes/mealie/issues/7174))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7180](https://github.com/mealie-recipes/mealie/issues/7180))
- chore(l10n): Crowdin locale sync [@​mealie-actions](https://github.com/mealie-actions) ([#​7183](https://github.com/mealie-recipes/mealie/issues/7183))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7186](https://github.com/mealie-recipes/mealie/issues/7186))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7189](https://github.com/mealie-recipes/mealie/issues/7189))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7194](https://github.com/mealie-recipes/mealie/issues/7194))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7195](https://github.com/mealie-recipes/mealie/issues/7195))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7198](https://github.com/mealie-recipes/mealie/issues/7198))
- chore(l10n): New Crowdin updates [@​hay-kot](https://github.com/hay-kot) ([#​7202](https://github.com/mealie-recipes/mealie/issues/7202))
</details>
#### 📚 Documentation
- docs: Add missing release tags to OpenAI docs [@​michael-genson](https://github.com/michael-genson) ([#​7102](https://github.com/mealie-recipes/mealie/issues/7102))
- docs: Remove redoc API generation [@​michael-genson](https://github.com/michael-genson) ([#​7109](https://github.com/mealie-recipes/mealie/issues/7109))
#### 🔨 Internal development
- dev: add AI/LLM Assistance section to PR template [@​Kuchenpirat](https://github.com/Kuchenpirat) ([#​7144](https://github.com/mealie-recipes/mealie/issues/7144))
- dev: Add backend translations to auto-approval [@​michael-genson](https://github.com/michael-genson) ([#​7196](https://github.com/mealie-recipes/mealie/issues/7196))
#### ⬆️ Dependency updates
<details>
<summary>27 changes</summary>
- chore(deps): update dependency mkdocs-material to v9.7.2 [@​renovate](https://github.com/renovate) ([#​7093](https://github.com/mealie-recipes/mealie/issues/7093))
- fix(deps): update dependency pillow-heif to v1.2.1 [@​renovate](https://github.com/renovate) ([#​7092](https://github.com/mealie-recipes/mealie/issues/7092))
- chore(deps): update dependency rich to v14.3.3 [@​renovate](https://github.com/renovate) ([#​7100](https://github.com/mealie-recipes/mealie/issues/7100))
- fix(deps): update dependency pydantic-settings to v2.13.1 [@​renovate](https://github.com/renovate) ([#​7101](https://github.com/mealie-recipes/mealie/issues/7101))
- chore(deps): update dependency ruff to v0.15.2 [@​renovate](https://github.com/renovate) ([#​7104](https://github.com/mealie-recipes/mealie/issues/7104))
- chore(deps): update dependency pylint to v4.0.5 [@​renovate](https://github.com/renovate) ([#​7106](https://github.com/mealie-recipes/mealie/issues/7106))
- fix(deps): update dependency fastapi to v0.129.1 [@​renovate](https://github.com/renovate) ([#​7111](https://github.com/mealie-recipes/mealie/issues/7111))
- fix(deps): update dependency fastapi to v0.131.0 [@​renovate](https://github.com/renovate) ([#​7113](https://github.com/mealie-recipes/mealie/issues/7113))
- fix(deps): update dependency openai to v2.22.0 [@​renovate](https://github.com/renovate) ([#​7128](https://github.com/mealie-recipes/mealie/issues/7128))
- fix(deps): update dependency openai to v2.23.0 [@​renovate](https://github.com/renovate) ([#​7132](https://github.com/mealie-recipes/mealie/issues/7132))
- chore(deps): update dependency mkdocs-material to v9.7.3 [@​renovate](https://github.com/renovate) ([#​7134](https://github.com/mealie-recipes/mealie/issues/7134))
- chore(deps): update node.js to [`3a09aa6`](https://github.com/mealie-recipes/mealie/commit/3a09aa6) [@​renovate](https://github.com/renovate) ([#​7140](https://github.com/mealie-recipes/mealie/issues/7140))
- fix(deps): update dependency sqlalchemy to v2.0.47 [@​renovate](https://github.com/renovate) ([#​7135](https://github.com/mealie-recipes/mealie/issues/7135))
- fix(deps): update dependency openai to v2.24.0 [@​renovate](https://github.com/renovate) ([#​7137](https://github.com/mealie-recipes/mealie/issues/7137))
- chore(deps): update dependency ruff to v0.15.3 [@​renovate](https://github.com/renovate) ([#​7151](https://github.com/mealie-recipes/mealie/issues/7151))
- chore(deps): update dependency ruff to v0.15.4 [@​renovate](https://github.com/renovate) ([#​7152](https://github.com/mealie-recipes/mealie/issues/7152))
- fix(deps): update dependency pillow-heif to v1.3.0 [@​renovate](https://github.com/renovate) ([#​7155](https://github.com/mealie-recipes/mealie/issues/7155))
- fix(deps): update dependency fastapi to v0.134.0 [@​renovate](https://github.com/renovate) ([#​7127](https://github.com/mealie-recipes/mealie/issues/7127))
- fix(deps): update dependency fastapi to v0.135.1 [@​renovate](https://github.com/renovate) ([#​7165](https://github.com/mealie-recipes/mealie/issues/7165))
- chore(deps): update dependency types-python-dateutil to v2.9.0.20260302 [@​renovate](https://github.com/renovate) ([#​7169](https://github.com/mealie-recipes/mealie/issues/7169))
- fix(deps): update dependency authlib to v1.6.9 [@​renovate](https://github.com/renovate) ([#​7170](https://github.com/mealie-recipes/mealie/issues/7170))
- fix(deps): update dependency python-dotenv to v1.2.2 [@​renovate](https://github.com/renovate) ([#​7164](https://github.com/mealie-recipes/mealie/issues/7164))
- fix(deps): update dependency sqlalchemy to v2.0.48 [@​renovate](https://github.com/renovate) ([#​7173](https://github.com/mealie-recipes/mealie/issues/7173))
- chore(deps): update dependency mkdocs-material to v9.7.4 [@​renovate](https://github.com/renovate) ([#​7178](https://github.com/mealie-recipes/mealie/issues/7178))
- chore(deps): update dependency types-python-dateutil to v2.9.0.20260305 [@​renovate](https://github.com/renovate) ([#​7188](https://github.com/mealie-recipes/mealie/issues/7188))
- chore(deps): update dependency ruff to v0.15.5 [@​renovate](https://github.com/renovate) ([#​7193](https://github.com/mealie-recipes/mealie/issues/7193))
- fix(deps): update dependency openai to v2.26.0 [@​renovate](https://github.com/renovate) ([#​7190](https://github.com/mealie-recipes/mealie/issues/7190))
</details>
#### 🙏 New Contributors
- [@​michelezoncheddu](https://github.com/michelezoncheddu) made their first contribution in [#​7192](https://github.com/mealie-recipes/mealie/pull/7192)
### 🍴🍴🍴🍴🍴🍴
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNzcuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot
changed title from Update ghcr.io/mealie-recipes/mealie Docker tag to v3.12.0 to Update ghcr.io/mealie-recipes/mealie Docker tag to v3.13.02026-03-18 16:03:07 +00:00
renovate-bot
changed title from Update ghcr.io/mealie-recipes/mealie Docker tag to v3.13.0 to Update ghcr.io/mealie-recipes/mealie Docker tag to v3.13.12026-03-19 00:02:57 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v3.11.0→v3.13.1Release Notes
mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)
v3.13.1Compare Source
🍴🍴🍴🍴🍴🍴
Quick patch release to test out a tweak to our release flow.
🐛 Bug fixes
🧰 Maintenance
🙏 New Contributors
🍴🍴🍴🍴🍴🍴
v3.13.0Compare Source
🍴🍴🍴🍴🍴🍴
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
🐛 Bug fixes
🧰 Maintenance
18 changes
⬆️ Dependency updates
16 changes
5a593d7@renovate (#7262)5a593d7@renovate (#7267)🙏 New Contributors
🍴🍴🍴🍴🍴🍴
v3.12.0Compare Source
🍴🍴🍴🍴🍴🍴
🎉 Highlights
This PR includes a major optimization for the healthcheck script (thanks @michelezoncheddu!). You should see substantially less resource usage, more in line with what you'd expect from a healthcheck.
✨ New features
🐛 Bug fixes
🧰 Maintenance
28 changes
📚 Documentation
🔨 Internal development
⬆️ Dependency updates
27 changes
3a09aa6@renovate (#7140)🙏 New Contributors
🍴🍴🍴🍴🍴🍴
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
a106d55d49to3fb9121dcaUpdate ghcr.io/mealie-recipes/mealie Docker tag to v3.12.0to Update ghcr.io/mealie-recipes/mealie Docker tag to v3.13.03fb9121dcato4598aa75d2Update ghcr.io/mealie-recipes/mealie Docker tag to v3.13.0to Update ghcr.io/mealie-recipes/mealie Docker tag to v3.13.1