Releases: nick-paul/TerminalMenus.jl
Releases · nick-paul/TerminalMenus.jl
v0.1.0
- 0.7+ support
- Long options are trimmed to the width of the terminal
- Allow single-option menus
- Improved escape character support
v0.0.4
- ^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
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
- 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
Initial TerminalMenus release. Supports RadioMenu
and MultiSelectMenu
.