Hey ✌️
This beta version of kitshn is only compatible with Tandoor v2.
Available here on GitHub, through Google Play testing and through TestFlight.
Feel free to comment on #95 or create a new issue if you encounter any issues! :)
Yet another (mostly) bug fix release:
- Fixed crash when opening meal plan page on iOS (#282).
- This is a very quick fix, which disables all date pickers on iOS.
- Fixed social media import failing when sharing link to kitshn without default AI provider.
- Improved decimal to fraction conversion (#281).
Commits
- feat(commonMain/utils): improved formatDecimalToFraction with more accurate fraction matching (resolved #281)
- fix(commonMain/import): don't proceed with autoFetch when there is no default ai provider in social media import
- fix(commonMain/mealplan): disabled date picker temporarily for iOS because it depends on kotlinx.datetime.Clock (#282)