diff --git a/CHANGELOG b/CHANGELOG index b988dba55..67a535303 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +mkdocs-material-9.5.41 (2024-10-15) + + * Fixed #7619: Improved tooltip on logo disappears after instant navigation + * Fixed #7616: Race condition in built-in privacy plugin when inlining assets + * Fixed #7615: Comments and "Was this page helpful?" visible when printing + mkdocs-material-9.5.40 (2024-10-10) * Updated Latvian translations diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 378e27ba2..5f64e23b7 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,12 @@ ## Material for MkDocs +### 9.5.41 October 15, 2024 { id="9.5.41" } + +- Fixed #7619: Improved tooltip on logo disappears after instant navigation +- Fixed #7616: Race condition in built-in privacy plugin when inlining assets +- Fixed #7615: Comments and "Was this page helpful?" visible when printing + ### 9.5.40 October 10, 2024 { id="9.5.40" } - Updated Latvian translations diff --git a/material/__init__.py b/material/__init__.py index 0e698009b..a2ff55fe0 100644 --- a/material/__init__.py +++ b/material/__init__.py @@ -18,4 +18,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -__version__ = "9.5.40" +__version__ = "9.5.41" diff --git a/material/templates/base.html b/material/templates/base.html index ac8795d55..fd14d6391 100644 --- a/material/templates/base.html +++ b/material/templates/base.html @@ -32,7 +32,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index eb43258ce..cea6ad9af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.5.40", + "version": "9.5.41", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.5.40", + "version": "9.5.41", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 860c1d7cc..53d0ef267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.5.40", + "version": "9.5.41", "description": "Documentation that simply works", "keywords": [ "mkdocs",