From ea0c6272157d9e633a0c56d0f6da7a08878fb675 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:42:24 +0800 Subject: [PATCH] chore: release v0.11.0 (26) --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/26.txt | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/26.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ef3ad33..22b7d22 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -32,8 +32,8 @@ android { applicationId = "me.ash.reader" minSdk = 26 targetSdk = 33 - versionCode = 25 - versionName = "0.10.1" + versionCode = 26 + versionName = "0.11.0" buildConfigField("String", "USER_AGENT_STRING", "\"ReadYou/${'$'}{versionName}(${versionCode})\"") diff --git a/fastlane/metadata/android/en-US/changelogs/26.txt b/fastlane/metadata/android/en-US/changelogs/26.txt new file mode 100644 index 0000000..fe40326 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/26.txt @@ -0,0 +1,8 @@ +## 0.11.0 + +Notable changes: +1. Introduce a new article reader based on WebView, with Bionic Reading support +2. Auto-mark items as read on scroll +3. Click the top app bar to go back to the top of the page +4. Add dividers to the toolbars in the reading page +5. Add a button to collapse/expand feed groups \ No newline at end of file