Skip to content

Commit

Permalink
release: 1.0.0-alpha.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aimok04 committed Oct 29, 2024
1 parent b20eecb commit f6149b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId = "de.kitshn.android"
minSdk = 24
targetSdk = 35
versionCode = 1101
versionName = "1.0.0-alpha.10.1"
versionCode = 1102
versionName = "1.0.0-alpha.10.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
16 changes: 16 additions & 0 deletions metadata/en-US/changelogs/1102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Changes for v1.0.0-alpha.10.2
- fix(properties): parsing issue (#25)

Changes for v1.0.0-alpha.10.1
- fix(dialog): ugly layout/animations in fullscreen dialog

Changes for v1.0.0-alpha.10
- feat(recipes): added templating support for step instructions (#25)
- feat(recipes): added properties card (#24)
- feat(mealplan): improved ui for tablets/foldables
- feat(dialog): improved adaptive fullscreen dialog size
- feat(recipes): hiding FAB when reaching bottom for legibility
- fix(recipes): prevent truncated ingredient text
- fix(share): replaced hard coded url (resolved #22)
- chore(libs): version bumps
- multiple bug fixes

0 comments on commit f6149b1

Please sign in to comment.