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-15 18:20:52 +0300
committerstefan-niedermann <info@niedermann.it>2019-12-15 18:20:52 +0300
commit315e4fdbd688be45023f2a17d808e961b7d90c3c (patch)
tree0ac433c1d41e19e148b2b89a20796513b481aa75
parentbb99f471c4411bec4cfd43914db6fcad7fcd2f8c (diff)
version bump to 2.0.1v2.0.1
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/51.txt10
2 files changed, 12 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a760fd18..f765944c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
- versionCode 50
- versionName "2.0.0"
+ versionCode 51
+ versionName "2.0.1"
// vectorDrawables.useSupportLibrary = true
}
buildTypes {
diff --git a/fastlane/metadata/android/en-US/changelogs/51.txt b/fastlane/metadata/android/en-US/changelogs/51.txt
new file mode 100644
index 00000000..119449fd
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/51.txt
@@ -0,0 +1,10 @@
+⚠️ 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
+- #613 Crash on start. shortLabel cannot be empty
+- #619 Skip dropping automatic indices (Thanks to @Unpublished)
+- Hide FAB when scrolling down
+
+Special thanks to @dan0xii @korelstar and @tobiasKaminsky \ No newline at end of file