Skip to content

Releases: your-tools/python-cli-ui

v0.13.0

20 Apr 15:00
Compare
Choose a tag to compare
  • Move out of TankerHQ GitHub organization

v0.12.0

11 Feb 15:14
Compare
Choose a tag to compare
  • Fix using info_table with keys="headers"

v0.11.0

23 Jul 16:10
126d418
Compare
Choose a tag to compare
  • Remove Python 3.5 support
  • Add a __repr__ method to some of the classes

v0.10.3

29 Apr 08:59
Compare
Choose a tag to compare
  • Mark this package as typed

v0.10.2

10 Feb 10:52
80f90d8
Compare
Choose a tag to compare
  • Fix calling cli_ui.dot() without fileobj argument.

v0.10.1

10 Feb 10:51
12e8568
Compare
Choose a tag to compare
  • Switch to poetry for packaging and dependency management.

v0.10.0

02 Dec 10:45
41e6924
Compare
Choose a tag to compare
  • Add a sort argument to the ask_choices() function to disable sorting
    the list of choices. Patch by @smandon.
  • CI: Drop Python 3.4, add Python 3.8, switch to GitHub Actions

v0.7.5

20 Feb 14:26
Compare
Choose a tag to compare
  • Deprecate python-cli-ui: cli-ui is the new name

v0.9.1

18 Dec 13:22
Compare
Choose a tag to compare
  • Relax type constraints for the info_table() function.

v0.9.0

18 Dec 13:21
Compare
Choose a tag to compare
  • Relax constraints on the Token type.
  • Expose the MessageRecorder class, not the pytest fixture.