Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 17:51
· 7 commits to main since this release
feat: v1.5.0——自动更新系统:对照 GitHub Releases 检查新版本,可手动下载安装包或配置自动更新

- core/update.ts:版本比较(X.Y.Z,解析不了按更旧)、6h 磁盘缓存 + inflight 并发去重、
  失败降级不抛;pickAsset 按平台挑安装包;downloadUpdate 流式 .part→改名落盘 downloads/,
  在途拒并发、同文件幂等;openExternal 只放行 https/绝对路径;autoUpdateOnStartup 全静默
- REST /api/update/*(status/check/config/download/open);下载进度并入 /api/progress
- GUI:设置弹窗「软件更新」区(检查/下载进度条/开关)+ 侧栏更新横幅;启动按配置自动检查
- CLI:ssw update(--download TTY 进度条/--open/--auto-check|--auto-download on|off)
- TUI:项目视图 U 键进更新视图;doctor 健康检查纳入 update.json(四→五个)
- 顺带:github 安装合集子目录兜底(registerSkillsWithFallback:skills/ 等)+ git 进度
  解析语言无关化(中文系统进度条/错误摘要修复)