From baad76cf4d46bcf07d39df30d03a8c7d7754214a Mon Sep 17 00:00:00 2001 From: LEO Yoon-Tsaw Date: Fri, 7 Jun 2024 10:51:47 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=201.0.2=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Squirrel.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c517d740..df9261713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ + +## 1.0.2 (2024-06-07) + +#### 其它更新內容 +* bug 修復 + * 未設定暗色主題時,配色不生效 + * 橫排時序號偏高 + * 帶 Alt 的快捷鍵不生效 + * App 特定設置 inline 不生效 + * `good_old_caps_lock` 關閉,且 Caps Lock 啓用時,Shift 無法輸入大寫字母 +* Edge 瀏覧器默認行內編輯 (修 #906) +* 日誌置於 $TMPDIR/rime.squirrel 內,以便查找 + +#### Other Updates +* Bug fixes: + * `color_scheme` doesn't apply in dark mode when `color_scheme_dark` is not set + * Label baseline too high in horizontal orientation + * Shortcut with Alt doesn't work + * inline option in app specific setting doesn't work + * when `good_old_caps_lock` turned to false, and Caps Lock is on, Shift cannot product upper case letter +* Edge defaults to inline mode (fix #906) +* Logs dir is now $TMPDIR/rime.squirrel for clarity + +**Full Changelog**: https://github.com/rime/squirrel/compare/1.0.1...1.0.2 + ## 1.0.1 (2024-06-01) diff --git a/Squirrel.xcodeproj/project.pbxproj b/Squirrel.xcodeproj/project.pbxproj index 38f8234c1..8f9f93f42 100644 --- a/Squirrel.xcodeproj/project.pbxproj +++ b/Squirrel.xcodeproj/project.pbxproj @@ -593,7 +593,7 @@ CODE_SIGN_ENTITLEMENTS = resources/Squirrel.entitlements; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.0.1; + CURRENT_PROJECT_VERSION = 1.0.2; DEAD_CODE_STRIPPING = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -648,7 +648,7 @@ CLANG_ENABLE_OBJC_ARC = YES; CODE_SIGN_ENTITLEMENTS = resources/Squirrel.entitlements; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1.0.1; + CURRENT_PROJECT_VERSION = 1.0.2; DEAD_CODE_STRIPPING = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)",