Skip to content

Commit 0fbf469

Browse files
committed
chore: prepare release v0.28.0+62
1 parent 470a466 commit 0fbf469

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
applicationId "de.lukasneugebauer.nextcloudcookbook"
3939
minSdk 25
4040
targetSdk 36
41-
versionCode 61
42-
versionName "0.27.0"
41+
versionCode 62
42+
versionName "0.28.0"
4343

4444
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4545
vectorDrawables {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Vollbildansicht für Rezeptbilder hinzugefügt
2+
- Es wird kein Platzhalterbild auf dem Detailbildschirm angezeigt, wenn das Rezept kein Bild hat
3+
- Übersetzungen aktualisiert
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Add a full-screen image view for recipe images
2+
- Hide the image on the detail screen when the recipe has no image
3+
- Update translations

0 commit comments

Comments
 (0)