Releases: SkwalExe/textual-wizard
Releases · SkwalExe/textual-wizard
v0.4.3
v0.4.2
v0.4.1
v0.4.0
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
v0.2.0
Improved
- Made library compatible with Python>=3.9
What's Changed
- Setup MkDocs by @SkwalExe in #4
- Add documentation build and publish workflow by @SkwalExe in #5
- Fix error in documentation publish workflow by @SkwalExe in #6
- Set up MkDocs theme by @SkwalExe in #7
- [ImgBot] Optimize images by @imgbot in #8
- [ImgBot] Optimize images by @imgbot in #9
- Add welcome page to documentation by @SkwalExe in #10
- Add readme and fix CNAME file by @SkwalExe in #11
- Add executable script for example application by @SkwalExe in #12
- Add getting started module to documentation by @SkwalExe in #13
- Fix PyPI publish workflow error by @SkwalExe in #14
- [ImgBot] Optimize images by @imgbot in #15
- Add reference module to documentation, +some google-style docstrings … by @SkwalExe in #16
- New version, add compatibility for Python>=3.9 by @SkwalExe in #17
New Contributors
Full Changelog: v0.1.0...v0.2.0