This commit is contained in:
Shinokuni 2024-12-01 22:07:40 +01:00
parent 7701cebdba
commit 1b54518c95
3 changed files with 10 additions and 2 deletions

View File

@ -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)

View File

@ -12,8 +12,8 @@ android {
defaultConfig {
applicationId = "com.readrops.app"
versionCode = 19
versionName = "2.0.2"
versionCode = 20
versionName = "2.0.3"
}
buildTypes {

View File

@ -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