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