chore(release): prepare v0.19.2

This commit is contained in:
晴天
2026-08-05 12:35:52 +08:00
parent cc3bf3b38b
commit 1ef5b45b5b
26 changed files with 707 additions and 83 deletions

View File

@@ -28,6 +28,10 @@ test('Linux Web 构建后必须重启已有服务并输出实际版本', () => {
assert.match(script, /ClawPanel 版本:.*PANEL_VERSION/)
})
test('Linux Web 部署允许通过环境变量切换到未占用端口', () => {
assert.match(script, /PANEL_PORT="\$\{CLAWPANEL_PORT:-\$\{PANEL_PORT:-1420\}\}"/)
})
test('Linux Web 升级文档必须区分 system 与 user 服务并提供可诊断命令', () => {
for (const [name, content] of [
['README.md', readme],