Releases: nerai/NConsoleMenu
Releases · nerai/NConsoleMenu
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.8 Preview
The latest release has been quite a while ago, and this preview of 0.8, which is supposedly 'stable', brings with it a bunch of fixes and useful changes.
- Static IO class was replaced with a per-menu 'command queue'. This should be both more natural and more useful.
- The default items (
help
andquit
) are now added by default (opt-out) instead of being wired to a strange condition - More/better documentation
- A few fixes for rare bugs
- Various internal improvements
0.7.1
0.7.0
Passive mode
Support for input solely from external sources
Disabled items
Items can be disabled, meaning they are not listed and not executable, based on an arbitrary function
Various fixes and additions
- Thread safety in IO
help
not available if CMenu ctor'ed with selector present- events on starting and ending of menu runtime
- documentation
- improved examples
- Nested menus should run automatically
0.6.0
- Better error messages
- Allow collection initializers for easy menu building
- Improved IO class usage
- Readme split into multiple parts because it was getting too long, added a quickstart section
- Fixed handling of missing inner commands in help
- Improved handling of character casing in commands
- Improved readme
- Some refactoring
- etc.