Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-16 11:06:37 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-16 11:06:37 +0300
commit298dd6b593561df15dd9332a02941a3ac523c074 (patch)
treeba9083c1777911063b9421985c009816963d9111
parent7a2909629220c4b18842e59d8da12168f1c1d5ce (diff)
version bump to v2.16.0v2.16.0
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/2016000.txt20
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