重大变更
迁移导航抽屉到 Compose 实现
新功能
支持记住上次浏览的排行榜 #102
支持自定义 User Agent (设置 - 高级)
支持隐藏分数低于阈值的评论(设置 - EH)
改进
补充了部分中文(臺灣)翻译
调整了搜索选项中类别卡片的布局 #85
Bug 修复
修复了搜索按钮被高级搜索选项遮挡的问题
修复了搜索历史被软键盘遮挡的问题
修复了安装后首次启动时崩溃的问题
修复了某些情况下搜索结果不显示的问题 #103
修复了某些情况下下载崩溃的问题 #109
修复了没有网络情况下崩溃的问题 #113
修复了某些情况下屏蔽列表不显示的问题 #125
修复了删除屏蔽项时崩溃的问题 #126
修复了屏蔽文本过长时删除按钮不显示的问题 #132
修复了某些情况下崩溃的问题 #144
修复了 Thumbnail 模式下标签屏蔽项不生效的问题 #145
修复了几处内存泄漏
已知问题
收藏和下载页面的滑动删除手势失效 #160
What's Changed
- Migrate navigation drawer to compose by @FooIbar in #80
- Revert "Set bar style correctly" by @FooIbar in #89
- Dispatch insets from compose to android view by @FooIbar in #90
- Migrate from RikkaX Insets to Insetter by @FooIbar in #92
- Drop RikkaX by @FooIbar in #95
- Dispatch and apply system bars insets separately by @FooIbar in #97
- Avoid race condition when updating tag database by @FooIbar in #98
- Set category chip min width and max items in each row by @FooIbar in #99
- Fix unexpected touch scale behavior in PageViewer by @FooIbar in #100
- Leave 56 dp minimum edge gap for navigation drawer by @FooIbar in #105
- Sync with upstream API changes by @FooIbar in #107
- Remember last viewed toplist by @FooIbar in #108
- Fix NPE caused by coroutine cancellation by @FooIbar in #110
- Fix crash when copying cookies by @FooIbar in #114
- Fix crash when navController is not initialized by @FooIbar in #120
- Add missing color filter modes by @FooIbar in #123
- Allow custom user agent string by @FooIbar in #124
- Fix reader not loading under certain circumstances by @FooIbar in #128
- Fix several issues in filter configuration screen by @FooIbar in #135
- Complete the missing translations by @fricyo in #131
- Fix a strange word by @fricyo in #138
- Revert "Scroll to top after refreshing" by @FooIbar in #139
- Avoid uncaught exceptions crashing entire app by @FooIbar in #141
- Fix tag filters not working in thumbnail mode by @FooIbar in #148
- Fix NPE when evicting cache but Image was recycled by @FooIbar in #149
- fix fragment compose view memory leak by @EliKaede in #151
- change runnable to coroutine job, and fix fragment compose memory leak by @EliKaede in #152
- Allow hiding comments below custom threshold by @FooIbar in #153
- Fix crash when deleting filters by @FooIbar in #154
- Fix #154 regression by @FooIbar in #158
Known issues
- Swipe-to-dimiss not working in favorites and downloads #160
New Contributors
Full Changelog: 1.8.10.3...1.8.11.0