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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-21 17:22:47 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-21 17:22:47 +0300
commit10635bea8dda21c4423a25dae246bb9ac0b11be8 (patch)
tree199e0927e7747231baceb4c1c87c5c97298e5085
parent2bb1a72cdc354a486a9549787f5073a29a1ff22c (diff)
version bump to 1.5.11.5.1
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1005001.txt12
2 files changed, 13 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 835a8b4d2..8362a0f3c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 17
targetSdkVersion 29
- versionCode 1005000
- versionName "1.5.0"
+ versionCode 1005001
+ versionName "1.5.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/1005001.txt b/fastlane/metadata/android/en-US/changelogs/1005001.txt
index c1126d3fe..b5407cacc 100644
--- a/fastlane/metadata/android/en-US/changelogs/1005001.txt
+++ b/fastlane/metadata/android/en-US/changelogs/1005001.txt
@@ -1,3 +1,13 @@
+1.5.1
+
- 🐞 Activities do not load deterministically (#518)
- 🐞 Card order not synced properly (#524)
-- 📎 Improve attachment handling (#516) \ No newline at end of file
+- 📎 Improve attachment handling (#516)
+
+1.5.0
+
+- ↩ī¸ Reply to comments (#454)
+- đŸ“Ļ Archive all cards of a stack (#495)
+- 🐞 List not synchronized list is emptied (#501)
+- đŸ‘Ĩ Fix wrong avatars in multi account setup (#531)
+- 🐞 Fix NullPointerException when closing card immediately after opening before data has been loaded \ No newline at end of file