We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b66422 commit 3a11917Copy full SHA for 3a11917
app/build.gradle.kts
@@ -38,8 +38,8 @@ android {
38
applicationId = "me.ash.reader"
39
minSdk = 26
40
targetSdk = 34
41
- versionCode = 41
42
- versionName = "0.15.0"
+ versionCode = 42
+ versionName = "0.15.1"
43
44
buildConfigField(
45
"String",
fastlane/metadata/android/en-US/changelogs/42.txt
@@ -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