Skip to content

Commit 6398188

Browse files
committed
Update changelog
1 parent 8479731 commit 6398188

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="1.0.0"></a>
2+
## 1.0.0 (2024-06-01)
3+
4+
#### 主要功能更新
5+
* 純 Swift 重寫,代碼更易維護,更易讀,貢獻代碼的門檻更低。今天就來看看源代碼,嘗試動手吧!
6+
#### 其它更新內容
7+
* `style/candidate_format` 格式修改爲 `"[index]. [candidate] [comment]"`,原格式仍能使用,建議遷移至更靈活、直觀的新格式
8+
* `style/horizontal` 將徹底移除,雖然本版程序仍支持,但會被新控件的默認值覆蓋,請使用 `candidate_list_layout`: `stacked`/`linear``text_orientation`: `horizontal`/`vertical`
9+
* `style/label_hilited_color` 已移除,請使用 `hilited_candidate_label_color`
10+
* 在菜單欄新增日志檔案夾,方便快速進入
11+
* 序號居中顯示,更像原生輸入法
12+
* `native` 配色小幅修改,減小字號,更像原生輸入法
13+
* 增加 `--help` 命令行選項
14+
* bug 修復
15+
* 偶發使用<kbd>⇧</kbd>輸入大寫時造成中英切換
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+
* `style/label_hilited_color` is removed, please use `hilited_candidate_label_color` instead
22+
* Added a menu item for logs folder for quick access
23+
* labels will vertically center if label font is smaller than candidate font, better matches macOS builtin IME
24+
* `native` color scheme is updated with smaller font size, better matches macOS builtin IME
25+
* Added `--help` command line argument
26+
* Bug fixes:
27+
* Occasionally, press <kbd>⇧</kbd> to enter Cap case may switch ascii mode
28+
129
<a name="0.18"></a>
230
## 0.18 (2024-05-04)
331

0 commit comments

Comments
 (0)