We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11a158 commit d261e11Copy full SHA for d261e11
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+# v0.2.1
2
+
3
+## Fixes
4
5
+* Improved coverage for `Confirm` cue
6
+* Added `canvas.py` module
7
+ * Added test for `canvas.py` module
8
+* Rewrote `Form` cue
9
+ * Should behave much better now (no more flashing!)
10
+ * Can now use left and right arrow keys
11
+ * Can now use Backspace/Delete key
12
+* Begun gradual switch to NumPy-styled docstrings
13
14
# v0.2.0
15
16
## Features
cues/__version__.py
@@ -1,5 +1,5 @@
__title__ = 'cues'
-__version__ = '0.2.0'
+__version__ = '0.2.1'
__author__ = 'Giovanni Salinas'
__author_email__ = 'gbs3@protonmail.com'
__description__ = 'Elegant and sophisticated prompts to inquire and ask questions at the command line.'
0 commit comments