Changelog
v0.16.2
Summary
This release introduces a personalized experience where users decide what features need to be shown and what not.
Localization improvements (ES, RU and KR translations), and a broad set of reliability fixes across the board.
Fixes and Improvements
Logo's
- New Norish logo adde for both favicons and main logo.
- Note: The logo is not finalized but a proper .svg now that's why I decided to include it.
Still needs some refinement, and new typography across the app.
- Note: The logo is not finalized but a proper .svg now that's why I decided to include it.
- Updated mockup images in GitHub readme
User preferences and settings
- Added a new Preferences card in user settings.
- Added per-user toggles for timers and conversion, rating and favorites visibility.
Localization and parsing
- Added ES 🇪🇸, RU 🇷🇺, KR 🇰🇷 translations.
- Added Korean unit/content-detection/NLP parsing support.
- To load them go to settings => admin and restore the defaults of all fields. Note: Doing so will reset any custom set configuration manual merging is required.
- Fixed recurrence parsing behavior.
Calendar
- New duplicate button in the edit recipe panel.
Importing, media, UI reliability & general bug fixes
- Improved YouTube caption/token handling to reduce rate-limit issues.
- Fixed scroll restoration. #299
- Fixed cookie formatting. #301
- Fixed toast error message overflow. #298
- Fixed toast positioning.
- Fixed recipe image lightbox double-tap favorite behavior. #319
- Fixed Multi word UOM parsing #320
- Fixed restore defaults not resetting #296
- Fixed AI import combining US and Metric units #293
- Chore dep updates across the board
Quality, build, and release operations
- Added/updated release and PR quality workflows, including RC build automation. #308