Releases: magmax/python-inquirer
Releases · magmax/python-inquirer
v2.9.0
Compare
Sorry, something went wrong.
No results found
Changes
👷 Continuous Integration
Python 3.10
Compare
Sorry, something went wrong.
No results found
Adds support to Python 3.10
Fix test status on readme
Improvements on documentation for Windows
Other CI improvements
Windows support
Compare
Sorry, something went wrong.
No results found
AuHau
released this
09 Jun 08:02
Features
Bugs
Class text was not executing functions for default values (#83 ) thanks to @jmrubio
Long lists again, Text questions move cursor and tweaks
Compare
Sorry, something went wrong.
No results found
AuHau
released this
24 May 19:52
Only fixes:
Long lists should now work correctly (hopefully)
It is possible to move cursor in Text-base questions
Some tweaks and fixes with Path questions
Fixing dependencies
Compare
Sorry, something went wrong.
No results found
AuHau
released this
24 May 15:29
2.6.2
Correct Dependencies
Documentation fix
Compare
Sorry, something went wrong.
No results found
AuHau
released this
24 May 02:54
2.6.1
Fixing Documentation deployment
Editor question, long lists and more!
Compare
Sorry, something went wrong.
No results found
AuHau
released this
24 May 02:49
So after some time, there are new goodies to this library!
Editor question - #66
Handling long Lists and Checkboxes - #49 #38
Custom validation messages with raising ValidationError(reason='') inside the validation function
Values inside Passpord questions are now hidden - #45
New CI setup for releases
New documentation placement and update
Fix some use cases for previous fix
Compare
Sorry, something went wrong.
No results found
magmax
released this
16 Sep 13:42
The fix for '{' and '}' characters introduced a bug detected by tests and corrected in this minor patch.
Fix '{' and '}' as input
Compare
Sorry, something went wrong.
No results found
magmax
released this
16 Sep 13:17
Fix '{' and '}' characters as input. they were making inquirer to fail.
Thanks to @aaronfi-skilljar for his contribution!
New question type: path
Compare
Sorry, something went wrong.
No results found
magmax
released this
21 Aug 04:12
New question type, "Path", which allows to select a path.