mirror of https://github.com/readrops/Readrops.git
Bump app version and add changelog
This commit is contained in:
parent
29d639b27d
commit
a01e740807
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
Loading…
Reference in New Issue