Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-12-20 11:41:28 +0300
committerstefan-niedermann <info@niedermann.it>2019-12-20 11:41:28 +0300
commit2e559010c9dd1bc97607e2f5a2438ffcea0ebf82 (patch)
tree6f4938edc18690da975e4b94fab021b09ede4e7b
parent7782759826f1f0c08304f664aa0a89db8734a575 (diff)
update changelogv2.0.3
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/53.txt13
2 files changed, 15 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cf48f2c7..89a0aed6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
- versionCode 52
- versionName "2.0.2"
+ versionCode 53
+ versionName "2.0.3"
// vectorDrawables.useSupportLibrary = true
}
buildTypes {
diff --git a/fastlane/metadata/android/en-US/changelogs/53.txt b/fastlane/metadata/android/en-US/changelogs/53.txt
new file mode 100644
index 00000000..9f6ed32a
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/53.txt
@@ -0,0 +1,13 @@
+⚠️ Requires at least Files app version 3.9.0 ⚠️
+
+- #171 Multiple NC Servers
+- #375 Hardcoded list for special category images
+- #418 Implement Single-Sign-On
+- #477 Crash when cutting title
+- #604 Crash upon cutting the last item of a bullet list
+- #613 Crash on start. shortLabel cannot be empty
+- #619 Skip dropping automatic indices (Thanks to @Unpublished)
+- Hide FAB when scrolling down
+- Translation updates
+
+Special thanks to @dan0xii @korelstar and @tobiasKaminsky \ No newline at end of file