v0.4.9-rc.1 - 2026-09-23
🚀 新功能
- 新建下载时可开启"忽略证书错误"开关,方便下载使用自签名证书的站点
- 通过分享或链接唤起下载时新增"静默下载"模式,开启后无需手动确认,直接按默认设置创建任务
- 设置中新增日志导出功能,可将日志打包为压缩文件后分享排查问题;日志文件也已迁移到应用专属外部存储目录,无需 Root 即可用电脑直接查看
🐛 问题修复
- 修复应用启动时因配置加载存在竞态,导致已设置的下载目录被系统默认目录意外覆盖的问题
- 任务列表交互调整:单击任务直接弹出操作菜单,长按改为查看详情
- 下载重试与断点续传更可靠:5xx/408 错误纳入自动重试;服务器文件修改时间在 CDN 间轻微漂移时不再误判并清空重下;416 错误不再无谓耗尽重试次数,必要时自动改为整文件重新下载
- HLS 下载支持 fMP4/CMAF 分片(EXT-X-MAP),初始化片段去重预取减少不必要的请求;非播放列表的 m3u8 直链会自动按普通文件下载
- BT/磁力下载中勾选部分文件(含子目录)时不再丢失原始种子的目录结构
- 支持迅雷(thunder://)链接,可直接解码后下载
- 修复校验和格式不规范时被误判为校验失败的问题,以及部分对象存储以 aws-chunked 方式返回内容时下载出错的问题
v0.4.9-rc.1 - 2026-09-23
🚀 Features
- Added an "ignore certificate errors" switch when creating a new download, for sites using self-signed certificates
- Added a "silent download" mode for links opened via share or URL scheme — when enabled, a task is created immediately with your default settings, with no confirmation prompt
- Added log export in Settings, which packages logs into a zip you can share for troubleshooting; log files have also moved to an app-specific external storage folder, viewable from a computer without root
🐛 Bug Fixes
- Fixed a startup race condition where your configured save directory could be silently overwritten by the system default before settings finished loading
- Task list interaction changed: tapping a task now opens the action menu directly, while long-press opens the details view
- More reliable retries and resuming: 5xx/408 errors are now auto-retried; small Last-Modified drift across CDNs no longer wipes and restarts the file; 416 errors no longer exhaust the retry budget, falling back to a full re-download when needed
- HLS downloads now support fMP4/CMAF segments via EXT-X-MAP, with deduplicated init-segment prefetching to cut unnecessary requests; non-playlist .m3u8 direct links now fall back to a plain download automatically
- BT/magnet downloads with a partial file selection (including subdirectories) now preserve the original torrent's directory structure
- Added support for thunder:// links, which are now decoded automatically before downloading
- Fixed malformed checksum input being incorrectly flagged as a verification failure, and fixed download errors when some object storage services return content with aws-chunked encoding