mirror of https://github.com/readrops/Readrops.git
v1.3.0
This commit is contained in:
parent
a07ac0adb8
commit
fb06990116
|
@ -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
|
# v1.2.1
|
||||||
|
|
||||||
- Accept null value for Nextcloud News feed attribute folderId #87
|
- Accept null value for Nextcloud News feed attribute folderId #87
|
||||||
|
|
|
@ -11,8 +11,8 @@ android {
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||||
|
|
||||||
versionCode 12
|
versionCode 13
|
||||||
versionName "1.2.1"
|
versionName "1.3.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
testOptions {
|
testOptions {
|
||||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue