·
1 commit
to main
since this release
Immutable
release. Only release title and notes can be modified.
Release v2.1.3
fix: 修复从Proxy发送到Repeater时未创建新tab的问题
onMounted每次都从数据库加载并覆盖store,导致刚通过addRepeaterTabFromEventPayload
添加的新tab被旧数据覆盖。改为仅在store为空时(首次启动)才从数据库加载。
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Changes
-
fix: 修复从Proxy发送到Repeater时未创建新tab的问题
onMounted每次都从数据库加载并覆盖store,导致刚通过addRepeaterTabFromEventPayload
添加的新tab被旧数据覆盖。改为仅在store为空时(首次启动)才从数据库加载。Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
-
feat: DMG安装包添加损坏提示说明文件,Release Notes增加macOS安装说明
- DMG内新增"如果提示损坏请看这里.txt",用户可直接复制修复命令
- Release Notes自动附加macOS Gatekeeper解决方案
- 移除背景图上的文字,保持干净的视觉效果
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
macOS Installation
If macOS shows "chying is damaged and can't be opened", run the following command in Terminal:
sudo xattr -cr /Applications/chying.appFull Changelog: v2.1.2...v2.1.3