cskk: update to 4.0.0
Major version was upgraded as there are breaking changes in the
configuration file.
Added
* Conversion trigger keys can be changed by adding `composition_triggers`
array in rules file. Symbol keys (ex. exclam) other than A-Z keys can be
specified as conversion trigger keys.
Refer to docs/henkan-trigger-extension.md in details.
Changed
* Breaking Change for rule authors: If `[option] composition_triggers` is
omitted in rules file, any key does not trigger headword input state (▽
mode).
For using custom rules, `composition_triggers` needs to be added to
`[option]` section (at least specify 26 characters "A" ~ "Z").
[2 lines not shown]
crush: Update to 0.96.1
Changelog
Other stuff
56abdfa: themes: prefix diff theme keys with diff_ (@meowgorithm)
a88b573: themes: small adjustments to the key names in the theme API (@meowgorithm)