From af4d2192d273ce697e029099e83995590def0e49 Mon Sep 17 00:00:00 2001 From: LEO Yoon-Tsaw Date: Fri, 7 Jun 2024 11:46:47 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20squirrel=201.0.2=20?= =?UTF-8?q?=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/source/_data/downloads.yaml | 4 +-- blog/source/download/index.md | 2 +- blog/source/release/squirrel/appcast.xml | 12 ++++----- blog/source/release/squirrel/index.md | 34 ++++++++++++++++++++---- blog/source/testing/squirrel/appcast.xml | 12 ++++----- blog/source/testing/squirrel/index.md | 34 ++++++++++++++++++++---- 6 files changed, 73 insertions(+), 25 deletions(-) diff --git a/blog/source/_data/downloads.yaml b/blog/source/_data/downloads.yaml index 2674aaa39..c784b47ca 100644 --- a/blog/source/_data/downloads.yaml +++ b/blog/source/_data/downloads.yaml @@ -17,9 +17,9 @@ librime: squirrel: name: 鼠鬚管 - version: '1.0.1' + version: '1.0.2' repo: https://github.com/rime/squirrel - url: https://github.com/rime/squirrel/releases/download/1.0.1/Squirrel-1.0.1.pkg + url: https://github.com/rime/squirrel/releases/download/1.0.2/Squirrel-1.0.2.pkg weasel: name: 小狼毫 diff --git a/blog/source/download/index.md b/blog/source/download/index.md index 0d48549cc..bc7788485 100644 --- a/blog/source/download/index.md +++ b/blog/source/download/index.md @@ -25,7 +25,7 @@ RIME/中州韻輸入法引擎,是一個跨平臺的輸入法算法框架。 ## 鼠鬚管 Squirrel - * [鼠鬚管 1.0.1](https://github.com/rime/squirrel/releases/latest)〔[下載](https://github.com/rime/squirrel/releases/download/1.0.1/Squirrel-1.0.1.pkg)〕〔[更新日誌](/release/squirrel/)〕〔[歷史版本](https://github.com/rime/squirrel/releases)〕 + * [鼠鬚管 1.0.2](https://github.com/rime/squirrel/releases/latest)〔[下載](https://github.com/rime/squirrel/releases/download/1.0.2/Squirrel-1.0.2.pkg)〕〔[更新日誌](/release/squirrel/)〕〔[歷史版本](https://github.com/rime/squirrel/releases)〕 適用於 macOS 13.0+ * [鼠鬚管 0.16.2](https://github.com/rime/squirrel/releases/0.16.2)〔[下載](https://github.com/rime/squirrel/releases/download/0.16.2/Squirrel-0.16.2.zip)〕 diff --git a/blog/source/release/squirrel/appcast.xml b/blog/source/release/squirrel/appcast.xml index 7ca8f8b17..0674a6262 100644 --- a/blog/source/release/squirrel/appcast.xml +++ b/blog/source/release/squirrel/appcast.xml @@ -6,14 +6,14 @@ 鼠鬚管 Appcast 更新頻道 zh - 鼠鬚管 1.0.1 + 鼠鬚管 1.0.2 https://rime.github.io/release/squirrel/ 13.0.0 - Fri, 31 May 2024 13:57:38 -0400 - Fri, 07 Jun 2024 11:37:29 -0400 + diff --git a/blog/source/release/squirrel/index.md b/blog/source/release/squirrel/index.md index 9ba5971f4..345d0385e 100644 --- a/blog/source/release/squirrel/index.md +++ b/blog/source/release/squirrel/index.md @@ -1,7 +1,33 @@ title: 【鼠鬚管】更新日誌 comments: false -date: 2024-06-01 06:00:00 +date: 2024-06-07 11:41: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) @@ -22,7 +48,7 @@ date: 2024-06-01 06:00:00 **Full Changelog**: https://github.com/rime/squirrel/compare/1.0.0...1.0.1 -## 1.0.0 (2024-06-01) +## 1.0.0 (2024-05-30) #### 主要功能更新 * 純 Swift 重寫,代碼更易維護,更易讀,貢獻代碼的門檻更低。今天就來看看源代碼,嘗試動手吧! @@ -63,7 +89,7 @@ date: 2024-06-01 06:00:00 **Full Changelog**: https://github.com/rime/squirrel/compare/0.18...1.0.0 -## 0.18 (2024-05-05) +## 0.18 (2024-05-04) #### 主要功能更新 * 現可設定非高亮候選項背景色: @@ -148,8 +174,6 @@ date: 2024-06-01 06:00:00 **Full Changelog**: https://github.com/rime/squirrel/compare/0.16.2...0.18 - - ## 0.16.2 (2023-02-05) diff --git a/blog/source/testing/squirrel/appcast.xml b/blog/source/testing/squirrel/appcast.xml index 1fe8dfa82..67b567f36 100644 --- a/blog/source/testing/squirrel/appcast.xml +++ b/blog/source/testing/squirrel/appcast.xml @@ -6,14 +6,14 @@ 鼠鬚管測試版 Appcast 更新頻道 zh - 鼠鬚管 1.0.1 + 鼠鬚管 1.0.2 https://rime.github.io/testing/squirrel/ 13.0.0 - Fri, 31 May 2024 13:57:38 -0400 - Fri, 07 Jun 2024 11:37:29 -0400 + diff --git a/blog/source/testing/squirrel/index.md b/blog/source/testing/squirrel/index.md index 9ba5971f4..345d0385e 100644 --- a/blog/source/testing/squirrel/index.md +++ b/blog/source/testing/squirrel/index.md @@ -1,7 +1,33 @@ title: 【鼠鬚管】更新日誌 comments: false -date: 2024-06-01 06:00:00 +date: 2024-06-07 11:41: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) @@ -22,7 +48,7 @@ date: 2024-06-01 06:00:00 **Full Changelog**: https://github.com/rime/squirrel/compare/1.0.0...1.0.1 -## 1.0.0 (2024-06-01) +## 1.0.0 (2024-05-30) #### 主要功能更新 * 純 Swift 重寫,代碼更易維護,更易讀,貢獻代碼的門檻更低。今天就來看看源代碼,嘗試動手吧! @@ -63,7 +89,7 @@ date: 2024-06-01 06:00:00 **Full Changelog**: https://github.com/rime/squirrel/compare/0.18...1.0.0 -## 0.18 (2024-05-05) +## 0.18 (2024-05-04) #### 主要功能更新 * 現可設定非高亮候選項背景色: @@ -148,8 +174,6 @@ date: 2024-06-01 06:00:00 **Full Changelog**: https://github.com/rime/squirrel/compare/0.16.2...0.18 - - ## 0.16.2 (2023-02-05)