We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0d64a commit ea0c627Copy full SHA for ea0c627
app/build.gradle.kts
@@ -32,8 +32,8 @@ android {
32
applicationId = "me.ash.reader"
33
minSdk = 26
34
targetSdk = 33
35
- versionCode = 25
36
- versionName = "0.10.1"
+ versionCode = 26
+ versionName = "0.11.0"
37
38
buildConfigField("String", "USER_AGENT_STRING", "\"ReadYou/${'$'}{versionName}(${versionCode})\"")
39
fastlane/metadata/android/en-US/changelogs/26.txt
@@ -0,0 +1,8 @@
1
+## 0.11.0
2
+
3
+Notable changes:
4
+1. Introduce a new article reader based on WebView, with Bionic Reading support
5
+2. Auto-mark items as read on scroll
6
+3. Click the top app bar to go back to the top of the page
7
+4. Add dividers to the toolbars in the reading page
8
+5. Add a button to collapse/expand feed groups
0 commit comments