v0.1.1
新功能
- 下载进度结构化展示:下载队列除百分比外,还会显示实时速度、剩余时间和已下/总量(来自 yt-dlp JSON 进度)
改进
- 进度事件端到端可测,速度/ETA 为实时字段(刷新任务列表后不会从数据库还原)
- 兼容旧版 yt-dlp 文本进度输出
- 关于页版本改为读取
package.json,避免发版后界面版本号滞后
下载
请按系统选择安装包:
- macOS:
VideoFetch_0.1.1_aarch64.dmg - Windows:
VideoFetch_0.1.1_x64-setup.exe或.msi - Linux:
VideoFetch_0.1.1_amd64.AppImage或.deb
What's Changed
- feat: emit structured JSON download progress to the UI by @asthetik in #30
- chore: bump version to 0.1.1 by @asthetik in #31
- fix: sync About page version with package.json by @asthetik in #32
Full Changelog: v0.1.0...v0.1.1