This commit is contained in:
Shinokuni 2021-07-19 13:40:34 +02:00
parent a07ac0adb8
commit fb06990116
3 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# v1.3.0
- New local RSS parser, much reliable
- New external navigator view for items (Custom tabs)
- FreshRSS and Nextcloud News favorites
- FreshRSS read state synchronisation
- New folder view when clicking on a drawer expandable item (#56)
# v1.2.1
- Accept null value for Nextcloud News feed attribute folderId #87

View File

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

View File

@ -0,0 +1,7 @@
<ul>
<li>New local RSS parser, much reliable</li>
<li>New external navigator view for items (Custom tabs)</li>
<li>FreshRSS and Nextcloud News favorites</li>
<li>FreshRSS read state synchronisation</li>
<li>New folder view when clicking on a drawer expandable item (#56)</li>
</ul>