Releases: ueno/libskk
Releases · ueno/libskk
Release list
libskk 1.1.1
What's Changed
- Unbreak ABI incompatibility with exposed Gee.ArrayList [#107]
Full Changelog: 1.1.0...1.1.1
libskk 1.1.0
What's Changed
- Make commit-unhandled ignore incomplete kana [#101]
- Update preedit on commit-unhandled command [#96]
- Avoid upper letter insertion when modifiers are active and no commands are assigned [#95]
- Return to abbrev mode on abort if abbrev preedit is not empty [#94]
- Make "-to-latin" part of abort-to-latin(-unhandled) effective only when "abort" part is no-op [#93]
- Make completion order customizable [#91]
- Fix invalid escape in JSON file [#90]
- Don't overwrite state.output when end_dict_edit [#79, #80]
- Fix okuri-ari entry dictionary edit [#77, #78]
- Fix keymaps for AZIK and ACT [#76, #86]
- Handle completion in abbrev mode [#75]
- Uniquify completion candidates [#73]
- Add callbacks API for clipboard access [#63, #69]
New Contributors
- @k0kubun made their first contribution in #67
- @jj1uzh made their first contribution in #73
- @ursm made their first contribution in #76
- @nan1sa made their first contribution in #86
- @takaeda made their first contribution in #91
- @buzztaiki made their first contribution in #78
Full Changelog: 1.0.5...1.1.0
libskk 1.0.5
- build: Use libxkbcommon to resolve keysyms [#54]
libskk 1.0.4
- Don't consume key release events [#52]
- Improve hankaku katakana conversion [#51]
- Use the same typing rule in dict-edit mode [#50]
- Add
abort-to-latinandabort-to-latin-unhandledcommand [#48] - Add more z-* shortcuts from DDSKK
- Fix memory leak caused by Vala array conversion
- Bump build requirements (glib >= 2.36, valadoc >= 0.40)
libskk 1.0.3
- Fix hiragana to katakana conversion in abbrev mode [#41]
- Make "commit-unhandled" actually commit in abbrev mode [#39]
- Avoid redundant dictionary lookup in non-numeric conversion cases [#36]
- Fix KZIK rules [#35, #37]
- Fix okuri-ari word registration [#33, #34]
- Add command for sticky-shift [#32]
- Don't crash when a rule has no default metadata [#31]
- Bind C-j to go back to hiragana in AZIK latin [#30]
- Build fixes [#42, #43]
libskk 1.0.2
Noteworthy changes in version 1.0.2 (2014-09-09)
- Migrate to libgee 0.8 from 0.6 (Issue#29).
- rules: new ACT09 rule contributed by Naoki Mizuno (Issue#28).
- Consume key event for "commit" command (Issue#26). Use
"commit-unhandled" for the previous behavior. - Comsume C-j in abbrev mode (Issue#24).