=== Highlights - New helper functions and classes. - Minor logic updates.
=== Changed - Added `StdinSetup` and `StdinAuto` helper classes along with `stdin_setup` and `stdin_auto` globals. - Added `main()` method to `Menu` to handle standard main logic. - Added `clear()` and `setinput()` functions. - The `blk` parameter for all `ask` functions will now automatically be set false if `vld` is supplied. - Scripts can now automatically use `sys.argv` as input using either `Menu.main()` or `StdinAuto`.
0.8.2
=== Highlights - Python3 related bug fix.
=== Fixed - Fixed Python3 `TypeError` exception thrown when `dft` keyword argument was set in an `ask` function; thanks to Andreas Urke for discovering.
0.8.1
=== Highlights - Added convenience function.
=== Changed - Added `wrap()`.
0.8.0
=== Highlights - Minor functionality update.
=== Changed - Changed `enum_menu()` to return menu instead of show menu.
0.7.0
=== Highlights - Added convenience function.
=== Changed - Added `ask_captcha()` function.
0.6.0
=== Highlights - Various convenience and consistency updates.
=== Changed - Added `hrule()` function. - Added `run()` method to `Menu`. - Can now pass functions into `vld` parameter of `ask` functions. - When using `status()` as function, must pass `func` args (`fargs`) as list and kwargs (`fkrgs`) as dictionary.