[0.2.5-rc.3] - 2026-07-27
🚀 新功能
- 新增 RSS 订阅自动下载:可按过滤规则匹配、去重后自动加入下载队列;订阅在桌面端、Web 端与 CLI 间统一管理,新建订阅后会立即抓取一次;手动重新抓取期间显示"准备中",不再需要反复点同一行;条目流支持按发布时间正序/倒序查看,解析器还能从命名空间字段(如 Mikan 的 pubDate)为缺失发布时间的条目自动补全
- 侧边栏分区可自定义:状态、分类、队列、RSS、设备五个分区可分别开关,桌面端与 Web 端配置共享;隐藏某个分区后其对应的筛选条件会自动清空,不会再出现"看不见却仍生效的筛选器"
- 直连配对更安全:改为双向确认,接收端弹出验证码确认框并有过期倒计时防止误操作;本机配对码会显示剩余有效期,解除配对新增二次确认;局域网设备发现支持重新搜索
- 远程任务新增"已取消"状态,桌面、移动端与 Web 端均可查看及下发取消操作
- 多节点聚合下载不再受订阅套餐限制:是否启用聚合、并发节点数上限均改为本地设置,人人可用且可自由调整
- 文件列表新增按扩展名区分的文件类型图标;文件名过长时鼠标悬停可查看完整名称
- 设置中新增 ed2k 链接关联开关
🐛 问题修复
- 修复 Windows 托盘图标可能丢失的问题:托盘偏好现在会被系统正确记住,explorer.exe 崩溃重启后图标自动恢复,并修复了切换图标时的句柄泄漏
- 修复代理类型选择错误时连接失败却没有提示的问题:例如将 Clash 等仅支持明文 CONNECT 的代理误设为 HTTPS 时,现在会明确提示改选 HTTP
- 修复新建 RSS 订阅后长时间只显示"尚未抓取"空白的问题,现在能正确展示抓取中、抓取失败等状态
[0.2.5-rc.3] - 2026-07-27
🚀 Features
- Added automatic RSS feed downloads: matched items are filtered, de-duplicated, and queued automatically; subscriptions are managed consistently across desktop, web, and CLI. New subscriptions are fetched immediately, manual re-fetch shows a "preparing" state so you no longer need to click the same row repeatedly, the item stream can be sorted by publish date ascending/descending, and the parser now backfills missing publish dates from namespace fields (e.g. Mikan's pubDate)
- Sidebar sections are now configurable: Status, Categories, Queues, RSS, and Devices can each be toggled on or off, with the setting shared between desktop and web. Hiding a section automatically clears its filter, so there's no more "invisible but still active" filter
- Direct pairing is now more secure: pairing requires confirmation on both sides, with the receiving end showing a SAS confirmation dialog with an expiry countdown; the local pairing code now shows its remaining validity, unpairing requires a second confirmation, and LAN device discovery supports re-scanning
- Remote tasks gained a "canceled" state, visible and dispatchable from desktop, mobile, and web
- Multi-CDN aggregated downloads are no longer gated by subscription plan: whether aggregation is enabled and the concurrent node cap are now both local settings, available to everyone and freely adjustable
- The task list now shows file-type icons by extension, and long filenames show a tooltip with the full name on hover
- Added an ed2k link association toggle in Settings
🐛 Bug Fixes
- Fixed the Windows tray icon occasionally disappearing: the tray preference is now correctly remembered by the system, the icon is restored automatically after explorer.exe crashes and restarts, and a handle leak when switching icons was fixed
- Fixed proxy connections failing silently when the wrong proxy type was selected — e.g. setting Clash's plaintext-CONNECT-only proxy to HTTPS now shows a clear message telling you to switch to HTTP instead
- Fixed newly created RSS subscriptions showing a blank "not yet fetched" state indefinitely; fetching and failure states now display correctly