From ed07e21ecafe20ea3ae89d89df3c9f3a91e555d5 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Fri, 8 May 2020 12:39:52 +0200 Subject: version bump to 1.2.1 --- app/build.gradle | 4 +-- app/play/release/output.json | 2 +- .../metadata/android/en-US/changelogs/1002001.txt | 31 ++++++++++++++++++++++ 3 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1002001.txt diff --git a/app/build.gradle b/app/build.gradle index 978366998..5d9ec767c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "it.niedermann.nextcloud.deck" minSdkVersion 16 targetSdkVersion 29 - versionCode 1002000 - versionName "1.2.0" + versionCode 1002001 + versionName "1.2.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true javaCompileOptions { diff --git a/app/play/release/output.json b/app/play/release/output.json index 9e35683d9..c66f8a784 100644 --- a/app/play/release/output.json +++ b/app/play/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":1001000,"versionName":"1.1.0","enabled":true,"outputFile":"app-play-release.apk","fullName":"playRelease","baseName":"play-release","dirName":""},"path":"app-play-release.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":1002000,"versionName":"1.2.0","enabled":true,"outputFile":"app-play-release.apk","fullName":"playRelease","baseName":"play-release","dirName":""},"path":"app-play-release.apk","properties":{}}] \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/1002001.txt b/fastlane/metadata/android/en-US/changelogs/1002001.txt new file mode 100644 index 000000000..8fd5ded24 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1002001.txt @@ -0,0 +1,31 @@ +1.2.1 + +- 🐞 Fix branding color in some situations + +1.2.0 + +- 🎚 Enhanced filters +- 🎨 Deal with special brand colors which previously caused a crash (#466) +- 🐞 Connection fails because "order" of a stack is null (#465) +- 🐞 Prevent NullPointerException in some special edge cases + +1.1.0 + +- 🏷️ Manage tags per board (#309) +- 🐞 Fixed crash on some devices caused by maxLines-ellipsize combination (#444) + +1.0.0 + +- ➕ Fix adding cards via tile and shortcuts (#358) +- ☑️ Display task counter +- 🆕 New card layout for web and app +- 🎨 Apply the branding of your Nextcloud instance (#317) +- 📣 Push notifications (#208) - this depends on changes in the files app and might not yet be available at the time when this version has been released. +- 🗑️ Revoke board access +- 🔧 Show an info if server is in maintenance mode (#283) +- ↔️ Move lists +- 👤 wrong user image when using multiple accounts (#324) +- 🎚 Filter cards (#396) +- 🏷️ Auto complete: Display all available tags on first click (#263) +- ➕ Share text into new card (#424) +- 🗑️ "Delete list": Tell user how many card will be deleted (#421) \ No newline at end of file -- cgit v1.2.3