Skip to content

Releases: magmax/python-inquirer

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 27 Dec 22:01
09d03e5

Changes

👷 Continuous Integration

Python 3.10

Choose a tag to compare

@staticdev staticdev released this 19 Nov 12:01
cd989c0
  • Adds support to Python 3.10
  • Fix test status on readme
  • Improvements on documentation for Windows
  • Other CI improvements

Windows support

Choose a tag to compare

@AuHau AuHau released this 09 Jun 08:02
2.7.0
068767d

Features

Bugs

  • Class text was not executing functions for default values (#83) thanks to @jmrubio

Long lists again, Text questions move cursor and tweaks

Choose a tag to compare

@AuHau AuHau released this 24 May 19:52
2.6.3

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

Choose a tag to compare

@AuHau AuHau released this 24 May 15:29
2.6.2
2.6.2

Correct Dependencies

Documentation fix

Choose a tag to compare

@AuHau AuHau released this 24 May 02:54
2.6.1
2.6.1

Fixing Documentation deployment

Editor question, long lists and more!

Choose a tag to compare

@AuHau AuHau released this 24 May 02:49
2.6.0
6ae4b93

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

Choose a tag to compare

@magmax 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

Choose a tag to compare

@magmax 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

Choose a tag to compare

@magmax magmax released this 21 Aug 04:12

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