Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11bbdb8

Browse files
committed
Test 1.0.0 release
1 parent 64a7766 commit 11bbdb8

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

blog/source/testing/squirrel/appcast.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<description>鼠鬚管測試版 Appcast 更新頻道</description>
77
<language>zh</language>
88
<item>
9-
<title>鼠鬚管 0.18</title>
9+
<title>鼠鬚管 1.0.0</title>
1010
<sparkle:releaseNotesLink>https://rime.github.io/testing/squirrel/</sparkle:releaseNotesLink>
1111
<sparkle:minimumSystemVersion>13.0.0</sparkle:minimumSystemVersion>
12-
<pubDate>Mon, 06 May 2024 07:20:31 +0800</pubDate>
13-
<enclosure url="https://github.com/rime/squirrel/releases/download/0.18/Squirrel-0.18.zip"
14-
sparkle:version="0.18"
15-
sparkle:dsaSignature="MC0CFQCKkQRdAIXdDwjeQ+KNpifhmaFD0AIUYuKgwKf2zHC/kDuNXMytAjbXP2o="
16-
length="10205884"
12+
<pubDate>Sun, 19 May 2024 19:00:10 -0400</pubDate>
13+
<enclosure url="https://github.com/LEOYoon-Tsaw/squirrel/releases/download/1.0.0/Squirrel-1.0.0.pkg"
14+
sparkle:version="1.0.0"
15+
sparkle:edSignature="RGmwBRxzkdB9MUlLgOWbI7NLnoR7lfweX/MhV6Jt1UEalrPGPDprWGpuALv06ipAQacJ+KQ114nPSDaPa8+GCg=="
16+
length="10423467"
1717
type="application/octet-stream"/>
1818
</item>
1919
</channel>

blog/source/testing/squirrel/index.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
title: 【鼠鬚管】更新日誌
22
comments: false
3-
date: 2024-05-05 06:00:00
3+
date: 2024-06-01 06:00:00
44
---
5+
<a name="1.0.0"></a>
6+
## 1.0.0 (2024-06-01)
7+
#### 主要功能更新
8+
* 用 Swift 重寫,代碼更易維護,更易讀,貢獻代碼的門檻更低。今天就來看看源代碼,嘗試動手吧!
9+
#### 其它更新內容
10+
* `style/candidate_format` 格式修改爲 `"[index]. [candidate] [comment]"`,原格式仍能使用,建議遷移至更靈活、直觀的新格式
11+
* `style/horizontal` 將徹底移除,雖然本版程序仍支持,但會被新控件的默認值覆蓋,請使用 `candidate_list_layout`: `stacked`/`linear``text_orientation`: `horizontal`/`vertical`
12+
* 在菜單欄新增日志檔案夾,方便快速進入
13+
* 序號居中顯示,更像原生輸入法
14+
* `native` 配色小幅修改,減小字號,更像原生輸入法
15+
16+
#### Major Update
17+
* Migrated code to pure Swift, which is easier to maintain, read and contribute. Build your own Squirrel today!
18+
#### Other Updates
19+
* `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
20+
* `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`
21+
* Added a menu item for logs folder for quick access
22+
* labels will vertically center if label font is smaller than candidate font, better matches macOS builtin IME
23+
* `native` color scheme is updated with smaller font size, better matches macOS builtin IME
524

6-
<a name="0.16.2"></a>
25+
<a name="0.18"></a>
726
## 0.18 (2024-05-05)
827

928
#### 主要功能更新

0 commit comments

Comments
 (0)