Releases: your-tools/python-cli-ui
Releases · your-tools/python-cli-ui
v0.17.2
v0.17.1
- Move to the
your-tools
organization - Move from
invoke
tojust
- Bump flake8 plugins
- Bump copier template
- Fix two warnings found by SonarQube
- Bump black
v0.17.0
v0.16.1
- Fix bug in
cli_ui.message_for_exception
v0.16.0
- Drop support for Python 3.6
- Bump flake8 and its plugins
v0.15.2
- Add support for Python 3.10
v0.15.1
- Fix pypi badge
v0.15.0
fatal
can now be called with a custom exit code, different than
the default 1.
v0.14.1
v0.14.0
-
breaking: Remove buggy workarounds on Windows.
Colors will now be off by default unlesscli_setup()
is called
withcolor="always"
. Configurations that are known to work are
cmd.exe
andgit-bash
when usingmintty
. -
breaking:
colorama.init()
is called uncoditionaly whencli_ui
is
imported