8000 Releases · ewels/rich-click · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ewels/rich-click

v1.8.9

19 May 21:32
97aee59
Compare
Choose a tag to compare

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

09 Mar 23:19
7cec731
Compare
Choose a tag to compare
  • 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

09 Mar 05:31
87aa8e8
Compare
Choose a tag to compare
  • Add ability to turn off option/command deduplication in groups [#226]
  • Fix regression in stderr handling [#164]

v1.8.7dev0

26 Feb 23:26
92e2e69
Compare
Choose a tag to compare
v1.8.7dev0 Pre-release
Pre-release
  • Add ability to turn off option/command deduplication in groups [#226]
  • Fix regression in stderr handling [#164]

v1.8.6

20 Feb 03:31
ae0ec1b
Compare
Choose a tag to compare

v1.8.5

01 Dec 19:48
964019e
Compare
Choose a tag to compare
  • Fix issue with error messages not using user-defined styles. [#215] (@sankarngrjn)

v1.8.4

13 Nov 15:58
1f3b970
Compare
Choose a tag to compare
  • Support rich.text.Text() objects for header_text, footer_text, errors_suggestion, and errors_epilogue.

v1.8.3

10 Jun 02:34
edddc19
Compare
Choose a tag to compare
  • 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

14 May 12:43
7662593
Compare
Choose a tag to compare
  • Fix another deprecation warning issue.

v1.8.1

07 May 13:04
bcd77f1
Compare
Choose a tag to compare
  • Fixed bad deprecation warning with highlighter
  • Fixed incompatibility with Click 9.
0