Releases: aimok04/kitshn
nightly
fix(ui/dialog): remove spacing between back and fullscreen buttons in…
v2.1.0
Caution
Hey ✌️
This release includes a lot of work by @jonsch318 🙌
- Added dedicated recipe selection dialog (#375) (thanks to @jonsch318).
- Improves recipe selection for meal plan entries for example.
- Added meal type selection bottom sheet (#386) (thanks to @jonsch318).
- Added meal type editing and creation (#386) (thanks to @jonsch318).
- Added placeholder to step editor (#387) (thanks to @jonsch318).
- Added double click to check items in shopping list (#381) (thanks to @jonsch318).
- Added more packaging formats including
.deb.rpm.appimageand.msi(#392) (#334) (
thanks to @jonsch318). - Added experimental support for Android 7 (#304).
- Please feel free to give feedback in #304.
- Fixed flickering when loading home page (#377) (thanks to @jonsch318).
- Fixed unable to enter
< 1servings values in meal plan dialog (#394). - Multiple small tweaks and design improvements.
Commits
- feat(ui): replaced ListItem with SegmentedListItem + small tweaks in MealTypePickerField bottom
sheet - feat: add delete to meal-type dialog and select created meal-type in picker
- feat: add time, color fields, meal-type creation dialog
- feat: add new MealTypePickerField
- feat(ui): adapt SettingsListItem.kt to new SegmentedListItem and adapt usages
- feat(ui/ingredient): adapt IngredientItem.kt to new SegmentedListItem
- feat: move desktopApp & fix & extended packaging
- feat: move composeApp to shared
- feat: first working legacy version
- feat: implemented setting to double-click shopping items to complete
- feat: change version setting appearance for compatibilities
- feat: use semver versioning for compatibility computation
- feat(ui/RecipeSearchDialog): replaced Dialog with AdaptiveFullscreenDialog
- feat(ui/recipeSearchField): add UnfoldMore icon as trailingIcon
- feat(ui/recipeSearch): always show loading indicator when loading content
- feat: consolidate recipe search and selection
- feat(build.gradle): lower minSdk to 24 in androidApp and shared (#304)
- fix(strings.xml): replace action_add_meal_type with action_create_meal_type
- fix(ui): replace "Add new meal type" with "New meal type" for consistency
- fix(ui): change border size and padding of LazyVerticalGrid
- fix(ui): add showColorPickerDialog = false after hiding bottom sheet in ColorPickerField
- fix(ui): replace border color in ColorPickerField bottom sheet
- fix(ui): remove title from ColorPickerField bottom sheet for consistency
- fix(ui): use sheetState.hide() when closing bottom sheet
- fix(ui): use clickable overlay for TimeField for consistency
- fix(ui): use clickable overlay for ColorPickerField for consistency
- fix(ui): use clickable overlay for MealTypePickerField for consistency
- fix: remove old meal-type search input
- fix: requests and create selection and default mealtype
- fix: add meal type sheet divider only if there are meal-types
- fix(ui): use clickable overlay for DateField for consistency
- fix(androidApp): bump compileSdk to 37
- fix(ui/mealplan): enable entering values < 1 in servings field in
MealPlanCreationAndEditDialog.kt (resolved #394) - fix(iosApp): move bugsnag api token to Config.xcconfig
- fix(iosMain/Utils): adapt to new compose version
- fix(fastlane/metadata): remove faulty metadata
- fix(shared/build.gradle.kts): disable iosX64 target
- fix(ui/input): code clean up and logic fix in RecipeSearchField.kt
- fix(ui/mealplan): remove accidental rounding of servings value in MealPlanDetailsCard.kt (#394)
- fix: desktopApp debugging and log verbosity
- fix: gradle version print & cache invalidation
- fix fastlane version management
- fix: split value strings
- fix: ship progruard rules
- fix: cleanup build files
- fix: complete migration to agp 9
- fix: use kmp library
- fixup: remove libs comment
- fix: move to jvm 21
- fix: add placeholder to step editor
- fix: reduce grid rerenders in home sections
- fix(ui/SettingsListItem): don't apply .copy(alpha = 0.8f) when containerColor is Unspecified
- fix: clear up comment on versioning
- fix: remove unnecessary imageLoaders
- fix(ui/AdaptiveFullscreenDialog.kt): apply full height when bottom bar isn't shown
- fix: home search double request
- fix: FAP recipe view overlaying
- chore(libs): bump compose versions
- chore: update deps except adp
- chore: add french translation to double click check
- chore(ui/RecipeSearchField): code improvements
- git(.gitignore): add /androidApp/release
v2.0.9
Caution
Hey ✌️
This release includes:
- Fixed
ignore_shoppingvalue not being respected (#352). - Fixed shopping lists unable to be selected if empty (#351).
- 🇫🇷 French has been updated on Weblate (by @whayn).
- 🇳🇱 Dutch has been updated on Weblate (by @jstrvr).
- 🇱🇰/🇮🇳 Tamil has been updated on Weblate (by @TamilNeram).
Commits
- fix(shopping): added fetching and caching of shopping lists (resolved #351)
- fix(shopping): respect ignore_shopping value of foods in RecipeAddToShoppingDialog.kt (resolved #352)
- chore(commonMain/api): marked v2.6.1/2/3/4 as mixed compatibility
- l10n(Tamil): translated using Weblate
- l10n(Dutch): translated using Weblate
- l10n(French): translated using Weblate
- l10n(French): translated using Weblate
v2.0.8
Caution
Hey ✌️
This release contains some small fixes fixing compatibility with Tandoor v2.6.0
Commits
- fix(commonMain): adapt to breaking changes in v2.6.0 (resolved #355)
- chore(commonMain/api): marked v2.6.0 as mixed compatibility
v2.0.7
Caution
Hey ✌️
This is another small release:
- Added support to filter shopping list entries by shopping lists (#323).
- Added new setting to hide the activity section in the recipe detail view (#346).
- 🇩🇰 Danish has been updated on Weblate (by My Nameis).
- 🇳🇱 Dutch has been updated on Weblate (by @jstrvr).
- 🇫🇷 French has been updated on Weblate (by J.Lavoie).
- 🇩🇪 German has been updated on Weblate (by @stilllearninggit, and J.Lavoie).
- 🇭🇺 Hungarian has been added on Weblate (by @Subbye and @SzSz-hub).
- 🇧🇷 Portuguese (Brazil) has been updated on Weblate (by @lucasmc64).
Commits
- feat(commonMain/recipes): added "hide activity section" setting (resolved #346)
- feat(commonMain/shopping): added filter by shopping lists (#323)
- feat(README.md): added keep android free alert
- chore(web): ran
npm update - chore(libs): version bumps
- chore(commonMain/api): marked v2.5.0 - v2.5.3 as compatible
- l10n(German): translated using Weblate
- l10n(German): translated using Weblate
- l10n(German): translated using Weblate
- l10n(German): translated using Weblate
- l10n(Dutch): translated using Weblate
- l10n(Hungarian): translated using Weblate
- l10n(Hungarian): translated using Weblate
- l10n(German): translated using Weblate
- l10n(German): translated using Weblate
- l10n(French): translated using Weblate
- l10n(French): translated using Weblate
- l10n(Hungarian): translated using Weblate
- l10n(Hungarian): added translation using Weblate
- l10n(Hungarian): added translation using Weblate
- l10n(Portuguese (Brazil)): translated using Weblate
- l10n(Danish): translated using Weblate
v2.0.6
Caution
Hey ✌️
This release includes a small change:
- Changed API calls for » add to shopping « in recipe detail view (#343).
Commits
- feat(web/vitepress): added keep android open banner (see https://keepandroidopen.org/)
- fix(commonMain/recipes): adapt "add to shopping" function to new api (resolved #343)
v2.0.5
Hey ✌️
This release includes two fixes and language updates:
- 🇩🇰 Danish has been added on Weblate (by My Nameis).
- 🇪🇪 Estonian has been added on Weblate (by @beez276).
- Arabic has been added on Weblate (by @Dkhil).
- 🇫🇷 French has been updated on Weblate (by @quentinrenoux and @Fymyte).
- 🇧🇷 Portuguese has been updated on Weblate (by @lucasmc64).
- 🇳🇱 Dutch has been updated on Weblate (by Tapir Dorro).
- 🇷🇺 Russian has been updated on Weblate (by @korn3r and @Xapitonov).
- Fixed parsing issues when creating shopping list items (#338).
- Fixed new keyword item not showing up when selecting keywords for a recipe (#335).
Commits
- feat(commonMain/shopping): added loading icon in ShoppingListEntryCreationDialog.kt
- fix(commonMain/shopping): improved add method by creating food and unit directly without using ingredient-parser (resolved #338)
- fix(commonMain/ui): create new keyword item not showing up in SelectMultipleKeywordsDialog.kt (resolved #335)
- l10n(Danish): translated using Weblate
- l10n(French): translated using Weblate
- l10n(Danish): translated using Weblate
- l10n(Danish): translated using Weblate
- l10n(Danish): added translation using Weblate
- l10n(Danish): added translation using Weblate
- l10n(Dutch): translated using Weblate
- l10n(Russian): translated using Weblate
- l10n(French): translated using Weblate
- l10n(Estonian): translated using Weblate
- l10n(Estonian): translated using Weblate
- l10n(Estonian): added translation using Weblate
- l10n(Estonian): added translation using Weblate
- l10n(French): translated using Weblate
- l10n(French): translated using Weblate
- l10n(Portuguese (Brazil)): translated using Weblate
- l10n(Arabic): translated using Weblate
- l10n(Arabic): translated using Weblate
- l10n(Arabic): added translation using Weblate
- l10n(Arabic): added translation using Weblate
- l10n(Portuguese (Brazil)): translated using Weblate
- l10n(Portuguese (Brazil)): translated using Weblate
- l10n(Russian): translated using Weblate
v2.0.4
v2.0.3
Hey ✌️
This is a small release fixing compatibility with Tandoor v2.4.
The new features are not supported yet (see #323).
- Adapted to API changes in Tandoor v2.4.0 (#322).
Commits
- fix(commonMain/shopping): improved ShoppingListEntriesCache.kt to allow saving larger entry lists
- fix(commonMain/shopping): adapted to api changes in Tandoor v2.4.0 (resolved #322)
- chore(commonMain/api): marked v2.4.0/1 as compatible
v2.0.2
Hey ✌️
This is a small release with some minor improvements:
- Now saving supermarket and grouping settings in shopping even after closing app.
- Added new ticking ingredients off feature in recipe details view and cooking mode (#314).
Commits
- feat(commonMain/shopping): now saving grouping and supermarket settings forever
- feat(commonMain/recipes): added ticking off ingredients in RecipeDetails.kt and in cooking mode (resolved #314)