Releases: magmax/python-inquirer
Releases · magmax/python-inquirer
v2.9.0
27 Dec 22:01
Compare
Sorry, something went wrong.
No results found
Changes
👷 Continuous Integration
Python 3.10
19 Nov 12:01
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
09 Jun 08:02
Compare
Sorry, something went wrong.
No results found
Features
Bugs
Class text was not executing functions for default values (#83 ) thanks to @jmrubio
Long lists again, Text questions move cursor and tweaks
24 May 19:52
Compare
Sorry, something went wrong.
No results found
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
24 May 15:29
Compare
Sorry, something went wrong.
No results found
2.6.2
Correct Dependencies
Documentation fix
24 May 02:54
Compare
Sorry, something went wrong.
No results found
2.6.1
Fixing Documentation deployment
Editor question, long lists and more!
24 May 02:49
Compare
Sorry, something went wrong.
No results found
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
16 Sep 13:42
Compare
Sorry, something went wrong.
No results found
The fix for '{' and '}' characters introduced a bug detected by tests and corrected in this minor patch.
Fix '{' and '}' as input
16 Sep 13:17
Compare
Sorry, something went wrong.
No results found
Fix '{' and '}' characters as input. they were making inquirer to fail.
Thanks to @aaronfi-skilljar for his contribution!
New question type: path
21 Aug 04:12
Compare
Sorry, something went wrong.
No results found
New question type, "Path", which allows to select a path.