From 897cdb5e9dae885db6667b90b1b87399f6828820 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Mon, 27 Apr 2020 13:33:01 +0200 Subject: version bump to 1.0.0 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/1000000.txt | 13 +++++++++++++ fastlane/metadata/android/en-US/changelogs/7000.txt | 13 ------------- 3 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1000000.txt delete mode 100644 fastlane/metadata/android/en-US/changelogs/7000.txt diff --git a/app/build.gradle b/app/build.gradle index e6b6b4ceb..ef63594cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "it.niedermann.nextcloud.deck" minSdkVersion 16 targetSdkVersion 29 - versionCode 6000 - versionName "0.6.0" + versionCode 1000000 + versionName "1.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true javaCompileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/1000000.txt b/fastlane/metadata/android/en-US/changelogs/1000000.txt new file mode 100644 index 000000000..775706cfc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1000000.txt @@ -0,0 +1,13 @@ +- ➕ 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 diff --git a/fastlane/metadata/android/en-US/changelogs/7000.txt b/fastlane/metadata/android/en-US/changelogs/7000.txt deleted file mode 100644 index 775706cfc..000000000 --- a/fastlane/metadata/android/en-US/changelogs/7000.txt +++ /dev/null @@ -1,13 +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