Releases: kdeldycke/click-extra
Releases · kdeldycke/click-extra
v4.11.7
Changes
- Remove support for comments in JSON configuration files. Remove dependency on unmaintained
commentjson
. Closesclick-extra#1152
.
v4.11.6
Changes
- Make
--timer
option eager so it can jumps the queue of processing order. - Fix configuration of help option generated by the
help_option_names
context setting. Closesmail-deduplicate#762
. - Fix eagerness of help option generated by
help_option_names
. Refsclick#2811
. - Display generated help option in
--show-params
results. - Force UTF-8 encoding everywhere.
v4.11.5
Changes
- Allow
replace_content()
utility method to replace any content found after the start tag.
v4.11.4
v4.11.3
v4.11.2
v4.11.1
v4.11.0
Changes
- Add support for Python 3.13.
- Drop supports for Python 3.9.
- Run tests on Python 3.14-dev.
- Add tests on
ubuntu-24.04
. Remove tests onubuntu-20.04
. - Upgrade tests from
macos-14
tomacos-15
.
v4.10.0
Changes
- Move all platform detection utilities to its own standalone Extra Platforms project.
- Add dependency on
extra-platforms
.
v4.9.0
Changes
- Switch from Poetry to
uv
. - Drop support for Python 3.8.
- Mark Python 3.13-dev tests as stable.
- Remove dependency on
regex
.