mirror of https://github.com/readrops/Readrops.git
v2.0.3
This commit is contained in:
parent
7701cebdba
commit
1b54518c95
|
@ -1,3 +1,8 @@
|
|||
# v2.0.3
|
||||
- Fix Fever API compatibility with TinyTiny RSS and yarr, should also fix other providers (#228 + #229)
|
||||
- Fix Nextcloud News item duplicates when syncing which would made the app unusable
|
||||
- Fix Nextcloud News item parsing: items with no title will be ignored
|
||||
|
||||
# v2.0.2
|
||||
- Fix crash when opening app from a notification (#223)
|
||||
- Fix Fever API synchronization error (#228)
|
||||
|
|
|
@ -12,8 +12,8 @@ android {
|
|||
defaultConfig {
|
||||
applicationId = "com.readrops.app"
|
||||
|
||||
versionCode = 19
|
||||
versionName = "2.0.2"
|
||||
versionCode = 20
|
||||
versionName = "2.0.3"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
* Fix Fever API compatibility with TinyTiny RSS and yarr, should also fix other providers (#228 + #229)
|
||||
* Fix Nextcloud News item duplicates when syncing which would made the app unusable
|
||||
* Fix Nextcloud News item parsing: items with no title will be ignored
|
Loading…
Reference in New Issue