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

Releases: AlecAivazis/survey

vv2.3.7

13 Jun 08:58
fa37277
Compare
Choose a tag to compare
Respect NO_COLOR, CLICOLOR, and CLICOLOR_FORCE environment (#475)

v2.3.6: Add a RemoveSelectAll and RemoveSelectNone config to multi-select (#439)

09 Sep 19:13
55474c3
Compare
Choose a tag to compare
* Add a RemoveSelectAll config to multi-select

* AddRemoveSelectNone config

* Remove boolean from Remove methods

v2.3.5

07 Jun 18:59
e47352f
Compare
Choose a tag to compare
Fix README formatting for select descriptions (#426)

v2.3.4

23 Mar 17:33
459523e
Compare
Choose a tag to compare

What's Changed

  • Fix Survey output on Windows by @mislav in #413
  • Add terminal.Cursor error handling on Windows by @mislav in #414

Full Changelog: v2.3.3...v2.3.4

v2.3.3

21 Mar 08:44
c07023a
Compare
Choose a tag to compare
Skip vi-dependent tests when there is no vi in PATH (#397)

v2.3.2: fix: smkx keypad-transmit mode (#367)

10 Sep 17:53
95aedde
Compare
Choose a tag to compare
* fix: smkx keypad-transmit mode.

* chore: remove unreachable code.

* review: split application and normal mode and add links to doc.

* review

* review: full rewrite

* feat: use KeyEscape constant

* doc: add method godoc

v2.3.1

23 Aug 17:24
2a06c1e
Compare
Choose a tag to compare
small fix for windows rendering (#370)

Cursor tracks select focus

23 Aug 05:55
b677d71
Compare
Choose a tag to compare
v2.3.0

Create README.md

v2.2.16

03 Aug 18:33
8a89877
Compare
Choose a tag to compare
Add WriteAnswer support for promoted fields (#366)

v2.2.15: Validators for the number of responses in multiselect (#362)

22 Jul 05:52
3fff19a
Compare
Choose a tag to compare
* :sparkles: validators for the number of responses in multiselect

* documentation for MaxItems and MinItems validators