cbind/CHANGELOG

17 lines
300 B
Plaintext
Raw Normal View History

0.1.4:
- Add UnifyEnterKeys option to interpret KPEnter as Enter (enabled by default)
0.1.3:
- Add Configuration.Set
- Return ErrInvalidKeyEvent when encoding or decoding fails
2020-05-15 16:21:27 +00:00
0.1.2:
- Add method to remove all handlers
2020-08-26 21:45:15 +00:00
- Upgrade tcell to v2
2020-05-15 16:21:27 +00:00
2020-02-07 01:37:48 +00:00
0.1.1:
- Add CtrlKey support
2020-01-22 00:01:30 +00:00
0.1.0:
- Initial release