Skip to content

Releases: kdeldycke/click-extra

v4.11.7

01 Dec 04:58
Compare
Choose a tag to compare

Changes

  • Remove support for comments in JSON configuration files. Remove dependency on unmaintained commentjson. Closes click-extra#1152.

🐍 Available on PyPi.

v4.11.6

29 Nov 14:27
Compare
Choose a tag to compare

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. Closes mail-deduplicate#762.
  • Fix eagerness of help option generated by help_option_names. Refs click#2811.
  • Display generated help option in --show-params results.
  • Force UTF-8 encoding everywhere.

🐍 Available on PyPi.

v4.11.5

18 Nov 19:14
Compare
Choose a tag to compare

Changes

  • Allow replace_content() utility method to replace any content found after the start tag.

🐍 Available on PyPi.

v4.11.4

14 Nov 18:10
Compare
Choose a tag to compare

Changes

  • Ignore hidden options when coloring help screen.

🐍 Available on PyPi.

v4.11.3

12 Nov 04:30
Compare
Choose a tag to compare

Changes

  • Aligns dependencies.

🐍 Available on PyPi.

v4.11.2

11 Nov 05:09
Compare
Choose a tag to compare

Changes

  • Aligns dependencies.

🐍 Available on PyPi.

v4.11.1

27 Oct 15:22
Compare
Choose a tag to compare

Changes

  • Fix tests against development version of Click.

🐍 Available on PyPi.

v4.11.0

08 Oct 17:39
Compare
Choose a tag to compare

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 on ubuntu-20.04.
  • Upgrade tests from macos-14 to macos-15.

🐍 Available on PyPi.

v4.10.0

05 Sep 09:52
Compare
Choose a tag to compare

Changes

  • Move all platform detection utilities to its own standalone Extra Platforms project.
  • Add dependency on extra-platforms.

🐍 Available on PyPi.

v4.9.0

25 Jul 12:06
Compare
Choose a tag to compare

Changes

  • Switch from Poetry to uv.
  • Drop support for Python 3.8.
  • Mark Python 3.13-dev tests as stable.
  • Remove dependency on regex.

🐍 Available on PyPi.