Files
clawpanel/openclaw-version-policy.json
晴天 c7cc6fd9a4 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 版本策略条目
2026-03-26 06:18:20 +08:00

109 lines
2.0 KiB
JSON

{
"standalone": {
"baseUrl": "https://dl.qrj.ai/openclaw-standalone",
"enabled": true
},
"r2": {
"baseUrl": "https://dl.qrj.ai/openclaw-zh",
"enabled": true
},
"default": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"panels": {
"0.9.0": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"0.9.1": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"0.9.2": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"0.9.3": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"0.9.4": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"0.9.5": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"0.9.6": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"0.9.7": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"0.9.8": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"0.9.9": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"0.10.0": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
}
}
}