Releases: TwiN/go-choice
Releases · TwiN/go-choice
v1.2.0
- chore: Update Go to 1.18
- refactor: Don't export Choice struct and optimize old code
v1.0.0
- Added text search feature
- Left arrow can now be used for quitting
- Removed support for navigation with
WASD
and HJKL
- Removed support for quitting with
Q
v0.1.5
- Added support for HOME, END, PGUP and PGDN keys
- Fixed a rendering issue
v0.1.4
- Added support for
CTRL+C
shortcut for quitting
- Added more tests
v0.1.3
- Return the index of the choice to prevent having to iterate over objects after selecting a choice
v0.1.2
- Colors are now converted to
tcell
colors only once
- Replaced
screen.Sync()
by screen.Show()
- Each lines are now redrawn one by one instead of calling
screen.Clear()
on every event
v0.1.1
- Migrated from
termbox-go
to tcell
- Added tests
- Updated to Go 1.13