Releases: magmax/python-inquirer
Releases · magmax/python-inquirer
Python 3.10
- Adds support to Python 3.10
- Fix test status on readme
- Improvements on documentation for Windows
- Other CI improvements
Windows support
Long lists again, Text questions move cursor and tweaks
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
2.6.2 Correct Dependencies
Documentation fix
2.6.1 Fixing Documentation deployment
Editor question, long lists and more!
So after some time, there are new goodies to this library!
Fix some use cases for previous fix
The fix for '{' and '}' characters introduced a bug detected by tests and corrected in this minor patch.
Fix '{' and '}' as input
Fix '{' and '}' characters as input. they were making inquirer to fail.
Thanks to @aaronfi-skilljar for his contribution!
New question type: path
New question type, "Path", which allows to select a path.