Skip to content

Releases: nick-paul/TerminalMenus.jl

v0.1.0

11 Aug 21:03
d359049
Compare
Choose a tag to compare
  • 0.7+ support
  • Long options are trimmed to the width of the terminal
  • Allow single-option menus
  • Improved escape character support

v0.0.4

04 Nov 22:35
Compare
Choose a tag to compare
  • ^C throws InterruptException()
    • TerminalMenus.config(ctrl_c_interrupt=false) will use the old behavior
  • Exceptions thrown by enable/disable raw mode are properly caught and printed
  • Terminal output can be specified using an optional argument in request

v0.0.3

22 Sep 10:59
Compare
Choose a tag to compare

Minor release with bugfixes for testing, additional keybindings, and precompilation support.

  • Add precompilation support
  • Add additional tests, fix platform specific tests
  • Add a few additional keybindings

v0.0.2

05 Jul 18:55
Compare
Choose a tag to compare
  • Add menu customization
  • Add unicode and ascii UI sets
  • Add wrap around top and bottom of menu (optional)
  • Add better documentation and more comprehensive test cases

v0.0.1

20 Jun 22:14
Compare
Choose a tag to compare

Initial TerminalMenus release. Supports RadioMenu and MultiSelectMenu.