Skip to content

v0.1.58

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 11:39

[0.1.58] - 2026-07-10

🚀 新功能

  • (web) 新增版本更新检测与显示功能
  • 下载区平台选择面板与 Docker 多架构镜像
  • (engine) 自适应连接渐进扩展与域名连接策略持久化
  • (settings) 新增域名连接上限缓存清除功能
  • (engine) 新增开放式首段合并应对连接配额限制
  • (ui) 三端错误信息支持一键复制反馈
  • 实现详情面板布局切换功能
  • (extension) Popup UI 重构与任务面板实现
  • (extension) 批量下载改为单条 batch_download NMH 消息
  • (extension) Popup 资源列表新增内联预览
  • (mobile) 支持用系统应用打开已下载文件
  • (ui) 详情面板默认右侧并持久化位置切换
  • (server) Docker 默认语言环境变量与发布版本号注入 (#44)

🐛 问题修复

  • (engine) 修复 hint 偏小时下载到不完整文件 (#39)
  • (hub) 修复 Windows 打开文件夹时 cmd 窗口闪现
  • 修复 DetailPanel _isBottomLayout 未初始化导致崩溃的问题
  • (engine) Hint 任务保守启动,兼容拒绝 Range 的配额型端点
  • (extension) 资源嗅探不再把裸文件名捏造成同目录 URL
  • (app) 修复 Windows NMH 清单每次启动误判重注册
  • (app) 外部途径删除的任务不再显示为失败
  • (ci) 修复 NAS 打包脚本权限与 macOS 构建竞态
  • (deps) 升级 super_drag_and_drop 至 0.9.1 修复 windows-arm64 构建

🚜 重构

  • (website) 统一 API 响应缓存机制,改进 GitHub webhook 处理

⚡ 性能优化

  • (website) 主题市场图片同源代理与首屏 LCP 优化

⚙️ 杂项任务

  • 添加 commitlint 配置和环境变量模板

[0.1.58] - 2026-07-10

🚀 Features

  • (web) Add version update detection and display
  • Add download area platform selection panel and Docker multi-arch images
  • (engine) Adaptive connection progressive scaling and persistent per-domain connection strategy
  • (settings) Add cache clearing for per-domain connection limits
  • (engine) Add open-ended first-segment merging to handle connection quota limits
  • (ui) Add one-click copy for error messages across all three clients
  • Implement detail panel layout switching
  • (extension) Popup UI rewrite and task panel implementation
  • (extension) Switch batch downloads to a single batch_download NMH message
  • (extension) Add inline preview to popup resource list
  • (mobile) Support opening downloaded files with system apps
  • (ui) Default detail panel to the right side with persistent position toggle
  • (server) Inject Docker default locale env var and release version (#44)

🐛 Bug Fixes

  • (engine) Fix incomplete downloads when hint is too small (#39)
  • (hub) Fix flashing cmd window when opening folders on Windows
  • Fix crash caused by uninitialized DetailPanel _isBottomLayout
  • (engine) Start hint tasks conservatively for compatibility with quota-based endpoints that reject Range
  • (extension) Resource sniffing no longer fabricates same-directory URLs from bare filenames
  • (app) Fix false re-registration of Windows NMH manifest on every startup
  • (app) Externally deleted tasks no longer show as failed
  • (ci) Fix NAS packaging script permissions and macOS build race condition
  • (deps) Upgrade super_drag_and_drop to 0.9.1 to fix windows-arm64 build

🚜 Refactor

  • (website) Unify API response caching mechanism, improve GitHub webhook handling

⚡ Performance

  • (website) Same-origin proxy for theme marketplace images and first-screen LCP optimization

⚙️ Miscellaneous Tasks

  • Add commitlint configuration and environment variable template