[0.2.5-rc.4] - 2026-07-28
🚀 新功能
- 新增「通知」设置分类:可添加 Webhook 推送端点,将任务创建、开始下载、完成、失败、暂停、队列清空等事件实时推送到 ntfy、Gotify、Bark、Server 酱、Telegram、Discord、Slack 或任意自定义地址,支持占位符模板、HMAC 签名校验,并可在设置里直接测试发送、查看投递记录。原来的「下载完成通知」开关也一并挪到了这里。
⚡ 性能优化
- 长时间下载时分段数调节更平稳:达到瓶颈后先小幅试探再决定是否收紧上限,减少分段数反复跳变带来的抖动。
- 下载进度改为批量落库,任务完成时强制刷盘,降低异常退出后进度丢失或不一致的概率。
[0.2.5-rc.4] - 2026-07-28
🚀 Features
- Added a new Notifications settings section: add webhook endpoints to push task events (created, started, completed, failed, paused, queue drained) in real time to ntfy, Gotify, Bark, Server酱, Telegram, Discord, Slack, or any custom URL, with placeholder templates and HMAC signature verification. You can test-send and view delivery logs right from settings. The existing "notify on download complete" toggle now lives here too.
⚡ Performance
- Smoother segment-count tuning for long-running downloads: once throughput plateaus, the engine makes a small trial adjustment before committing to a change, cutting down on segment-count jitter.
- Download progress is now written in batches with a forced flush when a task completes, reducing the chance of lost or inconsistent progress after an unexpected exit.