version bump to 2.7.0

This commit is contained in:
stefan-niedermann 2020-01-23 23:14:49 +01:00
parent 4447178623
commit b3b7dd00d6
3 changed files with 21 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 29
versionCode 73
versionName "2.6.0"
versionCode 74
versionName "2.7.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {

View file

@ -0,0 +1,19 @@
v2.7.0
- Allow rendering of any text file (#439, #692)
v2.6.0
- Improved in-note search 🔎 (#106, #400, #550, #700)
v2.5.0
- Move notes to another account (#655)
- Internal Note Links (#646, #623, #202)
- Cancel and Delete are redundant on new note (#640)
- Undo for bulk delete (#670)
- Checklist auto-continuation (#688, #608)
- Fix database upgrade issues (#696)
Requires at least Files app¹ version 3.9.0
¹ https://github.com/nextcloud/android