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-24 12:18:09 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-24 12:18:09 +0300
commit4dc14503f96186567cc0a3fce475d5fe96b489ba (patch)
tree0ae9e8a7b09ab9036a5933f01c7a981e7d467391
parentaf6dc9438cd73766bd2f93757c3dd90f00df3fbd (diff)
version bump to 1.5.51.5.5
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1005005.txt31
2 files changed, 33 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2894a056e..c3176a29b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 17
targetSdkVersion 29
- versionCode 1005004
- versionName "1.5.4"
+ versionCode 1005005
+ versionName "1.5.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/1005005.txt b/fastlane/metadata/android/en-US/changelogs/1005005.txt
new file mode 100644
index 000000000..2d3fbcf1d
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1005005.txt
@@ -0,0 +1,31 @@
+1.5.5
+
+- đŸ“Ĩ Enhanced sharing from third party apps into Deck
+
+1.5.4
+
+- ➕ Allow to share text as comment
+- 🐞 Fixed adding new lists
+
+1.5.3
+
+- 🐞 Delete attachments on failed uploads (#547)
+
+1.5.2
+
+- 🐞 Fix bug which prevented account imports
+- 🌎 Language updates
+
+1.5.1
+
+- 🐞 Activities do not load deterministically (#518)
+- 🐞 Card order not synced properly (#524)
+- 📎 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