Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

36 lines (18 loc) · 1.36 KB

0.3.0 (2016-07-15)

Bug Fixes

  • Should not delete the ':' if there have other char(edd90f8)
  • Support _ char in composition mode(04b68b5)

Features

  • ':' + space would fast input ': ' for normal typing(2bbe4e6)

0.2.0 (2016-07-14)

Bug Fixes

  • Set composition string to empty after commit string(30d10e0)

Features

  • emojime implement quickly 🚀(3497b7a)
  • Support backspace to delete composition string(910f436)
  • Support candidate list, now can match the composition string to show candidate list. close #1(95543eb), closes #1
  • Support esc to exist composition mode(a2b4979)
  • Support move cursor(eaed042)
  • Upgrade to use nime 0.2.0 and refactor the architecture(762f6d1)