v0.17.3-beta
Summary
This release focuses on import reliability, localization coverage, auth and security fixes, and a set of quality-of-life improvements across web, parsing, and deployment docs.
Fixes and Improvements
Importing and parsing
- Added support for legacy(?) Mealie archive imports. #240
- Improved recipe image detection by scanning full HTML. Thanks to @reazndev
- Yt-dlp MP4 selection and codec normalization for better browser playback compatibility. Thanks to @AfoxDesignz
Localization and units
- Added Polish translations. Thanks to @Itomori94
- Added Danish translations, timer keywords, NLP config, and UOM coverage. Thanks to @mdarvanaghi
- Added centimeter support to the default UOM. Thanks to @AfoxDesignz
- Unit of measure display changes singular now uses abbreviated plural uses plural form. Thanks to @AfoxDesignz
Auth, config, and security
- Fixed API key config id handling. #364
- Fixed account linking behavior. #345
- Fixed credential logging issue. #342
- Added support for composing
DATABASE_URLfrom deconstructed database environment variables. #352
UI and docs
- Improved AuthCard logo alignment. Thanks to @AfoxDesignz
- Raised mobile favorite button placement to avoid overlap with video controls. Thanks to @AfoxDesignz
- Replaced OTP text input with an OTP input component. Thanks to @AfoxDesignz
- Improved Docker Compose documentation in README and linked to full compose template.
General
- Removed duplicate packages and cleaned leftover dependencies.
- Updated Ollama provider integration to
ai-sdk-ollamafor structured parsing support. Hopefully fixing #357 - README and Docker-compose files updated thanks to @keunes #353