This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Releases: AlecAivazis/survey
Releases · AlecAivazis/survey
v2.2.4: Error handling for inputs (#316)
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)
* fixed bug prevent default answer from being displayed in Input - fixes #310 * added comments
Fixed another display bug, this time with Inputs
v2.2.2 put answer back in input response - fixes #310
Fixed display bug in longlists
v2.2.1 reverted konsole support which broke runrender (#308)
Added Input suggestions and bug fixes/accessibility improvements
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)
* write OptionAnswer to non interface map * Fix stupid mistake * add tests
Added select/deselect all to MultiSelect prompt
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.
This release is thanks to @coryb and @Zalgo2462!
v2.0.7
update multiselect help text (#281)
v2.0.6: Keeping filter active after selecting - useful for MultiSelect (#278)
* Add FilterKeep setting (#277) * Renamed FilterKeep to KeepFilter (#277)