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:
-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