2024-03-16 14:41:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 16 14:41:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.7.4:
|
|
|
|
* Set `legacy_windows` by default to `None`.
|
|
|
|
|
2024-01-09 21:55:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 9 21:55:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.7.3:
|
|
|
|
* Fix false deprecation warning.
|
|
|
|
|
2023-12-13 10:14:04 +00:00
|
|
|
-------------------------------------------------------------------
|
2023-12-27 15:55:50 +00:00
|
|
|
Wed Dec 27 15:55:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.7.2:
|
|
|
|
* Add support for rich formatting in epilog text [#146]
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-12-13 10:14:04 +00:00
|
|
|
Wed Dec 13 10:13:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.7.2:
|
|
|
|
* Add support for rich formatting in epilog text [#146]
|
|
|
|
* Fix bug with `rich-click` CLI not working with Python 3.12.
|
|
|
|
#141
|
|
|
|
* Fix compatibility issue with `dbt-core` CLI. [#140]
|
|
|
|
* Extends Click's `HelpFormatter` class
|
|
|
|
* Creates a `HelpConfiguration` class that doubles the current
|
|
|
|
module-level settings
|
|
|
|
* Added a decorator that allows the `HelpConfiguration` to be
|
|
|
|
passed into Click via the supported `context_settings`
|
|
|
|
argument provided by the `Command` and `Group` classes.
|
|
|
|
* The Rich Console object can also be configured per command
|
|
|
|
and is distinct from the Console instance used internally by
|
|
|
|
the formatter. The `RichHelpFormatter` creates a console
|
|
|
|
based on the `RichHelpConfiguration` as the tight coupling
|
|
|
|
between the Formatter and Click's internals make it difficult
|
|
|
|
to allow the Console to be configured externally (i.e. one
|
|
|
|
example is that Click expects help formatting to be
|
|
|
|
buffered).
|
|
|
|
* Created a `RichContext` class to allow creation of the custom
|
|
|
|
formatter.
|
|
|
|
* The Rich Command, Group, and Context now expose the `Console`
|
|
|
|
and `RichHelpConfiguration` properties.
|
|
|
|
* Added contributor VSCode settings
|
|
|
|
|
2023-05-04 19:53:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 4 19:52:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.6.1:
|
|
|
|
* Don't show metavars for feature switch options [#100]
|
|
|
|
|
2022-12-14 10:06:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 13 17:00:23 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
2023-12-13 10:14:04 +00:00
|
|
|
- Update to version 1.6.0
|
2022-12-14 10:06:55 +00:00
|
|
|
* warning Removed support for Typer warning
|
|
|
|
* Please use the native Typer functionality instead.
|
|
|
|
* Added self-updating automated readme screengrabs using rich-codex
|
|
|
|
* Fix AssertionError when using click command call #94
|
|
|
|
|
2022-09-01 07:12:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 1 00:48:20 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Initial spec for v1.5.2
|
|
|
|
|