[0.4.8] - 2026-09-20
🚀 新功能
- 浏览器扩展现在能自动识别并聚合网页中嗅探到的 DASH 分片视频/音频资源,按网页标题生成可读的视频候选文件名,并过滤掉无关的分片、接口等资源;批量下载会保留标签页的 Cookies、请求头、Referer 与文件大小信息
- 同一分辨率下不同编码、码率的视频轨道会合并为一档,普通帧率与 60 帧画质分开显示;无法识别分辨率时按码率显示标签;清晰度信息展示在文件名下方,不会混入实际下载的文件名,Popup、页面资源面板与悬浮选档窗口的展示保持一致
- 新增嗅探资源、播放清单与聚合关系的调试日志导出功能,日志会自动脱敏其中的签名/token 等敏感片段
🐛 问题修复
- 修复批量下载多轨 DASH 视频时可能丢失音轨、导致下载出的视频没有声音的问题
- 批量下载出现部分失败时,提示改为汇总显示"成功/总数",不再让人误以为整体失败
- 页面地址仅锚点(#)发生变化时(如站内切换集数)不再清空已识别到的媒体资源列表
- 修复聚合视频候选文件名中出现多余序号后缀、以及若干 DASH 候选识别与下载不稳定的问题
- 修复部分网站返回的下载文件名因编码二次转换导致的中文/繁体中文乱码问题
- 拦截下载设置中为 blob:/data: 类型资源新增提示图标,说明网页本地生成的此类文件无法由 FluxDown 接管下载;提示文案支持自动换行并跟随主题强调色,避免在窄面板中溢出
- 修复网页全选复制内容时,扩展悬浮资源提示文字被一并复制进去的问题
[0.4.8] - 2026-09-20
🚀 Features
- The browser extension now automatically detects and aggregates sniffed DASH video/audio media on a page, generating readable video candidate filenames based on the page title and filtering out unrelated fragment/API requests; batch downloads preserve the tab's cookies, request headers, referer, and file size
- Video tracks sharing the same resolution but different codecs or bitrates are now merged into a single candidate, with normal and 60fps quality shown separately; when resolution can't be determined, a bitrate label is shown instead. Quality is displayed below the filename rather than being embedded in the actual downloaded filename, and this is consistent across the popup, in-page resource panel, and floating selector
- Added debug log export for sniffed resources, manifests, and aggregation relationships, with signatures/tokens automatically redacted from the exported log
🐛 Bug Fixes
- Fixed batch downloads of multi-track DASH videos sometimes losing the audio track, producing silent video files
- When a batch download partially fails, the notice now shows a summarized "succeeded/total" count instead of appearing as a full failure
- The detected media resource list is no longer cleared when only the page's hash (#) changes, such as switching episodes on the same page
- Fixed a stray sequence-number suffix appearing in aggregated video candidate filenames, along with several DASH candidate detection and download stability issues
- Fixed garbled (including Traditional) Chinese filenames caused by double-encoding of the downloaded filename on some sites
- Added a hint icon in interception settings clarifying that locally generated blob:/data: resources can't be taken over by FluxDown for download; the tooltip text now wraps and follows the theme accent color instead of overflowing narrow panels
- Fixed the extension's floating resource hint text being included when selecting and copying all content on a page