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>2019-09-16 21:21:37 +0300
committerstefan-niedermann <info@niedermann.it>2019-09-16 21:21:37 +0300
commit2ceffad3fe6edae3975a063d57d62b9f56bd23b7 (patch)
tree737e7e1c6686199a6f7993b8c0dfa7a549f9ab4f
parent59ca48b538040eae597ed6277d814aad5f68639d (diff)
Changelog and version bump to 0.0.60.0.6
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/6.txt6
2 files changed, 7 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 95f04ad6d..5d2dc2d5a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 14
targetSdkVersion 28
- versionCode 5
- versionName "0.0.5"
+ versionCode 6
+ versionName "0.0.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt
index f38350a68..a0e581edb 100644
--- a/fastlane/metadata/android/en-US/changelogs/6.txt
+++ b/fastlane/metadata/android/en-US/changelogs/6.txt
@@ -2,4 +2,8 @@
- When I click on the "Delete column" option, the application crashes. (#102)
- Correctly remember last selected board when creating board, stack and card
- Display a sync icon next to cards with local changes
-- Fix offline board handling (creation and deletion) \ No newline at end of file
+- Fix offline board handling (creation and deletion)
+- New create and edit workflow
+- Assign labels and users to a card while still creating it
+- New empty content views
+- Persist dragged and dropped cards \ No newline at end of file