Skip to content

Releases: SkwalExe/textual-wizard

v0.4.3

22 Jul 20:05
84af198
Compare
Choose a tag to compare

Fixed

  • Fixed error message not showing on invalid input.

What's Changed

  • Fix error message not showing when invalid input by @SkwalExe in #24

Full Changelog: v0.4.2...v0.4.3

v0.4.2

22 Jul 19:50
d2f961e
Compare
Choose a tag to compare

Fixed

  • Fixed error making app crash.

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

22 Jul 17:35
6512579
Compare
Choose a tag to compare

Fixed

  • Fixed bug where creating multiple wizards would break the app.

What's Changed

  • Fix bug where running multiple wizards would break the app by @SkwalExe in #22

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Jul 15:28
f2f4df8
Compare
Choose a tag to compare

Added

  • Added disable_tui option to use Inquirer instead of the Terminal User Interface.
  • Added is_value_accepted method on question types.
  • Added default_value parameter on text-based inputs.

Fixed

  • Fixed inconsistent behaviour with the allow_blank parameter.

What's Changed

  • Add disable-tui option by @SkwalExe in #20
  • New version + fixed allow_blank parameter + added default_value param… by @SkwalExe in #21

Full Changelog: v0.3.0...v0.4.0

v0.3.0

18 Jul 14:13
f46d750
Compare
Choose a tag to compare

Improved

  • Improved example application

Added

  • Added URL input field
  • Added Email input field

What's Changed

  • Add screenshots to documentation, and improve reference by @SkwalExe in #18
  • Add new input types, also update documentation by @SkwalExe in #19

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Jul 10:17
ddaeb2c
Compare
Choose a tag to compare

Improved

  • Made library compatible with Python>=3.9

What's Changed

New Contributors

  • @imgbot made their first contribution in #8

Full Changelog: v0.1.0...v0.2.0

v0.1.0

17 Jun 09:06
Compare
Choose a tag to compare
  • Initial release

What's Changed

New Contributors

Full Changelog: https://github.com/SkwalExe/textual-wizard/commits/v0.1.0