{
  "channel": "stable",
  "platform": "darwin-arm64",
  "latest": "0.1.2",
  "min_supported": "0.1.2",
  "release_notes_md": "# VideoCutter 0.1.2\n\n> 发版日期:2026-05-02\n\n## 修复\n\n- **升级对话框「前往下载」卡死 GUI**:`webbrowser.open()` 在 macOS 上同步等\n  osascript 完成,主线程被阻塞表现为光标转动 + 对话框无法关闭。改用\n  `subprocess.Popen` + `start_new_session=True` 强制 fork-and-forget,\n  实测调用耗时从十几秒降到 ~4ms\n\n## 已知问题(从 0.1.1 沿袭)\n\n- ASR 模型首次加载需 5-10 分钟(下载 + 缓存到 `~/.cache/funasr/`),GUI 进度条目前没显示具体进度\n- VideoToolbox 硬解在 Qt 6 ffmpeg 后端偶尔黑帧,默认软解最稳;有问题去「设置 → 视频解码」\n- .pkg 未签名,首次双击会被 Gatekeeper 拦,右键打开一次即可(v1.1 上 Apple Developer Program 后修复)\n- 仅支持 macOS Apple Silicon;Windows 在 v1.x 排期中\n\n## 升级指南\n\n```bash\n# 一键升级(自动拉最新)\ncurl -fsSL https://videocutter.beargegeai.com/install.sh | bash\n\n# 或下载新 .pkg 双击 — 0.1.2 .pkg 是完整版(含 ASR)\nopen https://videocutter.beargegeai.com/releases/v0.1.2/videocutter-0.1.2-darwin-arm64.pkg\n```\n\n## 兼容性\n\n- macOS: 13+(Ventura 及以上)\n- Apple Silicon: 必需(Intel 未验证)\n- Python 主进程: 3.12 / 3.13 / 3.14\n- Python ASR 隔离: 必须 3.12\n- ffmpeg: 6.x / 7.x / 8.x",
  "release_notes_url": "https://videocutter.beargegeai.com/releases/v0.1.2/RELEASE_NOTES.md",
  "download": {
    "pkg": "https://videocutter.beargegeai.com/releases/v0.1.2/videocutter-0.1.2-darwin-arm64.pkg",
    "wheel": "https://videocutter.beargegeai.com/releases/v0.1.2/videocutter-0.1.2-py3-none-any.whl",
    "sha256": "6a841125be73781d052c5be69b2316aaa4ed5e9334bcedbcffbaead0623deddf",
    "wheel_sha256": "41fa6d1c4f521f0444494e86aeb55df62552c7dfd662eb2028feb985aeae3bc8"
  },
  "critical": false
}
