File: CHANGELOG

package info (click to toggle)
golang-code.rocketnine-tslocum-cbind 0.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0.1.5:
- Update docs

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

0.1.2:
- Add method to remove all handlers
- Upgrade tcell to v2

0.1.1:
- Add CtrlKey support

0.1.0:
- Initial release