Skip to content

Commit

Permalink
chore(release): 0.16.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 5, 2023
1 parent d36863d commit d095735
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="0.16.2"></a>
## 0.16.2 (2023-02-05)

#### 須知

* 升級安裝後遇輸入法不可用,須手動重新添加 [#704](https://github.com/rime/squirrel/issues/704)

#### 主要更新

* 更新 Rime 核心算法庫至 [1.8.5](https://github.com/rime/librime/releases/tag/1.8.5)
* 修復:橫向候選欄 Tab 鍵應當用作移動插入點 [rime/librime#609](https://github.com/rime/librime/issues/609)
* 修復:macOS Mojave及以下版本單擊 Shift 等修飾鍵失效 [#715](https://github.com/rime/squirrel/issues/715)
* 修復:全新安裝只添加一個輸入法選項(簡體中文) [#714](https://github.com/rime/squirrel/issues/714)


#### Bug Fixes

* modifier change event in older macOS ([5c2b7e64](https://github.com/rime/squirrel/commit/5c2b7e64980b7e6b7eb3a8b392163ce89d244f37))
* install one input mode or keep previous ones ([3bc6c2c0](https://github.com/rime/squirrel/commit/3bc6c2c0edbb1adaa22e79da65c6f0116b164de7))



<a name="0.16.1"></a>
## 0.16.1 (2023-01-30)

Expand Down
4 changes: 2 additions & 2 deletions Squirrel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.16.1;
CURRENT_PROJECT_VERSION = 0.16.2;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand Down Expand Up @@ -671,7 +671,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.16.1;
CURRENT_PROJECT_VERSION = 0.16.2;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand Down

0 comments on commit d095735

Please sign in to comment.