Skip to content

Releases: TwiN/go-choice

v1.2.0

23 Jun 02:05
Compare
Choose a tag to compare
  • chore: Update Go to 1.18
  • refactor: Don't export Choice struct and optimize old code

v1.1.0

26 Dec 17:31
Compare
Choose a tag to compare

Search is now case insensitive #10 - Thanks to @ilkeraksu

v1.0.2

13 Oct 17:51
Compare
Choose a tag to compare

v1.0.1

24 Jul 00:54
Compare
Choose a tag to compare

Updated dependencies

v1.0.0

12 Mar 01:42
Compare
Choose a tag to compare
  • 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

19 Nov 15:48
Compare
Choose a tag to compare
  • Added support for HOME, END, PGUP and PGDN keys
  • Fixed a rendering issue

v0.1.4

11 Nov 14:20
Compare
Choose a tag to compare
  • Added support for CTRL+C shortcut for quitting
  • Added more tests

v0.1.3

14 Oct 16:00
Compare
Choose a tag to compare
  • Return the index of the choice to prevent having to iterate over objects after selecting a choice

v0.1.2

25 Sep 19:47
7bb6b1f
Compare
Choose a tag to compare
  • 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

20 Sep 03:37
58cf557
Compare
Choose a tag to compare
  • Migrated from termbox-go to tcell
  • Added tests
  • Updated to Go 1.13