Skip to content

Commit 1b54518

Browse files
committed
v2.0.3
1 parent 7701ceb commit 1b54518

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v2.0.3
2+
- Fix Fever API compatibility with TinyTiny RSS and yarr, should also fix other providers (#228 + #229)
3+
- Fix Nextcloud News item duplicates when syncing which would made the app unusable
4+
- Fix Nextcloud News item parsing: items with no title will be ignored
5+
16
# v2.0.2
27
- Fix crash when opening app from a notification (#223)
38
- Fix Fever API synchronization error (#228)

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
defaultConfig {
1313
applicationId = "com.readrops.app"
1414

15-
versionCode = 19
16-
versionName = "2.0.2"
15+
versionCode = 20
16+
versionName = "2.0.3"
1717
}
1818

1919
buildTypes {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Fix Fever API compatibility with TinyTiny RSS and yarr, should also fix other providers (#228 + #229)
2+
* Fix Nextcloud News item duplicates when syncing which would made the app unusable
3+
* Fix Nextcloud News item parsing: items with no title will be ignored

0 commit comments

Comments
 (0)