Releases: sdispater/clikit
Releases · sdispater/clikit
0.6.2
Fixed
- Fixed an error in the package's metadata causing errors on Python 3.5.
0.6.1
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
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
Added
- Errors are now rendered in a nicer way for Python 3.6+ (#19).
0.4.3
Fixed
- Fixed encoding errors in questions for Python 2.7.
0.4.2
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
Fixed
- Fixed the rendering of exception traces on Python 2.7
0.4.0
Changed
- Changed the way event names are stored and exposed.
Fixed
- Fixed parsing of options after a
--
token.
0.3.2
Fixed
- Fixed handling of
KeyboardInterrupt
exceptions.
0.3.1
Fixed
- Fixed hidden command being displayed.