- Added a new cue: the
Password
cue - Added tests for the
Password
cue - Added documentation for the
Password
cue
- Fixed documentation mistakes for instantiating from
dict
s for several cues
- Fixed bug in
Form
cue that would use the fields' messages instead of their names when creating the response dict - Improved test coverage
- Improved coverage for
Confirm
cue - Added
canvas.py
module- Added test for
canvas.py
module
- Added test for
- Rewrote
Form
cue- Should behave much better now (no more flashing!)
- Can now use left and right arrow keys
- Can now use Backspace/Delete key
- Begun gradual switch to NumPy-styled docstrings
- Added a new cue: the
Checkbox
cue - Added test for
Checkbox
module - Created documentation for the Cues library
- Added ANSI code for the spacebar
- Reorganized cues so that they each reside in their own individual module
- Fixed issue where user could not access examples from command line due to an AttributeError
Initial release