Skip to content

Releases: ueno/libskk

libskk 1.0.5

16 Sep 06:19
1.0.5
Compare
Choose a tag to compare
  • build: Use libxkbcommon to resolve keysyms [#54]

libskk 1.0.4

26 Jun 04:57
1.0.4
Compare
Choose a tag to compare
  • 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-latin and abort-to-latin-unhandled command [#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

10 Nov 13:46
1.0.3
Compare
Choose a tag to compare
  • 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

09 Sep 02:36
1.0.2
Compare
Choose a tag to compare

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).