Skip to content

v0.12.2

Compare
Choose a tag to compare
@meowgorithm meowgorithm released this 02 Nov 15:07
· 535 commits to master since this release

This release adds support for multi-character input, most notably Chinese and Japanese IME. Adding this support required some API changes:

  • Key.Rune is now Key.Runes
  • Type KeyRune is now KeyRunes
  • Key.IsRune() was removed. To determine if input is a string (or []rune) use Key.Type == KeyRunes