You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Migrated code to pure Swift, which is easier to code, read and learn. Build your own Squirrel today!
47
+
48
+
#### Other Updates
49
+
* UI settings (**Breaking Changes**)
50
+
*`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
51
+
*`style/horizontal` will be dropped, it's still supported but will be overwrite by the default values of new options.
52
+
Please adopt `candidate_list_layout`: `stacked`/`linear` and `text_orientation`: `horizontal`/`vertical`
53
+
*`style/label_hilited_color` is removed, please use `style/hilited_candidate_label_color` instead
54
+
*`native` color scheme is updated with smaller font size, to better match macOS builtin IME
55
+
* UI
56
+
* Added a menu item for logs folder with easy access
57
+
* labels will vertically center if label font is smaller than candidate font, to better match macOS builtin IME
58
+
* Added `--help` command line argument
59
+
* Bug fixes:
60
+
* Reduce the chance that ascii mode may unintentionally switch when pressing <kbd>⇧</kbd> to enter Cap case
61
+
* librime: Use stdbool flavored API, for better Swift interoperation
* Migrated code to pure Swift, which is easier to maintain, read and contribute. Build your own Squirrel today!
46
+
* Migrated code to pure Swift, which is easier to code, read and learn. Build your own Squirrel today!
47
+
18
48
#### 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
49
+
* UI settings (**Breaking Changes**)
50
+
*`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
51
+
*`style/horizontal` will be dropped, it's still supported but will be overwrite by the default values of new options.
52
+
Please adopt `candidate_list_layout`: `stacked`/`linear` and `text_orientation`: `horizontal`/`vertical`
53
+
*`style/label_hilited_color` is removed, please use `style/hilited_candidate_label_color` instead
54
+
*`native` color scheme is updated with smaller font size, to better match macOS builtin IME
55
+
* UI
56
+
* Added a menu item for logs folder with easy access
57
+
* labels will vertically center if label font is smaller than candidate font, to better match macOS builtin IME
58
+
* Added `--help` command line argument
59
+
* Bug fixes:
60
+
* Reduce the chance that ascii mode may unintentionally switch when pressing <kbd>⇧</kbd> to enter Cap case
61
+
* librime: Use stdbool flavored API, for better Swift interoperation
0 commit comments