update changelog

This commit is contained in:
stefan-niedermann 2019-12-20 09:41:28 +01:00
parent 7782759826
commit 2e559010c9
2 changed files with 15 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
versionCode 52
versionName "2.0.2"
versionCode 53
versionName "2.0.3"
// vectorDrawables.useSupportLibrary = true
}
buildTypes {

View file

@ -0,0 +1,13 @@
⚠️ Requires at least Files app version 3.9.0 ⚠️
- #171 Multiple NC Servers
- #375 Hardcoded list for special category images
- #418 Implement Single-Sign-On
- #477 Crash when cutting title
- #604 Crash upon cutting the last item of a bullet list
- #613 Crash on start. shortLabel cannot be empty
- #619 Skip dropping automatic indices (Thanks to @Unpublished)
- Hide FAB when scrolling down
- Translation updates
Special thanks to @dan0xii @korelstar and @tobiasKaminsky