0.2.5-rc.4 - 2026-07-28
🚀 新功能
- 新增任务事件 Webhook 通知:可在设置中添加通知端点,内置 ntfy、Gotify、Bark、Server 酱、Telegram、Discord、Slack 预设,也支持自定义 HTTP(S) 端点并附带 HMAC 签名。可订阅任务创建、开始下载、下载完成、下载失败、手动暂停、队列清空等事件(默认订阅"完成"与"失败"),并能在设置页查看每条通知的投递记录。
⚡ 性能优化
- 优化多线程下载的自动扩容策略:长时间下载过程中如果网络状况变好,现在会在冷却后重新试探增加连接数,而不是一次扩容无效就永久停在低速,更容易把速度追回来。
- 下载进度改为批量事务写入,并在下载完成或退出时强制落盘,降低中途崩溃或断电导致断点续传进度丢失的风险。
0.2.5-rc.4 - 2026-07-28
🚀 Features
- Added webhook notifications for task events: add notification endpoints in Settings, with built-in presets for ntfy, Gotify, Bark, ServerChan, Telegram, Discord, and Slack, plus support for a custom HTTP(S) endpoint with HMAC signing. Subscribe to task created, download started, download completed, download failed, manually paused, and queue-cleared events ("completed" and "failed" are subscribed by default), and review delivery history for each notification in Settings.
⚡ Performance
- Improved the auto-scaling strategy for multi-threaded downloads: when network conditions improve during a long download, the engine now retries adding a connection after a cooldown instead of permanently giving up after one unsuccessful attempt, making it easier to recover full speed.
- Download progress is now written in batched transactions and force-flushed to disk on completion or exit, reducing the risk of losing resume progress after a mid-download crash or power loss.