Releases: ewels/rich-click
Releases · ewels/rich-click
v1.8.9
Click 8.2 support:
- Fix deprecation warning in Click 8.2. [#239] (@finsberg)
- Fix typing incompatibilities with Click 8.2. [#240, #242] (@finsberg)
- Fixed
no_args_is_help=True
with Click 8.2: [#241]
- Added Click 8.2's support for
Parameter.deprecated: str | bool
[#242]
v1.8.8
- Make text wrap instead of using ellipses for overflowing metavars in options tables.
- Added
--errors-in-output-format
flag to rich-click
CLI.
- Actually fixed regression in stderr handling [#164].
v1.8.7
- Add ability to turn off option/command deduplication in groups [#226]
- Fix regression in stderr handling [#164]
v1.8.7dev0
- Add ability to turn off option/command deduplication in groups [#226]
- Fix regression in stderr handling [#164]
v1.8.5
- Fix issue with error messages not using user-defined styles. [#215] (@sankarngrjn)
v1.8.4
- Support
rich.text.Text()
objects for header_text
, footer_text
, errors_suggestion
, and errors_epilogue
.
v1.8.3
- Support
{cmd}
as an option/command group key when python -m {cmd}
is the command_path.
- Fix yet another deprecation warning issue. (Sorry, sorry.)
v1.8.2
- Fix another deprecation warning issue.
v1.8.1
- Fixed bad deprecation warning with
highlighter
- Fixed incompatibility with Click 9.