Skip to content

Releases: manifoldco/promptui

v0.9.0

30 Oct 11:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

28 Sep 13:41
Compare
Choose a tag to compare

Added

  • Support ctrl-h for backspace
  • Allow hiding entered data after submit
  • Allow masking input with an empty rune to hide input length

Fixed

  • Fix echo of cursor after input is finished
  • Better support for keycodes on Windows

v0.7.0

11 Jan 18:25
Compare
Choose a tag to compare

Added

  • Add support for configurable Stdin/Stdout on Prompt
  • Add support for setting initial cursor position
  • Switch to golangci-lint for linting

Removed

  • Removed support for Go 1.11

Fixed

  • Reduce tool-based deps, hopefully fixing any install issues

v0.6.0

29 Nov 23:24
Compare
Choose a tag to compare

Added

  • Support configurable stdin

Fixed

  • Correct the dep on go-i18n

v0.5.0

29 Nov 13:28
Compare
Choose a tag to compare

Added

  • Now building and testing on go 1.11, go 1.12, and go 1.13

Removed

  • Removed support for Go versions that don't include modules.

v0.3.0

22 May 14:03
3dd80c0
Compare
Choose a tag to compare

Added

  • Background colors codes and template helpers
  • AllowEdit for prompt to prevent deletion of the default value by any key
  • Added StartInSearchMode to allow starting the prompt in search mode

Fixed

  • <Enter> key press on Windows
  • juju/ansiterm dependency
  • chzyer/readline#136 new api with ReadCloser
  • Deleting UTF-8 characters sequence

v0.2.1

30 Nov 21:50
f6438f6
Compare
Choose a tag to compare

Fixed

  • SelectWithAdd panicking on .Run due to lack of keys setup

v0.2.0

30 Nov 21:49
3325f5f
Compare
Choose a tag to compare

Added

  • Select items can now be searched

v0.1.0

30 Nov 21:49
d47448a
Compare
Choose a tag to compare

Added

  • extract promptui from torus as a
    standalone lib.
  • promptui.Prompt provides a single input line to capture user information.
  • promptui.Select provides a list of options to choose from. Users can
    navigate through the list either one item at time or by pagination