chore(wanxiang): release 14.1.3

This commit is contained in:
github-actions[bot]
2026-01-06 16:46:54 +00:00
committed by amzxyz
parent 9ffd6c4148
commit b18e38b539
4 changed files with 11 additions and 3 deletions

View File

@@ -1 +1 @@
{".":"14.1.2"}
{".":"14.1.3"}

View File

@@ -1,5 +1,13 @@
# Changelog
## [14.1.3](https://github.com/amzxyz/rime_wanxiang/compare/v14.1.2...v14.1.3) (2026-01-06)
### 🐛 Bug 修复
* 优化在空候选的时候中文候选的派生逻辑,如果上一个字是汉字,且三码为空码的时候自动派生上一个字加~注释如ckl可以派生 操~ 而ctrl+g开启大字集就会恢复原本的输出 䎭,这在视觉上弥补了空码带来的顿挫感,以及派生出英文的不合理性 ([0a514b2](https://github.com/amzxyz/rime_wanxiang/commit/0a514b214961d276bf8300806adfd5dd237f461d))
* 调整路径获取 ([325817c](https://github.com/amzxyz/rime_wanxiang/commit/325817cfc910b3033d6fdfff734fb3d48cb9552b))
## [14.1.2](https://github.com/amzxyz/rime_wanxiang/compare/v14.1.1...v14.1.2) (2026-01-06)

View File

@@ -5,7 +5,7 @@ local wanxiang = {}
-- x-release-please-start-version
wanxiang.version = "v14.1.2"
wanxiang.version = "v14.1.3"
-- x-release-please-end

View File

@@ -1 +1 @@
14.1.2
14.1.3