This commit is contained in:
Shinokuni 2021-10-10 19:48:54 +02:00
parent 3d78b2a951
commit 7feb54f44a
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# v1.3.1
- FreshRSS : Fix items being fav unintentionally
- FreshRSS : Fix 401 error when synchronising for the second time
# v1.3.0
- New local RSS parser, much reliable
- New external navigator view for items (Custom tabs)

View File

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

View File

@ -0,0 +1,4 @@
<ul>
<li>FreshRSS : Fix items being fav unintentionally</li>
<li>FreshRSS : Fix 401 error when synchronising for the second time</li>
</ul>