From 298dd6b593561df15dd9332a02941a3ac523c074 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Tue, 16 Jun 2020 10:06:37 +0200 Subject: version bump to v2.16.0 --- app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/2016000.txt | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 38e4542c..ef903613 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "it.niedermann.owncloud.notes" minSdkVersion 17 targetSdkVersion 29 - versionCode 2015000 - versionName "2.15.0" + versionCode 2016000 + versionName "2.16.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/2016000.txt b/fastlane/metadata/android/en-US/changelogs/2016000.txt index d55b6877..c1dd6cec 100644 --- a/fastlane/metadata/android/en-US/changelogs/2016000.txt +++ b/fastlane/metadata/android/en-US/changelogs/2016000.txt @@ -1,4 +1,22 @@ +2.16.0 + - 🔧 Support APIv1 - Title will only be auto generated when creating a new note - Ability to change title manually -- Make categories sortable by alphabet or modified date (#603) (@WingsUpete @Hui-Ouyang16 @IF-ACT) \ No newline at end of file +- 🔤 Make categories sortable by alphabet or modified date (#603) (@WingsUpete @Hui-Ouyang16 @IF-ACT) + +2.15.0 + +- 🆕 Grid view (beta) + +2.14.1 + +- ✨ Title and category should be centered if no excerpt is given (#374) +- 🐞 Crash when entering not-existing category (#863) + +2.14.0 + +- 📌 Remember last scrolling position per note (#227) +- 🎨 Apply brand to widget color +- ❓ "Help: format" option in the menu (#116) +- 🐞 Fix toggling checkboxes when note contains codefences with empty lines \ No newline at end of file -- cgit v1.2.3