chore: bump up version to 0.15.1 (42)

This commit is contained in:
junkfood
2025-08-30 16:10:34 +08:00
parent 1b66422c5f
commit 3a119175a4
2 changed files with 13 additions and 2 deletions

View File

@@ -38,8 +38,8 @@ android {
applicationId = "me.ash.reader"
minSdk = 26
targetSdk = 34
versionCode = 41
versionName = "0.15.0"
versionCode = 42
versionName = "0.15.1"
buildConfigField(
"String",

View File

@@ -0,0 +1,11 @@
General:
Fixed an bug where resuming the app from the background could open the wrong article.
Google Reader API:
Fixed an issue caused duplicated articles with FreshRSS
Fixed an issue caused read/starred status not synced with server when syncing a single feed
Local RSS:
Fixed a regression caused thumbnails from some feeds could not load in article list