Prepare 9.5.19 release

This commit is contained in:
squidfunk
2024-04-25 11:07:01 +07:00
parent 023e177181
commit 0a39f04cea
6 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
mkdocs-material-9.5.19 (2024-04-25)
* Updated MkDocs to 1.6 and limited version to < 2
* Updated Docker image to latest Alpine Linux
* Removed setup.py, now that GitHub fully understands pyproject.toml
* Improved interop of social plugin with third-party MkDocs themes
* Fixed #7099: Blog reading time not rendered correctly for Japanese
* Fixed #7097: Improved resilience of tags plugin when no tags are given
* Fixed #7090: Active tab indicator in nested content tabs rendering bug
mkdocs-material-9.5.18 (2024-04-16)
* Refactored tooltips implementation to fix positioning issues