Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinokuni committed Dec 1, 2024
1 parent 7701ceb commit 1b54518
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
applicationId = "com.readrops.app"

versionCode = 19
versionName = "2.0.2"
versionCode = 20
versionName = "2.0.3"
}

buildTypes {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1b54518

Please sign in to comment.