File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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 number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments