Releases: TomBursch/kitchenowl
KitchenOwl v0.7.6
🐛 Fixes
- Remove custom maven repo on android (#972 by @TomBursch)
- Fix multiple PostgreSQL bugs with the shopping list (#973 by @TomBursch)
- Migrate to flutter_markdown_plus (#974 by @TomBursch)
🌍 Translations
Full Changelog: v0.7.5...v0.7.6
KitchenOwl v0.7.5
✨ Features
- Add background fetch (#898 by @TomBursch)
- Format expenses (i.e., currencies) with the household language (#937 by @TomBursch)
- Add minimalist shopping list style (#943 by @CH3T1NG4L1F3)
- Add new environment variable OIDC_RFC_COMPLIANT_REDIRECT to switch between OIDC Redirect URLs (#903 by @TorstenEtter)
🐛 Fixes
- Prefer default browser for opening links (#897 by @TomBursch)
- Use exact match for scraping first (#892 by @avogler)
- Replace '-' with '_' in icon names in attributes.json (#923 by @IsakNyberg)
- Remove Bearer token on logout (#925 by @avdv)
- Improve @ ingredient detection (#956 by @TomBursch)
- Use 🧼 for the hygiene item category (#938 by @TomBursch)
📚 Documentation
- "sign in" typo in OIDC documentation (#902 by @alexfu)
- Mention the importance of websockets (#921 by @moll-re)
- Remove obsolete
versionproperty and update/advanced/URL in docker compose (#950 by @sym0nd0)
🌍 Translations
- Add Telugu (#899 by @TomBursch)
- Translations update from Hosted Weblate (#881, #913, #935, #948 by @weblate)
New Contributors
- @avogler made their first contribution in #892
- @TorstenEtter made their first contribution in #903
- @alexfu made their first contribution in #902
- @IsakNyberg made their first contribution in #923
- @moll-re made their first contribution in #921
- @avdv made their first contribution in #925
- @CH3T1NG4L1F3 made their first contribution in #943
- @sym0nd0 made their first contribution in #950
Full Changelog: v0.7.4...v0.7.5
KitchenOwl v0.7.4
✨ Features
- Increased recent items limit from 30 to 120 (#804, #873 by @need4swede)
🐛 Fixes
- Fix unterminated f-string in search_name method (#840 by @annedang)
- Fix Agave syrup default category (#871 by @TomBursch)
- Fix scrape recipe from other KitchenOwl instance (#874 by @TomBursch)
- Fix OIDC set correct profile image (#875 by @TomBursch)
🌍 Translations
- Translations update from Hosted Weblate (#832, #877 by @weblate)
- Add Farsi (#870 by @TomBursch)
- Add Chinese (Traditional) (#869 by @TomBursch)
KitchenOwl v0.7.3
KitchenOwl v0.7.2
🐛 Fixes
- Fix not loading recipes or meal planner (#824 by @TomBursch)
- Fix real-time sync not working (#811 by @TomBursch)
- Fix recipe source always detected as URL (#814 by @TomBursch)
- Remove automatic ingredient detection and add a button inside recipes to detect ingredients (#815 by @TomBursch)
- Fix backend error with recipe titles > 128 characters (#816 by @TomBursch)
🌍 Translations
KitchenOwl v0.7.1
⚠️ Breaking Change for OIDC ⚠️
Inside your OIDC provider, you need to change the redirect URI from kitchenowl:///signin/redirect to kitchenowl:/signin/redirect (See #644 for an explanation why).
✨ New Features
This release brings a new recipe discover page. If you want your recipes shown there, set them to public.
For experts: you can now override the recipe ingredient description inside the recipe description using @ingredient_name{overridden description} this description is scaled with the recipe and only shown at that specific point in the text.
- Discover recipe page (#753 by @TomBursch)
- Override item description in recipe text (#808 by @TomBursch)
- Add reporting mechanism (#789 by @TomBursch)
- Support SECRET_FILES environment variables (#805 by @tim-connect)
🐛 Fixes
- Fix ingredient detection only for full words and text body (#749 by @TomBursch)
- Fix planner one day of (#762 by @TomBursch)
- Recipe sharing (#777 by @TomBursch)
- Fix warning when base_href is set (#787 by @TomBursch)
- Fix cannot change only user server admin setting (#788 by @TomBursch)
- Use light vibration for recipe index bar (#793 by @TomBursch)
- Use proper URI format for OIDC redirect (#801 by @virtualdxs)
🌍 Translations
- Add Croatian (#794 by @TomBursch)
- Add Kazakh (#795 by @TomBursch)
- Translations update from Hosted Weblate (#745 #754 #798by @weblate)
KitchenOwl v0.6.15
KitchenOwl v0.6.14
This one has been a great community effort. Many people were involved in this release! Thanks a lot to all who've helped!
✨ Features
- Recipe cooking mode (#681 by @TomBursch)
- Plan recipes for specific dates (#685, #686 by @crosspolar)
- Recipe UI update (#722 by @TomBursch)
- Add user profile pictures (#510 by @TomBursch)
- Show income in balance overview (#711 by @iByteABit256)
- Migrate from pip to uv (#699 by @TomBursch)
- Replace recipe searching with fuzzywuzzy search on local recipes (#703 by @cMensendiek)
- Clean up backend dev environment (#702 by @cMensendiek)
- AZ index bar for recipe grid view (#714 by @TomBursch)
- Improve backend typing (#704 by @TomBursch)
- Code formatting with pre-commit (#716 by @TomBursch)
🐛 Fixes
- Ingredients with multiple amounts in the description causes an error when merging (#680 by @TomBursch)
- Submitting cancels search (#687 by @TomBursch)
- Show recent items only if the recent items count setting greater than zero (#705 by @crosspolar)
- Fixed color selection issues (#733 by @iByteABit256)
- Expense overview - Total for selected month is colored opposite than it should be (#731 by @iByteABit256)
- Help text if shopping-list is empty (#707 by @crosspolar)
- Handle case when parsed.name is a single item (#720 by @crosspolar)
📚 Documentation
- Updated backend contributing docs (#729 by @iByteABit256)
🌍 Translations
New Contributors
- @cMensendiek made their first contribution in #702
- @iByteABit256 made their first contribution in #711
Full Changelog: v0.6.11...v0.6.14
KitchenOwl v0.6.11
🐛 Fixes
- Round household member balance (#665 by @TomBursch)
- Use self-hosted canvas kit (#666 by @TomBursch)
- Viewing planned meals with different portions, not adjusting (#668 by @TomBursch)
📚 Documentation
- Added caddy example to docs (#664 by @tobias-kuendig)
🌍 Translations
New Contributors
- @tobias-kuendig made their first contribution in #664
Full Changelog: v0.6.10...v0.6.11
KitchenOwl v0.6.10
Small fix for yesterday's version.
🐛 Fixes
- Errors when using PostgreSQL (#654 by @TomBursch)
🌍 Translations
Full Changelog: v0.6.9...v0.6.10