[0.4.9-rc.1] - 2026-09-23
🚀 新功能
- 新建下载时可直接粘贴迅雷(
thunder://)链接,客户端会自动解析出真实下载地址
🐛 问题修复
- 退出应用时,如果下载刚好在停止中,现在会等引擎写完最新进度和活动记录再退出,避免下次打开时丢失这部分历史
- 修复部分 5xx/408 服务器错误不会自动重试的问题;跨 CDN 的文件修改时间轻微漂移不再导致下载被错误清空重来,仅记录提示
- 修复 416 错误会耗尽全部重试次数、分段下载无进度时无法回退为单线程、以及单线程续传可能损坏文件的问题
- HLS 下载新增对 fMP4/CMAF 初始化分片(
EXT-X-MAP)的支持并避免重复拉取;不是真正播放列表的.m3u8直链现在会自动回退为普通下载 - BT 按子目录部分选择文件下载时,现在会保留种子原本的目录结构
- 修复 yt-dlp 下载和 RSS 自动模式未正确使用所配置代理的问题;修复系统代理地址被错误拼接成
http://http://的问题;macOS / Linux 现在能正确读取系统代理设置 - 修复校验和在输入格式异常时可能出错、以及从部分返回
aws-chunked编码的云存储下载文件可能损坏的问题 - 删除任务或所在队列后,相关 RSS 订阅条目与队列内任务位置现在能正确同步,不再残留错误状态
- 修复安装或卸载插件后,组件状态未及时刷新的问题
- 修复使用 Zen 等基于 Firefox 分支的浏览器时,浏览器扩展无法与桌面客户端配对连接的问题,并新增对 Thorium、Neo 浏览器的支持
[0.4.9-rc.1] - 2026-09-23
🚀 Features
- You can now paste a Thunder (
thunder://) link directly when adding a download — the client decodes it into the real URL automatically
🐛 Bug Fixes
- If a download was still stopping when you quit the app, it now waits for the engine to finish writing the latest progress and activity before exiting, so recent history is no longer lost on next launch
- Fixed 5xx/408 server errors not triggering automatic retries; small Last-Modified timestamp drift across CDNs no longer wipes and restarts the download, it's now just logged as a warning
- Fixed 416 errors exhausting all retry attempts, segmented downloads with no progress failing to fall back to a single stream, and single-stream resumes that could corrupt the file
- HLS downloads now support fMP4/CMAF init segments (
EXT-X-MAP) and avoid re-fetching them unnecessarily;.m3u8links that aren't actual playlists now fall back to a plain download automatically - Selecting only some files within a subdirectory of a torrent now preserves the torrent's original folder structure
- Fixed yt-dlp downloads and RSS auto mode not honoring your configured proxy; fixed a system proxy address getting mangled into
http://http://; macOS/Linux now read the system proxy correctly - Fixed checksum verification erroring out on malformed input, and files downloaded from storage that returns
aws-chunkedencoding potentially being corrupted - Deleting a task or its queue now correctly syncs the related RSS entry and remaining queue positions instead of leaving them in a stale state
- Fixed component status not refreshing after installing or uninstalling a plugin
- Fixed the browser extension failing to pair with the desktop client on Firefox-based browsers like Zen; added support for Thorium and Neo