[0.2.5-rc.5] - 2026-07-29
🚀 新功能
- 新增「自动」代理模式:任务默认直连启动,仅当确认当前连接明显偏慢、且候选代理经测速证明更快时才切换过去,无需手动来回切换代理。通过 CLI 查询任务状态(
status --json)时可看到新增的auto_route字段,标明该任务实际走的是直连还是代理,便于排查连接问题。
🐛 问题修复
- 修复大文件多线程分段下载(如浏览器扩展一键接管场景)完成后,本地文件的修改时间被错误地设成下载完成时间的问题;现在会正确保留服务器返回的原始 Last-Modified,与来源文件保持一致。
[0.2.5-rc.5] - 2026-07-29
🚀 Features
- Added an "Auto" proxy mode: tasks now start over a direct connection by default, and only switch to a proxy mid-download once it's confirmed the direct connection is clearly slow and the candidate proxy measurably outperforms it — no more manually toggling proxies back and forth. Checking task status from the CLI (
status --json) now shows a newauto_routefield indicating whether that task actually went direct or through a proxy, useful for troubleshooting connection issues.
🐛 Bug Fixes
- Fixed an issue where, after a large multi-segment download finished (e.g. one handed off from the browser extension's one-click takeover), the local file's modification time was incorrectly set to the download completion time; it now correctly preserves the original Last-Modified returned by the server, matching the source file.
📦 下载预编译二进制
| 平台 | 资产 |
|---|---|
| Windows x64 / ARM64 | FluxDown-CLI-0.2.5-rc.5-windows-{x64,arm64}.zip
|
| macOS Intel / Apple Silicon | FluxDown-CLI-0.2.5-rc.5-macos-{x64,arm64}.tar.gz
|
| Linux x64 / ARM64(musl 静态链接,任意发行版可用) | FluxDown-CLI-0.2.5-rc.5-linux-{x64,arm64}.tar.gz
|
解压后得到 fluxdown(Windows 为 fluxdown.exe),放入 PATH 即可使用。文件校验见 SHA256SUMS.txt。
🛠️ 从源码安装
cargo install --git https://github.com/zerx-lab/FluxDown fluxdown_cli🚀 快速开始
fluxdown ping # 探活(需 FluxDown App / server 运行中)
fluxdown add https://example.com/f.zip
fluxdown ls服务地址经 --url 或 FLUXDOWN_URL(默认 http://127.0.0.1:17800),
管理 token 经 --token 或 FLUXDOWN_TOKEN。