Skip to content

Releases: sdispater/clikit

0.6.2

09 Jun 20:17
0.6.2
1432ffc
Compare
Choose a tag to compare

Fixed

  • Fixed an error in the package's metadata causing errors on Python 3.5.

0.6.1

31 May 19:08
0.6.1
432d224
Compare
Choose a tag to compare

Changed

  • Progress bars will now update at most every 100ms by default. This is configurable via the min_seconds_between_redraws() method (#29).
  • Progress bars and indicators now accept an Output instance as well as an IO instance. If an IO instance is passed the error output will be used (#29).
  • Slightly changed the exception trace rendering (#30).

Fixed

  • Fixed an error where choices questions accepted negative choices (#27).

0.6.0

17 Apr 16:35
0.6.0
cebe9d8
Compare
Choose a tag to compare

Added

  • Support for error solutions (#24).
  • Ability to ignore files in the stack trace (#24).

Changed

  • The stack trace will now be displayed above the actual error, so that the error is visible immediately and the read flow of the stack trace is more natural (#24).

Fixed

  • Fixed the coloring of the code snippets of the stack trace for tokens that span multiple lines (#24).

0.5.0

26 Mar 18:18
0.5.0
3670a0a
Compare
Choose a tag to compare

Added

  • Errors are now rendered in a nicer way for Python 3.6+ (#19).

0.4.3

20 Mar 13:05
0.4.3
8c6badf
Compare
Choose a tag to compare

Fixed

  • Fixed encoding errors in questions for Python 2.7.

0.4.2

28 Feb 11:28
0.4.2
418c9e8
Compare
Choose a tag to compare

Fixed

  • Fixed the terminal width being set to 0 in some circumstances (#15).
  • Fixed the comptibility with the latest version of pastel (#10).

0.4.1

06 Dec 17:03
0.4.1
403b8ed
Compare
Choose a tag to compare

Fixed

  • Fixed the rendering of exception traces on Python 2.7

0.4.0

25 Oct 12:29
0.4.0
90a23dc
Compare
Choose a tag to compare

Changed

  • Changed the way event names are stored and exposed.

Fixed

  • Fixed parsing of options after a -- token.

0.3.2

20 Sep 14:08
0.3.2
e91ff0c
Compare
Choose a tag to compare

Fixed

  • Fixed handling of KeyboardInterrupt exceptions.

0.3.1

24 Jun 21:45
0.3.1
2d9f4b4
Compare
Choose a tag to compare

Fixed

  • Fixed hidden command being displayed.