Skip to content

v2.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Mar 13:56
· 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

macOS Installation

If macOS shows "chying is damaged and can't be opened", run the following command in Terminal:

sudo xattr -cr /Applications/chying.app

Full Changelog: v2.1.2...v2.1.3