Skip to content

Releases: mkdocs/mkdocs-click

0.8.1

18 Sep 18:43
52f1638
Compare
Choose a tag to compare

0.8.1 - 2023-09-18

Fixed

  • :prog_name: and other options can now contain multiple words (it used to stop at whitespace). (Pull #60)
  • ::: mkdocs-click directive is now recognized at the end of the file without needing an extra newline. (Pull #69)
  • Code blocks are marked as ```text so that HighlightJS doesn't try to highlight the "syntax" as some random language. (Pull #61)

Version 0.8.0

19 Jun 16:09
Compare
Choose a tag to compare

0.8.0 - 2022-06-19

Added

  • Add list_subcommands option. (Pull #55)

Version 0.7.0

28 Apr 06:18
Compare
Choose a tag to compare

0.7.0 - 2022-04-28

Added

  • Add show_hidden option. (Pull #52)
  • Update package metadata. (Pull #53)

Version 0.6.0

02 Apr 22:11
Compare
Choose a tag to compare

0.6.0 - 2022-04-02

Changed

  • Only support newer versions of click in response to a breaking change. (Pull #49)

Version 0.5.0

19 Nov 08:52
Compare
Choose a tag to compare

0.5.0 - 2021-11-19

Added

  • Add ability to ignore ASCII art. (Pull #45)

Fixed

  • Correctly handle default values of None. (Pull #41)

Version 0.4.0

12 May 14:11
Compare
Choose a tag to compare

0.4.0 - 2021-05-12

Added

  • Relax click version constraint. (Pull #39)

Version 0.3.0

19 Feb 14:48
74c4c77
Compare
Choose a tag to compare

0.3.0 - 2021-02-19

Changed

  • --help is now kept in options (it used to be automatically dropped). (Pull #29)

Added

  • Add table formatting. (Pulls #25, #30)
  • Use :prog_name: more consistently in usage. (Pull #24)
  • Allow using full command paths in headers. (Pull #36)

Fixed

  • Make usage and options headings bold to improve legibility. (Pull #31)

Version 0.2.0

09 Dec 13:30
b7dc329
Compare
Choose a tag to compare

0.2.0 - 2020-12-09

Added

  • Add :prog_name: option to allow overriding the name of the CLI program. (Pull #8, contributed by @frankier.)
  • Add official support for Python 3.9. (Pull #20)

Fixed

  • Properly pin click==7.* and markdown==3.*. (Pull #19)

Version 0.1.1

05 Jun 14:14
Compare
Choose a tag to compare
Update version string

Version 0.1.0

04 Jun 13:02
eee916e
Compare
Choose a tag to compare
Release 0.1.0 (#3)