chore: bump version to 0.10.0 + changelog

- package.json / Cargo.toml / tauri.conf.json → 0.10.0
- CHANGELOG.md: 新增 v0.10.0 变更记录(7 新功能 + 10 修复 + 3 改进)
- docs/index.html: 官网下载链接更新到 0.10.0
- docs/update/latest.json: 热更新清单更新(hash 待 CI 填入)
- openclaw-version-policy.json: 新增 0.10.0 版本策略条目
This commit is contained in:
晴天
2026-03-26 06:18:20 +08:00
parent 4108a2f25b
commit c7cc6fd9a4
7 changed files with 56 additions and 17 deletions

View File

@@ -1,9 +1,9 @@
{
"version": "0.9.9",
"version": "0.10.0",
"minAppVersion": "0.9.0",
"hash": "sha256:de6f15a48b61e38ac874b5e796d136c3479f2eb791f1a649b62d0e7ee859a524",
"url": "https://github.com/qingchencloud/clawpanel/releases/download/v0.9.9/web-0.9.9.zip",
"size": 2098431,
"changelog": "",
"releasedAt": "2026-03-24T14:48:46Z"
"hash": "",
"url": "https://github.com/qingchencloud/clawpanel/releases/download/v0.10.0/web-0.10.0.zip",
"size": 0,
"changelog": "修复 6 个 issue + 插件版本智能适配 + 开机自启 + 一键修复 + 微信 QR 渲染",
"releasedAt": "2026-03-26T00:00:00Z"
}