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-07-13 19:37:07 +0300
committerStefan Niedermann <info@niedermann.it>2020-07-13 19:37:07 +0300
commit928d4bfc901890bd9c7822ddc2cc40bfea44a284 (patch)
tree2f01622e7c86d3e4d2f80037cc2ee0215aab8dec
parentc82e69ccbdb77e305f699a6b5f1de3ffc1ebe144 (diff)
version bump to 1.8.11.8.1
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1008001.txt17
2 files changed, 19 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ce2b57e48..7a0eca9c7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 17
targetSdkVersion 29
- versionCode 1008000
- versionName "1.8.0"
+ versionCode 1008001
+ versionName "1.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/1008001.txt b/fastlane/metadata/android/en-US/changelogs/1008001.txt
new file mode 100644
index 000000000..e2838f73e
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1008001.txt
@@ -0,0 +1,17 @@
+1.8.1
+
+- 🔀 Move cards to other boards and accounts (#453)
+- ➕ Clone boards with existing stacks and labels (#455)
+- 🐞 Fix synchronization bug (#596)
+
+1.7.0
+
+- 🆕 Compact mode (#579)
+
+1.6.0
+
+- ✨ Adjust design to new style of Nextcloud Android app (#525)
+- 🎨 Brand now uses board color to provide better context (#525)
+- 🎨 Offer the same default board colors as the server app
+- 🔍 Display all available users as search results when sharing a board (#510)
+- 🐞 "Archive cards" of list crashes the app when there is no list (#557) \ No newline at end of file