3.26072300
legado_app_3.26072300
Added
- Add built-in icon color settings for chapter comments with support for following reading theme
- Add optional catalogue offline audio caching for audiobooks with range caching, catalogue cache status, automatic fallback for corruption, and cache preservation on cancellation or failure
- Add native chapter comment statistics and details support for book sources
- Add native chapter comment statistics and details functions for single-file JavaScript book sources with function pair validation, pagination, and nested reply compatibility
- Support returning download links in detail functions for single-file JavaScript file sources with direct import and relative address compatibility
- Add HTTP request log read-only query API with token protection to Web API supporting summary list and single detail views
- Add book details page support for collapsible and expandable long text, HTML and Markdown introductions
- Add native MCP book source development service with token and Host/Origin protection supporting source saving, debugging, querying, deletion and desensitized HTTP log tools
Changed
- Enhance empty link validation for JavaScript single-file file sources
Fixed
- Fix chapter comment icon reuse when switching chapters and incorrect full text loading
- Fix chapter comment icon being squeezed into text area when full text fills one line, allow icon to use right page margin while maintaining double page boundaries
- Fix custom theme issue where some floating layer menus and history dropdown backgrounds did not follow theme changes
- Fix shallow clone build using incorrect version count causing versionCode to decrement, ensure versionCode increments by complete commit history
- Restore block-level const scope compatibility for legacy JavaScript book sources and fix some chapter comment pages from continuous loading
2026/07/22
- 新增段评内置图标颜色设置,支持恢复跟随阅读主题
- 听书新增可选目录的离线音频缓存,支持范围缓存、目录缓存状态、损坏自动回源,以及取消或失败时保留已有有效缓存
- 新增书源原生段评统计与详情支持,修复章节切换时段评图标串用及空正文误加载的问题
- 修复正文排满一行时段评图标被挤入文字区的问题,允许图标使用右侧页边距并保持双页边界
- JavaScript 单文件书源新增原生段评统计与详情函数支持,补充函数配对校验、分页和嵌套回复兼容
- JavaScript 单文件文件源支持在详情函数返回下载链接并直接下载导入,兼容相对地址并校验空链接
- Web API 新增带令牌保护的 HTTP 请求日志只读查询接口,支持摘要列表与单条详情
- 书籍详情页的长文本、HTML 与 Markdown 简介支持折叠和展开
- 新增带令牌与 Host/Origin 防护的原生 MCP 书源开发服务,支持书源保存、调试、查询、删除和脱敏 HTTP 日志工具
- 修复自定义主题下部分浮层菜单与历史下拉框背景未随主题变化的问题
- 修复正式版构建使用浅克隆时版本号计数回退的问题,确保
versionCode按完整提交历史递增 - 恢复旧版 JavaScript 书源的块内
const作用域兼容,修复部分段评页面持续加载的问题