diff --git a/blog/source/_data/downloads.yaml b/blog/source/_data/downloads.yaml index 376d6a35f..c30a5c175 100644 --- a/blog/source/_data/downloads.yaml +++ b/blog/source/_data/downloads.yaml @@ -1,5 +1,5 @@ footnote: | - 支持 Windows 8.1+, macOS 10.9+, Linux (IBus, Fcitx) + 支持 Windows 8.1+, macOS 13.0+, Linux (IBus, Fcitx) fcitx-rime: name: fcitx-rime @@ -17,9 +17,9 @@ librime: squirrel: name: 鼠鬚管 - version: '0.18' + version: '1.0.1' repo: https://github.com/rime/squirrel - url: https://github.com/rime/squirrel/releases/download/0.18/Squirrel-0.18.pkg + url: https://github.com/rime/squirrel/releases/download/1.0.1/Squirrel-1.0.1.pkg weasel: name: 小狼毫 diff --git a/blog/source/download/index.md b/blog/source/download/index.md index 9ce02ee8d..a72de74f4 100644 --- a/blog/source/download/index.md +++ b/blog/source/download/index.md @@ -1,7 +1,7 @@ title: 下載及安裝 comments: false icon: fa fa-download -date: 2023-02-02 00:00:00 +date: 2024-06-01 00:00:00 s: download --- @@ -25,7 +25,7 @@ RIME/中州韻輸入法引擎,是一個跨平臺的輸入法算法框架。 ## 鼠鬚管 Squirrel - * [鼠鬚管 0.18](https://github.com/rime/squirrel/releases/latest)〔[下載](https://github.com/rime/squirrel/releases/download/0.18/Squirrel-0.18.pkg)〕〔[更新日誌](/release/squirrel/)〕〔[歷史版本](https://github.com/rime/squirrel/releases)〕 + * [鼠鬚管 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)〕 適用於 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 ed040d49a..7ca8f8b17 100644 --- a/blog/source/release/squirrel/appcast.xml +++ b/blog/source/release/squirrel/appcast.xml @@ -6,14 +6,14 @@ 鼠鬚管 Appcast 更新頻道 zh - 鼠鬚管 0.18 + 鼠鬚管 1.0.1 https://rime.github.io/release/squirrel/ 13.0.0 - Mon, 06 May 2024 07:20:31 +0800 - Fri, 31 May 2024 13:57:38 -0400 + diff --git a/blog/source/release/squirrel/index.md b/blog/source/release/squirrel/index.md index 10dc27c1c..9ba5971f4 100644 --- a/blog/source/release/squirrel/index.md +++ b/blog/source/release/squirrel/index.md @@ -1,9 +1,68 @@ title: 【鼠鬚管】更新日誌 comments: false -date: 2024-05-05 06:00:00 +date: 2024-06-01 06:00:00 --- + +## 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 + + +## 1.0.0 (2024-06-01) + +#### 主要功能更新 +* 純 Swift 重寫,代碼更易維護,更易讀,貢獻代碼的門檻更低。今天就來看看源代碼,嘗試動手吧! + +#### 其它更新內容 +* UI 設置【**敬請留意**】 + * `style/candidate_format` 格式修改爲 `"[label]. [candidate] [comment]"`,原格式仍能使用,但建議遷移至更靈活、直觀的新格式 + * `style/horizontal` 將徹底移除,雖然本版程序仍支持,但會被新控件的默認值覆蓋 + 請使用 `candidate_list_layout`: `stacked`/`linear` 和 `text_orientation`: `horizontal`/`vertical` + * `style/label_hilited_color` 已移除,請使用 `style/hilited_candidate_label_color` + * `native` 配色小幅修改,減小字號,更像原生輸入法 +* UI + * 在菜單欄新增日志檔案夾,方便快速進入 + * 序號居中顯示,更像原生輸入法 +* 新增 `--help` 命令行命令,以便查詢支持的命令 +* bug 修復 + * 減少使用輸入大寫時造成中英切換的可能性 +* librime:使用 stdbool 後綴 API,以便與 Swift 更好橋接 + +#### Major Update +* Migrated code to pure Swift, which is easier to code, read and learn. Build your own Squirrel today! + +#### Other Updates +* UI settings (**Breaking Changes**) + * `style/candidate_format` now updated to `"[index]. [candidate] [comment]"`, while the old format still works, please consider migrating to this more readable and flexible format at your convenience + * `style/horizontal` will be dropped, it's still supported but will be overwrite by the default values of new options. + Please adopt `candidate_list_layout`: `stacked`/`linear` and `text_orientation`: `horizontal`/`vertical` + * `style/label_hilited_color` is removed, please use `style/hilited_candidate_label_color` instead + * `native` color scheme is updated with smaller font size, to better match macOS builtin IME +* UI + * Added a menu item for logs folder with easy access + * labels will vertically center if label font is smaller than candidate font, to better match macOS builtin IME +* Added `--help` command line argument +* Bug fixes: + * Reduce the chance that ascii mode may unintentionally switch when pressing to enter Cap case +* librime: Use stdbool flavored API, for better Swift interoperation + +**Full Changelog**: https://github.com/rime/squirrel/compare/0.18...1.0.0 + + ## 0.18 (2024-05-05) #### 主要功能更新 diff --git a/blog/source/testing/squirrel/appcast.xml b/blog/source/testing/squirrel/appcast.xml index 5454a00a6..1fe8dfa82 100644 --- a/blog/source/testing/squirrel/appcast.xml +++ b/blog/source/testing/squirrel/appcast.xml @@ -6,14 +6,14 @@ 鼠鬚管測試版 Appcast 更新頻道 zh - 鼠鬚管 1.0.0 + 鼠鬚管 1.0.1 https://rime.github.io/testing/squirrel/ 13.0.0 - Sun, 19 May 2024 19:00:10 -0400 - Fri, 31 May 2024 13:57:38 -0400 + diff --git a/blog/source/testing/squirrel/index.md b/blog/source/testing/squirrel/index.md index fcfa0f583..9ba5971f4 100644 --- a/blog/source/testing/squirrel/index.md +++ b/blog/source/testing/squirrel/index.md @@ -2,25 +2,65 @@ title: 【鼠鬚管】更新日誌 comments: false date: 2024-06-01 06:00:00 --- + +## 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 + ## 1.0.0 (2024-06-01) + #### 主要功能更新 -* 用 Swift 重寫,代碼更易維護,更易讀,貢獻代碼的門檻更低。今天就來看看源代碼,嘗試動手吧! +* 純 Swift 重寫,代碼更易維護,更易讀,貢獻代碼的門檻更低。今天就來看看源代碼,嘗試動手吧! + #### 其它更新內容 -* `style/candidate_format` 格式修改爲 `"[index]. [candidate] [comment]"`,原格式仍能使用,建議遷移至更靈活、直觀的新格式 -* `style/horizontal` 將徹底移除,雖然本版程序仍支持,但會被新控件的默認值覆蓋,請使用 `candidate_list_layout`: `stacked`/`linear` 和 `text_orientation`: `horizontal`/`vertical` -* 在菜單欄新增日志檔案夾,方便快速進入 -* 序號居中顯示,更像原生輸入法 -* `native` 配色小幅修改,減小字號,更像原生輸入法 +* UI 設置【**敬請留意**】 + * `style/candidate_format` 格式修改爲 `"[label]. [candidate] [comment]"`,原格式仍能使用,但建議遷移至更靈活、直觀的新格式 + * `style/horizontal` 將徹底移除,雖然本版程序仍支持,但會被新控件的默認值覆蓋 + 請使用 `candidate_list_layout`: `stacked`/`linear` 和 `text_orientation`: `horizontal`/`vertical` + * `style/label_hilited_color` 已移除,請使用 `style/hilited_candidate_label_color` + * `native` 配色小幅修改,減小字號,更像原生輸入法 +* UI + * 在菜單欄新增日志檔案夾,方便快速進入 + * 序號居中顯示,更像原生輸入法 +* 新增 `--help` 命令行命令,以便查詢支持的命令 +* bug 修復 + * 減少使用輸入大寫時造成中英切換的可能性 +* librime:使用 stdbool 後綴 API,以便與 Swift 更好橋接 #### Major Update -* Migrated code to pure Swift, which is easier to maintain, read and contribute. Build your own Squirrel today! +* Migrated code to pure Swift, which is easier to code, read and learn. Build your own Squirrel today! + #### Other Updates -* `style/candidate_format` now updated to `"[index]. [candidate] [comment]"`, while the old format still works, please migrate to this more readable and flexible format at your convenience -* `style/horizontal` will be dropped, it's still supported but will be overwrite by the default values of new options. Please adopt `candidate_list_layout`: `stacked`/`linear` and `text_orientation`: `horizontal`/`vertical` -* Added a menu item for logs folder for quick access -* labels will vertically center if label font is smaller than candidate font, better matches macOS builtin IME -* `native` color scheme is updated with smaller font size, better matches macOS builtin IME +* UI settings (**Breaking Changes**) + * `style/candidate_format` now updated to `"[index]. [candidate] [comment]"`, while the old format still works, please consider migrating to this more readable and flexible format at your convenience + * `style/horizontal` will be dropped, it's still supported but will be overwrite by the default values of new options. + Please adopt `candidate_list_layout`: `stacked`/`linear` and `text_orientation`: `horizontal`/`vertical` + * `style/label_hilited_color` is removed, please use `style/hilited_candidate_label_color` instead + * `native` color scheme is updated with smaller font size, to better match macOS builtin IME +* UI + * Added a menu item for logs folder with easy access + * labels will vertically center if label font is smaller than candidate font, to better match macOS builtin IME +* Added `--help` command line argument +* Bug fixes: + * Reduce the chance that ascii mode may unintentionally switch when pressing to enter Cap case +* librime: Use stdbool flavored API, for better Swift interoperation + +**Full Changelog**: https://github.com/rime/squirrel/compare/0.18...1.0.0 ## 0.18 (2024-05-05)