1
0
mirror of https://github.com/Ashinch/ReadYou.git synced 2025-01-04 05:52:45 +01:00

chore: release v0.11.0 (26)

This commit is contained in:
junkfood 2024-11-12 20:42:24 +08:00
parent ee0d64ab84
commit ea0c627215
No known key found for this signature in database
GPG Key ID: 2EA5B648DB112A34
2 changed files with 10 additions and 2 deletions
app
fastlane/metadata/android/en-US/changelogs

View File

@ -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})\"")

View File

@ -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