Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Releases: AlecAivazis/survey

v2.2.4: Error handling for inputs (#316)

30 Nov 19:57
0fa4cd6
Compare
Choose a tag to compare
SIGHUP is ignored and the program gets into a weird loop waiting for select to happen.
Steps to reproduce:
`go run examples/longmulti.go`
In a different terminat run `kill -s hup (pidof longmulti)` Or simply close the terminal while the program waits for input.
The program is not killed and gets in a weird state slowly killing your CPU

v2.2.3: Fix default input display (#314)

18 Nov 20:15
288b412
Compare
Choose a tag to compare
* fixed bug prevent default answer from being displayed in Input - fixes #310

* added comments

Fixed another display bug, this time with Inputs

06 Nov 17:38
Compare
Choose a tag to compare
v2.2.2

put answer back in input response - fixes #310

Fixed display bug in longlists

05 Nov 21:10
c1858c5
Compare
Choose a tag to compare
v2.2.1

reverted konsole support which broke runrender (#308)

Added Input suggestions and bug fixes/accessibility improvements

02 Nov 21:29
52436f4
Compare
Choose a tag to compare

This release contains improvements to our support for Konsole, improved accessibility, and a way to provide suggestions to the basic Input prompt.

Thanks to everyone who helped get this in!

v2.1.1: Write OptionAnswer value to non interface{} map (#293)

10 Aug 16:54
dbdb3e5
Compare
Choose a tag to compare
* write OptionAnswer to non interface map

* Fix stupid mistake

* add tests

Added select/deselect all to MultiSelect prompt

03 Aug 16:44
863da4d
Compare
Choose a tag to compare

Users can now press right and left arrows to select and deselect respectively.

Thanks to @chiaretto for this improvement!

Fixed rendering of prompts in when the terminal overflows.

08 Jul 05:20
0257161
Compare
Choose a tag to compare

v2.0.7

26 Feb 19:24
cc54810
Compare
Choose a tag to compare
update multiselect help text (#281)

v2.0.6: Keeping filter active after selecting - useful for MultiSelect (#278)

25 Feb 00:59
dd61e43
Compare
Choose a tag to compare
* Add FilterKeep setting (#277)

* Renamed FilterKeep to KeepFilter (#277)