- 升级Flutter 3.44.8(实验性)
- 优化阅读页动图的展示性能,未在屏幕内的动图将只展示静态帧(实验性)
- 优化ios音量键翻页的逻辑,增加音量为0或100时的提示。
- 优化桌面端长按/右键唤起CupertinoActionSheet的逻辑,统一替换为在鼠标点击位置展示选项菜单。
- 优化标签搜索建议的逻辑,识别"-"操作符。
- 偏好设置中增加优先展示最近下载分组功能。 @lliPtiL
- 偏好设置中支持自定义首次进入下载页时默认展示的tab。
- 偏好设置中支持为破坏性操作加入二次确认提示。
- 资产展示里新增hath展示。
- 去除EhArBot的自动签到功能。
- 修复部分设备上阅读页双击放大无效的bug。
- Upgrade Flutter to 3.44.8 (experimental)
- Optimize animated image display performance on the reading page; animated images off-screen will only show their static frame (experimental)
- Optimize the iOS volume-key page-turning logic and add a prompt when the volume is at 0 or 100
- Optimize desktop long-press/right-click menu behavior; a context menu now appears at the mouse position instead of a bottom sheet
- Optimize tag search suggestion logic to recognize the "-" operator
- Add a preference to prioritize showing the most recently downloaded groups @lliPtiL
- Add a preference to customize the default tab shown when first entering the download page
- Add a preference for a confirmation prompt before destructive actions
- Add Hath display to the Assets view
- Remove EhArBot's automatic check-in feature
- Fix a bug where double-tap zoom doesn't work on the reading page on some devices