Skip to content

Commit

Permalink
chore(release): 1.0.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw committed May 31, 2024
1 parent a36194f commit e706910
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
<a name="1.0.1"></a>
## 1.0.1 (2024-06-01)

#### 其它更新內容
* bug 修復
* 不再注冊爲拉丁輸入法,修復 Caps Lock 切換輸入法時不能切換至西文的問題
* 修復配色中的 candidate_list_layout, text_orientation 不生效問題
* 修復字體名無法解析時,字號不生效問題
* 不再支持 `style/horizontal``style/vertical`

#### Other Updates
* Bug fixes:
* Remove Latn repertoire so that switching IME by Caps Lock can toggle Squirrel and Latin input
* Fix: candidate_list_layout, text_orientation do not take effect when put in color scheme
* Fix: font point is ignored when font face is invalid
* Drop support for `style/horizontal` and `style/vertical`

**Full Changelog**: https://github.com/rime/squirrel/compare/1.0.0...1.0.1

<a name="1.0.0"></a>
## 1.0.0 (2024-06-01)
## 1.0.0 (2024-05-30)

#### 主要功能更新
* 純 Swift 重寫,代碼更易維護,更易讀,貢獻代碼的門檻更低。今天就來看看源代碼,嘗試動手吧!
Expand Down
4 changes: 2 additions & 2 deletions Squirrel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
CODE_SIGN_ENTITLEMENTS = resources/Squirrel.entitlements;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.0.0;
CURRENT_PROJECT_VERSION = 1.0.1;
DEAD_CODE_STRIPPING = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -648,7 +648,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = resources/Squirrel.entitlements;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.0.0;
CURRENT_PROJECT_VERSION = 1.0.1;
DEAD_CODE_STRIPPING = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit e706910

Please sign in to comment.