mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
version bump to 2.7.0
This commit is contained in:
parent
4447178623
commit
b3b7dd00d6
3 changed files with 21 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
0
fastlane/metadata/android/en-US/changelogs/75.txt
Normal file
0
fastlane/metadata/android/en-US/changelogs/75.txt
Normal file
Loading…
Reference in a new issue