Skip to content

Releases: ewels/rich-click

v1.9.7

31 Jan 04:29

Choose a tag to compare

  • Fix click_version check when build metadata is included. [#324] (@ccoulombe)

v1.9.6

22 Jan 02:43

Choose a tag to compare

  • Fix minor Typer incompatibilities, most notably default panel placements.
  • Added default_panels_first config option which places default panels above user-defined panels.
  • Fix to .pyi file [#319] (@nemowang2003)

v1.9.5

21 Dec 14:49
bab2cbd

Choose a tag to compare

  • Fix no_args_is_help for Typer CLIs. [#313]
  • Fix strange encoding issue on Windows in GH Actions [#314]

1.9.5.dev0

21 Dec 03:15

Choose a tag to compare

1.9.5.dev0 Pre-release
Pre-release
  • Fix no_args_is_help for Typer CLIs. [#313]
  • Fix strange encoding issue on Windows in GH Actions [#314]

v1.9.4

25 Oct 01:07
7577bb9

Choose a tag to compare

  • Added Typer 0.20 support
  • Fix lack of support for flag_value=....

v1.9.3

09 Oct 18:00

Choose a tag to compare

  • Fixed subcommand discovery in help text. Behavior should now be the same as 1.8. [#304]

v1.9.3.dev0

09 Oct 17:54
78f2549

Choose a tag to compare

v1.9.3.dev0 Pre-release
Pre-release
  • Fixed subcommand discovery in help text. Behavior should now be the same as 1.8. [#304]

v1.9.2

04 Oct 21:55

Choose a tag to compare

  • Fixed legacy Windows rendering
  • Fix issue with parent click.Group and child rich_click.RichCommand error formatter not resolving.
  • Add headers to tables (by default these are not shown).

v1.9.2.dev0

04 Oct 21:43
a2ccfed

Choose a tag to compare

v1.9.2.dev0 Pre-release
Pre-release
  • Fixed legacy windows rendering
  • Fix issue with parent click.Group and child rich_click.RichCommand error formatter not resolving.
  • Add headers to tables (by default these are not shown).

v1.9.1

20 Sep 22:40

Choose a tag to compare

  • Fixed bug where running the rich-click CLI on a @rich_click.argument() sometimes caused arguments show up in the option panel when it shouldn't.
  • Slightly reduced horizontal padding of the modern theme format.
  • Fixed Click 8.3 compatibility with rendering defaults in help text.