update at 2026-07-15 11:10:25

This commit is contained in:
douboer
2026-07-15 11:10:25 +08:00
parent aeade0f813
commit 0adb4b88c5
8 changed files with 402 additions and 523 deletions

View File

@@ -11,6 +11,27 @@
---
## [2.3.1] - 2026-07-15
### 改进
#### 原生 Vim 插件
- 将 macOS 原生 Vim 稳定方案更新为 Hammerspoon 优先:
- Normal / Esc 使用 `hs.keycodes.setLayout("ABC")`
- Insert 恢复中文时使用 `hs.keycodes.setMethod("Pinyin Simplified")`
- `im-select` 保留为 fallback。
- 修复 Apple 拼音可能出现“输入源显示中文但实际仍输入英文”的 layout/method 不一致问题。
- Insert 模式现在会记住同一 Vim 进程内上次使用的中文/英文状态。
- 记录跨 Vim 进程不持久记忆为已知限制。
- 清理原生 Vim 插件注释和命名,保留已验证稳定行为。
#### 文档
- 重写 README明确区分原生 Vim 插件和 Obsidian 插件。
-`README-im-select.md` 的 fallback 说明合并到 README并删除独立文档。
- 明确 Obsidian 插件逻辑不变,仍使用 `fcitx-remote`
---
## [2.0.3] - 2025-11-09
### 修复