diff --git a/CHANGELOG.md b/CHANGELOG.md index 324c8830..50b894a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 991d71b5..b1f45e9b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ android { defaultConfig { applicationId = "com.readrops.app" - versionCode = 19 - versionName = "2.0.2" + versionCode = 20 + versionName = "2.0.3" } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/20.txt b/fastlane/metadata/android/en-US/changelogs/20.txt new file mode 100644 index 00000000..46158c45 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20.txt @@ -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