Skip to content

Commit ea0c627

Browse files
committed
chore: release v0.11.0 (26)
1 parent ee0d64a commit ea0c627

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
applicationId = "me.ash.reader"
3333
minSdk = 26
3434
targetSdk = 33
35-
versionCode = 25
36-
versionName = "0.10.1"
35+
versionCode = 26
36+
versionName = "0.11.0"
3737

3838
buildConfigField("String", "USER_AGENT_STRING", "\"ReadYou/${'$'}{versionName}(${versionCode})\"")
3939

Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)