Releases: mkdocs/mkdocs-click
Releases · mkdocs/mkdocs-click
0.9.0
Changed
- Drop support for Python 3.8. (Pull #85)
Added
- Add support for
click.Command
-like,click.Group
-like andclick.Context
-like objects without requiring them to be actual subclasses. (Pull #82)
Fixed
- Remove explicit reference to
click.BaseCommand
andclick.MultiCommand
objects in anticipation of their deprecation. (Pull #82) - Properly ensure whitespace is trimmed from the usage string. (Pull #83)
- Propagate
context_settings
toclick.Context
-like objects. (Pull #79) - Allow commands with no options. (Pull #84)
0.8.1
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
Version 0.7.0
Version 0.6.0
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
Version 0.4.0
Version 0.3.0
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
Version 0.1.1
Update version string