Releases: microsoft/knack
Releases · microsoft/knack
knack v0.7.2
- [Config] Support listing sections (#217)
knack v0.7.1
- Rollback
get_config_parser
inconfig.py
(#205)
knack v0.7.0
knack v0.7.0rc4
knack v0.7.0rc3
- Change experimental tag color to cyan
knack v0.7.0rc1
knack v0.6.3
This release:
- Fixes issue where argument marked
is_preview=True
would not always be handled correctly. - Fixes issue where ensuring a directory exists could cause a race condition.
knack v0.6.2
- Adds ability to declare that command groups, commands, and arguments are in a preview status and therefore might change or be removed. This is done by passing the kwarg
is_preview=True
. - Adds a generic
StatusTag
class toknack.util
that allows you to create your own colorized tags like[Preview]
and[Deprecated]
. - When an incorrect command name is entered, Knack will now attempt to suggest the closest alternative.
knack v0.6.1
Always read from local for configured_default
knack v0.6.0
Support local context chained config file