Bump app version and add changelog

This commit is contained in:
Shinokuni 2020-08-01 15:40:49 +02:00
parent 29d639b27d
commit a01e740807
3 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,15 @@
#v1.2.0
- Adaptive icon
- Background synchronisation
- Notifications
- FreshRSS and Nextcloud News synchronisation speed improvements
- Add feed direct share action
- Improve some html tags look
- Diplay image title or alt as caption (#63)
- Local RSS fixes (#70, #71)
- Other bug fixes and UI improvements
# v1.1.4
- Fix app crash when using an account url without http scheme #55

View File

@ -12,8 +12,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
versionCode 10
versionName "1.1.4"
versionCode 11
versionName "1.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
testOptions {

View File

@ -0,0 +1,12 @@
<ul>
<li>Adaptive icon</li>
<li>Background synchronisation</li>
<li>Notifications</li>
<li>FreshRSS and Nextcloud News synchronisation speed improvements</li>
<li>Add feed direct share action</li>
<li>Improve some html tags look</li>
<li>Diplay image title or alt as caption (#63)</li>
<li>Local RSS fixes (#70, #71)</li>
<li>Other bug fixes and UI improvements</li>
</ul>