version bump to v2.16.0

This commit is contained in:
Stefan Niedermann 2020-06-16 10:06:37 +02:00
parent 7a29096292
commit 298dd6b593
2 changed files with 21 additions and 3 deletions

View file

@ -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"
}

View file

@ -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)
- 🔤 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