mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
39 lines
1.6 KiB
Markdown
39 lines
1.6 KiB
Markdown
# 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.
|
|
|
|
## Fixes
|
|
|
|
- Fixed the Windows desktop tab bar so overflow controls stay aligned on the far right instead of drifting into the title area.
|
|
- Fixed the session task bar so completed task lists can be dismissed with a close button after execution finishes.
|
|
- Fixed the task bar dismissal state so a new round of tasks appears normally after a previous completed list was hidden.
|
|
|
|
## Notes
|
|
|
|
- Windows builds still use the standard local installer flow.
|
|
- If Windows SmartScreen warns on first launch, click `More info` and then `Run anyway`. |