Skip to content

Commit 3a67659

Browse files
committed
chore: prepare release v0.27.0+61
1 parent 82304dd commit 3a67659

3 files changed

Lines changed: 12 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 60
42-
versionName "0.26.0"
41+
versionCode 61
42+
versionName "0.27.0"
4343

4444
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4545
vectorDrawables {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Schaltfläche „Löschen“ zur Keyword-Eingabe hinzugefügt
2+
- Schaltfläche „Löschen“ zur Kategorie-Eingabe hinzugefügt
3+
- Fehler beim Kopieren von Zutaten-Text in die Zwischenablage behoben
4+
- Fehler Laden von Bildern mit benutzerdefiniertem Zertifikat behoben
5+
- Übersetzungen aktualisiert
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Add clear button to keyword input
2+
- Add clear button to category input
3+
- Fix copy ingredient text to clipboard
4+
- Fix image loading with custom cert
5+
- Update translations

0 commit comments

Comments
 (0)