Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Releases: your-tools/python-cli-ui

v0.17.2

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 28 Aug 13:52
  • Fix github and sr.ht de-synchronization

v0.17.1

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 28 Aug 13:52
  • 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

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 15 May 14:09
  • Add multi selection method select_choices. Initial patch
    by @cunyap.

v0.16.1

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 12 Mar 14:26
  • Fix bug in cli_ui.message_for_exception

v0.16.0

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 22 Dec 19:10
  • Drop support for Python 3.6
  • Bump flake8 and its plugins

v0.15.2

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 05 Oct 09:24
  • Add support for Python 3.10

v0.15.1

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 14 Aug 17:19
  • Fix pypi badge

v0.15.0

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 31 Jul 13:57
  • fatal can now be called with a custom exit code, different than
    the default 1.

v0.14.1

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 06 Jun 18:14
  • Development branch is now called main.
  • Fix #66 - only call colorama.init() on Windows.

v0.14.0

Choose a tag to compare

@dmerejkowsky dmerejkowsky released this 20 Apr 15:00
  • 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