[0.2.5-rc.3] - 2026-07-27
⚠️ 注意事项
- 聚合节点下载的并发节点数上限不再由云端下发,完全由本地“最大节点数”设置决定;若此前依赖云端下发的较低上限,请检查本地设置以确认实际生效的节点数。
🚀 新功能
- 新增 RSS 订阅自动下载:可在 Web 控制台管理订阅、设置过滤与去重规则,服务端按周期自动抓取并入队下载;新建订阅后立即抓取一次,手动下载在结果写回前显示“准备中”,避免重复点击。
- RSS 解析支持从更多命名空间中提取发布时间(如 Mikan 的
<torrent><pubDate>),历史条目自动回填,条目列表支持按发布时间正序/倒序切换。 - Web 控制台侧边栏的状态、分类、队列、RSS、设备五个分区改为可单独开关,配置保存在服务端;隐藏分区对应的筛选会自动清除,可见分区始终保留一个激活项。
- Web 控制台新增全局提示(toast),任务列表支持拖拽调整列宽,并补全了分类数据源。
- 直连配对新增双向确认:发起方等待对端响应,接收方需在倒计时内手动确认配对码,超时自动拒绝;本机配对码会显示剩余有效期与过期提示,解除配对需二次确认;局域网设备发现支持重新搜索;新增“已取消”任务状态,支持从 Web 控制台发起远程任务取消。
🐛 问题修复
- 修复新建 RSS 订阅后条目流一直显示“尚未抓取”空白的问题,现在能正确区分抓取中、失败、无内容三种状态并给出对应文案。
- 修复系统代理探测将代理自身传输协议误判为目标协议、进而对纯 HTTP 代理(如 Clash 的混合端口)发起 TLS 握手导致失败的问题;连接测试失败时会给出可操作的错误提示。
[0.2.5-rc.3] - 2026-07-27
⚠️ Important Notes
- The cap on concurrent aggregated CDN nodes is no longer pushed from the cloud — it is now fully controlled by your local "max nodes" setting. If you were relying on a lower cloud-provided cap, check your local setting to confirm the number of nodes actually in effect.
🚀 Features
- Added RSS subscription auto-download: manage subscriptions, filters, and dedup rules from the Web console; the server polls on schedule and queues matches automatically. New subscriptions are fetched immediately, and manual downloads show a "preparing" state until the result is written back, preventing accidental repeat clicks.
- The RSS parser now extracts publish times from additional feed namespaces (e.g. Mikan's
<torrent><pubDate>), backfills existing items automatically, and the item list can be sorted by publish time ascending or descending. - The Web console sidebar's Status, Categories, Queue, RSS, and Devices sections can now each be toggled independently, with the setting saved server-side; hiding a section clears its filter automatically, and a visible section always keeps one active filter.
- The Web console gained global toast notifications, draggable column widths in the task list, and a completed categories data source.
- Direct-link pairing now requires confirmation on both sides: the initiator waits for the peer, and the peer must confirm the pairing code within a countdown or it is auto-rejected. The local pairing code shows remaining validity and an expiry warning, unpairing requires a second confirmation, LAN device discovery can be re-run, and a new "canceled" task state lets you cancel a remote task from the Web console.
🐛 Bug Fixes
- Fixed the RSS item feed showing a permanent "not yet fetched" blank state after creating a subscription — it now correctly distinguishes fetching, failed, and empty states with matching messages.
- Fixed system proxy detection mistaking the proxy's own transport for the destination protocol, which caused a TLS handshake to be attempted against plain-HTTP proxies (e.g. Clash's mixed port); a failed connectivity test now shows an actionable error message.
📦 直接下载运行(免 Docker)
| 平台 | 资产 |
|---|---|
| Windows x64 / ARM64 | FluxDown-Server-0.2.5-rc.3-windows-{x64,arm64}.zip
|
| macOS Intel / Apple Silicon | FluxDown-Server-0.2.5-rc.3-macos-{x64,arm64}.tar.gz
|
| Linux x64 / ARM64(musl 静态链接,任意发行版可用) | FluxDown-Server-0.2.5-rc.3-linux-{x64,arm64}.tar.gz
|
| OpenWrt 软路由(x86_64 / aarch64 各子架构) | fluxdown-server_0.2.5-rc.3_<arch>.ipk + luci-app-fluxdown_0.2.5-rc.3_all.ipk
|
| QNAP NAS(QTS x86_64 / ARM64) | FluxDown-Server-0.2.5-rc.3-qnap-{x64,arm64}.qpkg
|
| 群晖 NAS(DSM 7 / DSM 6,x86_64 / ARM64) | FluxDown-Server-0.2.5-rc.3-synology-{dsm7,dsm6}-{x64,arm64}.spk
|
解压后直接运行 fluxdown-server(Windows 为 fluxdown-server.exe),浏览器访问 http://127.0.0.1:17800。
首次启动会在终端打印管理 token,务必保存。文件校验见 SHA256SUMS.txt。
OpenWrt:opkg install fluxdown-server_*.ipk luci-app-fluxdown_*.ipk,LuCI「服务 → FluxDown」页管理,Web 界面在 http://路由器IP:17800。二进制含完整 Web UI(约 20MB+),需 overlay 空间充足的软路由设备。
QNAP:App Center → 手动安装 .qpkg(需在设置中允许安装未经验证的应用),装完点应用图标直达 Web 界面。
群晖:套件中心 → 手动安装 .spk(需在「设置 → 信任来源」允许任何发行者)。DSM 7.x 装 dsm7 包(以套件专属用户运行),DSM 6.x 装 dsm6 包;Intel/AMD 机型选 x64,ARM 机型(rtd1296/rtd1619b 等)选 arm64。装完在套件中心点「打开」直达 Web 界面(端口 17800)。
🐳 Docker(linux/amd64 · linux/arm64)
docker pull ghcr.io/zerx-lab/fluxdown-server:0.2.5-rc.3
docker run -d -p 17800:17800 -v fluxdown-data:/data \
ghcr.io/zerx-lab/fluxdown-server:0.2.5-rc.3Compose 部署见仓库 docker/docker-compose.yml。首次启动会在容器日志打印管理 token。