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 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
0 commit comments