Skip to content

Commit

Permalink
Test 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw committed May 19, 2024
1 parent 64a7766 commit 11bbdb8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
12 changes: 6 additions & 6 deletions blog/source/testing/squirrel/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<description>鼠鬚管測試版 Appcast 更新頻道</description>
<language>zh</language>
<item>
<title>鼠鬚管 0.18</title>
<title>鼠鬚管 1.0.0</title>
<sparkle:releaseNotesLink>https://rime.github.io/testing/squirrel/</sparkle:releaseNotesLink>
<sparkle:minimumSystemVersion>13.0.0</sparkle:minimumSystemVersion>
<pubDate>Mon, 06 May 2024 07:20:31 +0800</pubDate>
<enclosure url="https://github.com/rime/squirrel/releases/download/0.18/Squirrel-0.18.zip"
sparkle:version="0.18"
sparkle:dsaSignature="MC0CFQCKkQRdAIXdDwjeQ+KNpifhmaFD0AIUYuKgwKf2zHC/kDuNXMytAjbXP2o="
length="10205884"
<pubDate>Sun, 19 May 2024 19:00:10 -0400</pubDate>
<enclosure url="https://github.com/LEOYoon-Tsaw/squirrel/releases/download/1.0.0/Squirrel-1.0.0.pkg"
sparkle:version="1.0.0"
sparkle:edSignature="RGmwBRxzkdB9MUlLgOWbI7NLnoR7lfweX/MhV6Jt1UEalrPGPDprWGpuALv06ipAQacJ+KQ114nPSDaPa8+GCg=="
length="10423467"
type="application/octet-stream"/>
</item>
</channel>
Expand Down
23 changes: 21 additions & 2 deletions blog/source/testing/squirrel/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
title: 【鼠鬚管】更新日誌
comments: false
date: 2024-05-05 06:00:00
date: 2024-06-01 06:00:00
---
<a name="1.0.0"></a>
## 1.0.0 (2024-06-01)
#### 主要功能更新
* 用 Swift 重寫,代碼更易維護,更易讀,貢獻代碼的門檻更低。今天就來看看源代碼,嘗試動手吧!
#### 其它更新內容
* `style/candidate_format` 格式修改爲 `"[index]. [candidate] [comment]"`,原格式仍能使用,建議遷移至更靈活、直觀的新格式
* `style/horizontal` 將徹底移除,雖然本版程序仍支持,但會被新控件的默認值覆蓋,請使用 `candidate_list_layout`: `stacked`/`linear``text_orientation`: `horizontal`/`vertical`
* 在菜單欄新增日志檔案夾,方便快速進入
* 序號居中顯示,更像原生輸入法
* `native` 配色小幅修改,減小字號,更像原生輸入法

#### Major Update
* Migrated code to pure Swift, which is easier to maintain, read and contribute. 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

<a name="0.16.2"></a>
<a name="0.18"></a>
## 0.18 (2024-05-05)

#### 主要功能更新
Expand Down

0 comments on commit 11bbdb8

Please sign in to comment.