Skip to content

Video Fetch v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 10:05
· 69 commits to main since this release
00458ee

Video Fetch v0.2.0

自 v0.1.3 以来的功能与体验里程碑:下载队列与历史大幅优化、主导航过渡动画、批量操作,以及依赖维护。

重点内容

  • 批量操作:主页「全部取消」、历史「清空」;确认后保留本地已下载文件
  • 解析体验:渐进式 resolve,粘贴链接后更快出现视频卡片
  • 下载队列:进行中任务始终置顶;「最近失败」分区(最多 3 条)+ 跳转历史;取消全部后仍可见最近完成
  • 界面打磨:列表去红、批量按钮改为小描边按钮;顶栏切换页面有轻量淡入淡出
  • 维护:升级 reqwest 0.13;Rust 直接依赖版本下限收紧

下载

  • macOS(Apple Silicon)Video-Fetch-v0.2.0-macOS.dmg(不提供 Intel)
  • Windows x64Video-Fetch-v0.2.0-Windows.msi / .exe
  • Windows arm64Video-Fetch-v0.2.0-Windows-arm64.msi / .exe
  • Linux x86_64Video-Fetch-v0.2.0-Linux-x86_64.AppImage / .deb
  • Linux arm64Video-Fetch-v0.2.0-Linux-arm64.AppImage / .deb

当前发布包未做 Apple / Windows 代码签名。macOS 若提示损坏,把 App 拖到「应用程序」后执行:

xattr -cr "/Applications/Video Fetch.app"

What's Changed

  • fix: skip keyring in debug DualStore by @asthetik in #43
  • feat: bulk cancel downloads and clear history records by @asthetik in #44
  • feat: progressive resolve for faster paste-to-card by @asthetik in #45
  • fix: clarify bulk confirm dialog dismiss label by @asthetik in #46
  • fix: polish queue/history UX with stable sort and recent failures by @asthetik in #47
  • feat: soft page transitions for top navigation by @asthetik in #48
  • chore: release v0.1.4 and refresh Rust dependencies by @asthetik in #49
  • chore: release v0.2.0 by @asthetik in #50

Full Changelog: v0.1.3...v0.2.0