v3.19.0
ocrmypdf/OCRmyPDFv3.19.0May 24, 2026by github-actions[bot]
AI Summary
This release introduces in-app management for AI providers, allowing users to configure multiple providers for different tasks. It also includes critical security fixes for the query filter API.
Key Highlights
- In-app AI Provider Configuration allowing multiple providers for different tasks.
- Automatic import of existing environment variable settings upon upgrade.
- Security fix protecting sensitive data in the query filter API (GHSA-8m57-7cv5-rjp8).
- Enforcement of 'organize-group-data' permission on food/tag/category mutations.
- Fix for inconsistent translations regarding 'from an image' vs 'from images'.
New Features
- Flexible, in-app AI provider management.
- Mixed provider support (OpenAI, Azure, Ollama, etc.) for different tasks.
- Security hardening for the query filter API.
Full Release Notes
# π΄π΄π΄π΄π΄π΄ βββThis release contains important security fixes in the query filter API. For more information, see: #7629 ## π Highlights This release adds more flexible, in-app management of AI providers. You can now add multiple AI providers for different tasks (e.g. one provider for general use, and one provider for importing recipes from videos). These providers can be mixed between completely unrelated services (e.g. OpenAI, Azure, locally-hosted via Ollama, etc.). <img width="500" alt="image" src="https://github.com/user-attachments/assets/e740f213-5045-41f2-84d7-4cc2de81417e" /> Existing settings configured via environment variables (e.g. `OPENAI_API_KEY`) will automatically be imported one time upon upgrading your instance. For more information, check out [the PR](https://github.com/mealie-recipes/mealie/pull/7650) or the in-app announcement! ## β¨ New features - feat: In-app AI Provider Configuration @michael-genson (#7650) ## π Bug fixes - fix: Inconsistent "from an image" vs "from images" translation @michael-genson (#7642) - fix: Protect sensitive data in query filter API (GHSA-8m57-7cv5-rjp8) @michael-genson (#7629) - fix: enforce organize-group-data permission on food/tag/category mutations @hay-kot (#7651) - fix: Prevent swiping AND scrolling on shopping list @michael-genson (#7659) ## π§° Maintenance <details> <summary>6 changes</summary> - chore(l10n): New Crowdin updates @hay-kot (#7643) - chore(l10n): New Crowdin updates @hay-kot (#7646) - chore(l10n): New Crowdin updates @hay-kot (#7649) - chore(l10n): New Crowdin updates @hay-kot (#7652) - chore(l10n): Crowdin locale sync @[mealie-actions[bot]](https://github.com/apps/mealie-actions) (#7655) - chore(l10n): New Crowdin updates @hay-kot (#7653) </details> # π΄π΄π΄π΄π΄π΄