From 44c7c4608d078e90762a0463583b9560c9a775b9 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Sat, 13 Feb 2021 23:00:40 +0800 Subject: [PATCH] chore(release): 0.15.2 :tada: --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4730493f..9ab3ab1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ #### 主要更新 +* 切換到其他輸入法或鍵盤時提交未轉換的輸入 * 修復工單 [#513](https://github.com/rime/squirrel/issues/513) * 重製應用圖標,提升暗色背景下的可見度 #### Bug Fixes +* **SquirrelInputController:** commit raw input when switching to other IME, closes #146 ([b875d194](https://github.com/rime/squirrel/commit/b875d194d9799ccc74453292c670fcca892799fa)) * **SquirrelPanel:** use of uninitialized local variable linear, vertical ([e8b87a4f](https://github.com/rime/squirrel/commit/e8b87a4f97994001c6889ecc1d43fa38e7589e66)) #### Features