Releases: ewels/rich-click
Releases · ewels/rich-click
v1.9.7
31 Jan 04:29
Compare
Sorry, something went wrong.
No results found
Fix click_version check when build metadata is included. [#324 ] (@ccoulombe )
v1.9.6
22 Jan 02:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added Typer 0.20 support
Fix lack of support for flag_value=....
v1.9.3
09 Oct 18:00
Compare
Sorry, something went wrong.
No results found
Fixed subcommand discovery in help text. Behavior should now be the same as 1.8. [#304 ]
v1.9.3.dev0
09 Oct 17:54
Compare
Sorry, something went wrong.
No results found
Fixed subcommand discovery in help text. Behavior should now be the same as 1.8. [#304 ]
v1.9.2
04 Oct 21:55
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.