Skip to content

Commit 3a11917

Browse files
committed
chore: bump up version to 0.15.1 (42)
1 parent 1b66422 commit 3a11917

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
applicationId = "me.ash.reader"
3939
minSdk = 26
4040
targetSdk = 34
41-
versionCode = 41
42-
versionName = "0.15.0"
41+
versionCode = 42
42+
versionName = "0.15.1"
4343

4444
buildConfigField(
4545
"String",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
General:
2+
Fixed an bug where resuming the app from the background could open the wrong article.
3+
4+
Google Reader API:
5+
Fixed an issue caused duplicated articles with FreshRSS
6+
Fixed an issue caused read/starred status not synced with server when syncing a single feed
7+
8+
Local RSS:
9+
Fixed a regression caused thumbnails from some feeds could not load in article list
10+
11+

0 commit comments

Comments
 (0)