diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8f3b5029..6003b73a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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", diff --git a/fastlane/metadata/android/en-US/changelogs/42.txt b/fastlane/metadata/android/en-US/changelogs/42.txt new file mode 100644 index 00000000..990ce68a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/42.txt @@ -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 + +