From 41897bf79b70e833d3192696719949264c846705 Mon Sep 17 00:00:00 2001 From: bingohuang <770581715@qq.com> Date: Mon, 27 Apr 2026 13:32:54 +0800 Subject: [PATCH] fix: add and refine the release notes. --- .gitignore | 5 ++++- release-notes/v0.1.0.md | 37 ++++++++++++++++++++++++++++++++++ release-notes/v0.1.1.md | 17 ++++++++++++++++ release-notes/v0.1.2.md | 27 ++++++++++++++++++++++++- release-notes/v0.1.3.md | 44 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 128 insertions(+), 2 deletions(-) create mode 100644 release-notes/v0.1.0.md create mode 100644 release-notes/v0.1.1.md create mode 100644 release-notes/v0.1.3.md diff --git a/.gitignore b/.gitignore index 49746ce2..fadf0b09 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,7 @@ sidebar-snapshot.md # VitePress docs/.vitepress/dist docs/.vitepress/cache -runtime/__pycache__ \ No newline at end of file +runtime/__pycache__ + +# IDE +.idea \ No newline at end of file diff --git a/release-notes/v0.1.0.md b/release-notes/v0.1.0.md new file mode 100644 index 00000000..748c392b --- /dev/null +++ b/release-notes/v0.1.0.md @@ -0,0 +1,37 @@ +# Claude Code Haha v0.1.0 +Claude Code Haha 首个桌面正式版,基于 Tauri 2 + React 构建跨平台客户端,支持多会话、受控桌面、代码预览、权限管控与本地服务联动。 + +## 版本包含能力 +- 跨平台桌面主程序 + 多标签、多会话管理系统 +- Markdown / 代码块 / 代码差异视图优化渲染 +- Bash、Read、Edit、Write 等工具调用专属展示面板 +- 斜杠命令、`@` 文件检索、附件上传、图片预览 +- 权限申请弹窗、AI 反向问答交互体系 +- 多模型服务商配置与资源管理 +- Claude 官方账号接入,修复桌面端 OAuth 授权回调 +- 定时任务管理面板 +- IM 平台适配器(Telegram / 飞书) +- 团队智能体状态可视化 +- 桌面端受控能力配置与系统权限集成 +- 完整打通 Windows / macOS / Linux 打包发布流程 + +## 重点改进 +- 修复桌面端 Claude 官方登录授权与回调异常 +- 修复历史回复内容被异常隐藏的渲染 Bug +- 修复 Linux 打包构建稳定性问题 +- 优化无开发者证书、无更新证书环境下的打包策略 +- 统一三大平台安装包构建与产物输出规范 + +## 下载说明 +- macOS (Apple Silicon):`.dmg` +- macOS (Intel):`.dmg` +- Windows:`.exe` / `.msi` +- Linux:`.deb` + +## 首次安装说明 +**macOS** +安装包未经过开发者签名,系统会拦截运行。 +提示「已损坏」或「无法验证开发者」时,终端执行: +```bash +xattr -cr /Applications/Claude\ Code\ Haha.app +``` \ No newline at end of file diff --git a/release-notes/v0.1.1.md b/release-notes/v0.1.1.md new file mode 100644 index 00000000..3f68ac60 --- /dev/null +++ b/release-notes/v0.1.1.md @@ -0,0 +1,17 @@ +# Claude Code Haha v0.1.1 +专项修复 Windows 桌面端启动异常与窗口控件问题。 + +## 修复内容 +- 修复 Windows 自定义标题栏最小化/最大化/关闭按钮失效问题。 +- 修复未安装 Git 环境下,桌面端无法启动聊天的问题。 +- 优化 Windows 启动报错文案,精准展示失败原因,方便排查。 + +## 影响 +Windows 端无需强制预装 Git 即可正常启动使用;依赖终端环境的特殊工具会给出友好提示,不再直接崩溃。 + +## 安装说明 +**macOS** +首次打开如提示「已损坏」,执行: +```bash +xattr -cr /Applications/Claude\ Code\ Haha.app +``` \ No newline at end of file diff --git a/release-notes/v0.1.2.md b/release-notes/v0.1.2.md index 1eb2a7b1..2241d5bc 100644 --- a/release-notes/v0.1.2.md +++ b/release-notes/v0.1.2.md @@ -1,3 +1,28 @@ +# Claude Code Haha v0.1.2 +桌面端专项修复版本,主要优化 Windows 标签栏布局与会话任务栏交互体验。 + +## 修复内容 +- 修复 Windows 多标签场景下,右侧折叠溢出按钮位置错乱问题,固定居右展示。 +- 修复 Windows 自定义标题栏与拖拽区域布局冲突,贴近原生窗口交互逻辑。 +- 修复任务管理条完成后无法手动关闭的问题。 +- 新增任务栏关闭按钮,支持手动收起输入栏上方任务提示。 +- 优化任务栏状态管理,新建会话/新任务时自动重新展示。 + +## 说明 +- 本版本为稳定修复版,无新增大型功能模块。 +- Windows 首次运行遇系统安全拦截,选择「更多信息」即可正常启动。 + +## 推荐升级人群 +- Windows 多标签同时使用的桌面端用户 +- 高频使用会话任务/TODO 管理的用户 + +## 安装说明 +**macOS** +首次打开如提示「已损坏」,执行: +```bash +xattr -cr /Applications/Claude\ Code\ Haha.app +``` + # Claude Code Haha v0.1.2 This is a focused desktop bugfix release. @@ -11,4 +36,4 @@ This is a focused desktop bugfix release. ## Notes - Windows builds still use the standard local installer flow. -- If Windows SmartScreen warns on first launch, click `More info` and then `Run anyway`. +- If Windows SmartScreen warns on first launch, click `More info` and then `Run anyway`. \ No newline at end of file diff --git a/release-notes/v0.1.3.md b/release-notes/v0.1.3.md new file mode 100644 index 00000000..bcdca346 --- /dev/null +++ b/release-notes/v0.1.3.md @@ -0,0 +1,44 @@ +# Claude Code Haha v0.1.3 +本次版本聚焦桌面端体验修复与能力补强,解决高频反馈问题:Skills 识别、会话管理、Computer Use 授权、桌面端可用性等核心痛点。 + +## 重点更新 +### 1. 修复桌面端无法识别项目级自定义 Skills +对应问题:[#82](https://github.com/NanmiCoder/cc-haha/issues/82) + +此前桌面端仅能读取用户级 Skills,无法识别项目目录内 `.claude/skills`,导致项目级自定义技能不可见、无法使用。 +`v0.1.3` 修复项目级 Skills 扫描加载逻辑,统一桌面端与 CLI / WebUI 行为。 + +### 2. 修复删除会话后标签页不同步关闭 +对应问题:[#80](https://github.com/NanmiCoder/cc-haha/issues/80) + +删除左侧会话列表条目后,右侧标签页残留,引发界面状态错乱与误操作。 +新版本完善联动逻辑,删除会话同步关闭对应标签页,界面状态一致。 + +### 3. 新增桌面端主题切换,优化差异预览 +对应问题:[#73](https://github.com/NanmiCoder/cc-haha/issues/73) + +桌面端新增明暗主题切换,缓解长时间亮屏视觉疲劳; +优化代码对比、文件差异预览排版,适配开发场景阅读习惯。 + +### 4. 修复 Computer Use `request_access` 授权弹窗不弹出 +对应问题:[#70](https://github.com/NanmiCoder/cc-haha/issues/70) + +旧版本调用受控桌面能力时,授权弹窗无法唤起,导致权限为空、功能完全不可用。 +本次补全权限请求桥接流程,增加可视化授权弹窗,完善错误提示,大幅提升桌面端 Computer Use 可用性。 + +## 版本总结 +`v0.1.3` 为体验修复小版本,核心优化: +- 修复项目级 Skills 加载异常 +- 修复会话删除标签页不同步 +- 新增系统明暗主题切换 +- 优化代码差异预览展示 +- 修复桌面端受控能力授权失效 + +感谢用户反馈与 Issue 提交,持续推动版本优化。升级后若仍存在问题,欢迎继续反馈。 + +## 安装说明 +**macOS** +首次打开如提示「已损坏」,执行: +```bash +xattr -cr /Applications/Claude\ Code\ Haha.app +``` \ No newline at end of file