Skip to content

Releases: your-tools/python-cli-ui

v0.17.2

28 Aug 13:52
Compare
Choose a tag to compare
  • Fix github and sr.ht de-synchronization

v0.17.1

28 Aug 13:52
Compare
Choose a tag to compare
  • Move to the your-tools organization
  • Move from invoke to just
  • Bump flake8 plugins
  • Bump copier template
  • Fix two warnings found by SonarQube
  • Bump black

v0.17.0

15 May 14:09
Compare
Choose a tag to compare
  • Add multi selection method select_choices. Initial patch
    by @cunyap.

v0.16.1

12 Mar 14:26
Compare
Choose a tag to compare
  • Fix bug in cli_ui.message_for_exception

v0.16.0

22 Dec 19:10
Compare
Choose a tag to compare
  • Drop support for Python 3.6
  • Bump flake8 and its plugins

v0.15.2

05 Oct 09:24
Compare
Choose a tag to compare
  • Add support for Python 3.10

v0.15.1

14 Aug 17:19
Compare
Choose a tag to compare
  • Fix pypi badge

v0.15.0

31 Jul 13:57
Compare
Choose a tag to compare
  • fatal can now be called with a custom exit code, different than
    the default 1.

v0.14.1

06 Jun 18:14
Compare
Choose a tag to compare
  • Development branch is now called main.
  • Fix #66 - only call colorama.init() on Windows.

v0.14.0

20 Apr 15:00
Compare
Choose a tag to compare
  • breaking: Remove buggy workarounds on Windows.
    Colors will now be off by default unless cli_setup() is called
    with color="always". Configurations that are known to work are
    cmd.exe and git-bash when using mintty.

  • breaking: colorama.init() is called uncoditionaly when cli_ui is
    imported