diff --git a/CHANGELOG b/CHANGELOG index 900539db273..7d9a42def03 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +mkdocs-material-1.5.4 (2017-04-08) + + * Fixed broken highlighting for two or more search terms + * Fixed missing search results when only a h1 is present + * Fixed unresponsive overlay on Android + mkdocs-material-1.5.3 (2017-04-07) * Fixed deprecated calls for template variables diff --git a/docs/release-notes.md b/docs/release-notes.md index b5af7b76b06..9c3913e640b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,11 +12,17 @@ To determine the currently installed version, use the following command: ``` sh pip show mkdocs-material | grep -E ^Version -# Version 1.5.3 +# Version 1.5.4 ``` ## Changelog +### 1.5.4 _ April 8, 2017 + +* Fixed broken highlighting for two or more search terms +* Fixed missing search results when only a h1 is present +* Fixed unresponsive overlay on Android + ### 1.5.3 _ April 7, 2017 * Fixed deprecated calls for template variables diff --git a/material/base.html b/material/base.html index 896ed128182..fe77aed0cc9 100644 --- a/material/base.html +++ b/material/base.html @@ -23,7 +23,7 @@ {% else %} {% endif %} - + {% endblock %} {% block htmltitle %} {% if page and page.meta.title %} diff --git a/package.json b/package.json index a2507cc16fd..9982569c00e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.5.3", + "version": "1.5.4", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",