v2.1.2
·
3 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Release v2.1.2
feat: macOS构建新增DMG安装包,使用create-dmg生成美化版安装界面
- 使用create-dmg替代hdiutil,支持自定义背景图、图标布局和拖拽安装
- Release同时发布DMG和ZIP两种格式
- 新增build/darwin/dmg-background.png作为DMG安装界面背景
- Taskfile新增create:dmg和create:dmg:universal本地构建任务
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Changes
-
feat: macOS构建新增DMG安装包,使用create-dmg生成美化版安装界面
- 使用create-dmg替代hdiutil,支持自定义背景图、图标布局和拖拽安装
- Release同时发布DMG和ZIP两种格式
- 新增build/darwin/dmg-background.png作为DMG安装界面背景
- Taskfile新增create:dmg和create:dmg:universal本地构建任务
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
-
feat: Repeater数据持久化到SQLite,MCP服务启动通知,修复克隆tab报错
- 新增 Repeater tabs/groups/history 的 SQLite 持久化(pkg/db/repeater.go)
- 新增 5 个 Wails 绑定方法用于前端加载/保存 Repeater 状态
- 前端 RepeaterView 启动时自动恢复数据,变更时防抖保存
- 前端 RepeaterTabPanel 自动加载/保存请求历史
- MCP Server 启动后发送事件通知前端,显示监听地址
- 重构 MCP StartHTTPServer 为同步端口绑定+异步 Serve
- 修复 cloneTab 因 computed 失效导致的 null 引用错误
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Full Changelog: v2.1.1...v2.1.2