Skip to content

Releases: magmax/python-inquirer

Python 3.10

19 Nov 12:01
cd989c0
Compare
Choose a tag to compare
  • 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
2.7.0
068767d
Compare
Choose a tag to compare

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
2.6.3
Compare
Choose a tag to compare

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
2.6.2
Compare
Choose a tag to compare
2.6.2

Correct Dependencies

Documentation fix

24 May 02:54
2.6.1
Compare
Choose a tag to compare
2.6.1

Fixing Documentation deployment

Editor question, long lists and more!

24 May 02:49
2.6.0
6ae4b93
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

New question type, "Path", which allows to select a path.

New age

21 Aug 04:11
Compare
Choose a tag to compare

New age version, including:

  • fix deployment on windows
  • increase dependency versions