chore: bump version to 0.9.9 + changelog

This commit is contained in:
晴天
2026-03-24 22:33:56 +08:00
parent 985d263dc6
commit 66fc932666
6 changed files with 45 additions and 11 deletions

View File

@@ -5,6 +5,32 @@
格式遵循 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/)
版本号遵循 [语义化版本](https://semver.org/lang/zh-CN/)。
## [0.9.9] - 2026-03-24
### 新功能 (Features)
- **完整 i18n 国际化** — 全部页面使用 t() 国际化,侧边栏语言切换器(可搜索上拉下拉框),支持 11 种语言
- **多语言 README** — 新增日本語、한국어、繁體中文、Tiếng Việt、Español、Português、Русский、Français、Deutsch 共 9 个 README 文件
- **模型配置 Ollama 原生支持** — API 类型新增 `ollama` 选项,自动跳过 /v1 追加,助手页面显示 Ollama 专属提示
### 修复 (Fixes)
- **Cron 投递参数格式** — delivery mode 从错误的 `push` 修正为 `announce`,移除无效的 `to` 字段 (fixes #141)
- **Cron 单渠道用户** — 允许单渠道用户选择投递渠道(之前 ≤1 个渠道会隐藏选择器)
- **Cron 编辑保留投递** — 任务编辑时正确保留 delivery 字段
- **Ollama 配置覆盖** — ClawPanel 不再将用户手动配置的 `api: "ollama"` 覆盖为 `openai-completions` (fixes #140)
- **版本检测错误** — Windows 下优先通过 CLI 路径判断安装来源,默认返回 `official` 而非 `chinese` (fixes #139)
- **版本号读取** — npm 全局目录按活跃 CLI 来源决定检查顺序,避免读到非活跃包的旧版本号
- **助手 API 类型一致性** — `normalizeApiType` 统一 `google-generative-ai` 键名,修复 `requiresApiKey` 判断
### 改进 (Improvements)
- **官网品牌更新** — 公益 AI 接口 → 晴辰云 AI 接口,新增合规声明
- **官网 SEO 优化** — meta 标签新增晴辰云、晴辰助手、Discord、多语言等关键词
- **官网 Footer** — 新增 11 语言 README 链接行
- **元宝派链接更新** — 全站更新为新链接
- **移除独立安装包推广** — 下载区移除过时的 OpenClaw 独立安装包推广块
## [0.9.8] - 2026-03-23
### 新功能 (Features)

View File

@@ -34,7 +34,7 @@
"description": "OpenClaw AI Agent 可视化管理面板,基于 Tauri v2 的跨平台桌面应用。内置晴辰助手支持工具调用,晴辰云 AI 接口一键接入。支持仪表盘监控、多模型配置、消息渠道管理、内置 QQ 机器人、实时 AI 聊天、记忆管理、Agent 管理、网关配置、内网穿透等功能。支持 11 种语言。",
"url": "https://claw.qt.cool/",
"downloadUrl": "https://github.com/qingchencloud/clawpanel/releases/latest",
"softwareVersion": "0.9.8",
"softwareVersion": "0.9.9",
"author": {
"@type": "Organization",
"name": "晴辰云 QingchenCloud",
@@ -1133,7 +1133,7 @@
<div class="orb orb-2" style="top:auto;bottom:-100px"></div>
<div class="container-sm" style="position:relative;z-index:10">
<div class="section-header">
<div class="reveal download-version"><span class="pulse"></span> v0.9.8 最新版</div>
<div class="reveal download-version"><span class="pulse"></span> v0.9.9 最新版</div>
<h2 class="reveal section-title"><span class="gradient-text">下载安装</span></h2>
<p class="reveal section-desc">选择你的操作系统,一键下载安装</p>
</div>
@@ -1143,11 +1143,11 @@
<h3>macOS</h3>
<p class="dl-desc">支持 Apple Silicon 和 Intel 芯片</p>
<div class="dl-links">
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.8_aarch64.dmg" target="_blank" rel="noopener">
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.9_aarch64.dmg" target="_blank" rel="noopener">
Apple Silicon (M1/M2/M3/M4)
<span class="dl-format">.dmg</span>
</a>
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.8_x64.dmg" target="_blank" rel="noopener">
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.9_x64.dmg" target="_blank" rel="noopener">
Intel 芯片
<span class="dl-format">.dmg</span>
</a>
@@ -1165,11 +1165,11 @@
<h3>Windows</h3>
<p class="dl-desc">支持 Windows 10 及以上版本</p>
<div class="dl-links">
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.8_x64-setup.exe" target="_blank" rel="noopener">
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.9_x64-setup.exe" target="_blank" rel="noopener">
安装程序
<span class="dl-format">.exe</span>
</a>
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.8_x64_en-US.msi" target="_blank" rel="noopener">
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.9_x64_en-US.msi" target="_blank" rel="noopener">
MSI 安装包
<span class="dl-format">.msi</span>
</a>
@@ -1180,11 +1180,11 @@
<h3>Linux</h3>
<p class="dl-desc">支持主流 Linux 发行版</p>
<div class="dl-links">
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.8_amd64.AppImage" target="_blank" rel="noopener">
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.9_amd64.AppImage" target="_blank" rel="noopener">
通用版
<span class="dl-format">.AppImage</span>
</a>
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.8_amd64.deb" target="_blank" rel="noopener">
<a class="dl-link" href="https://claw.qt.cool/proxy/dl/github.com/qingchencloud/clawpanel/releases/latest/download/ClawPanel_0.9.9_amd64.deb" target="_blank" rel="noopener">
Debian / Ubuntu
<span class="dl-format">.deb</span>
</a>

View File

@@ -87,6 +87,14 @@
"chinese": {
"recommended": "2026.3.13-zh.1"
}
},
"0.9.9": {
"official": {
"recommended": "2026.3.13"
},
"chinese": {
"recommended": "2026.3.13-zh.1"
}
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "clawpanel",
"version": "0.9.8",
"version": "0.9.9",
"private": true,
"description": "ClawPanel - OpenClaw 可视化管理面板,基于 Tauri v2 的跨平台桌面应用",
"type": "module",

View File

@@ -1,6 +1,6 @@
[package]
name = "clawpanel"
version = "0.9.8"
version = "0.9.9"
edition = "2021"
description = "ClawPanel - OpenClaw 可视化管理面板"
authors = ["qingchencloud"]

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
"productName": "ClawPanel",
"version": "0.9.8",
"version": "0.9.9",
"identifier": "ai.openclaw.clawpanel",
"build": {
"frontendDist": "../dist",