diff --git a/CHANGELOG b/CHANGELOG index f16ef71f4b716f004924d60bdc2bf25d0dd742fa..8d26ddb02d55321994856ee86d95fd16c7692ddb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +mkdocs-material-1.7.5 (2017-07-25) + + * Fixed #398: Forms broken due to search shortcuts + * Improved search overall user experience + * Improved search matching and highlighting + * Improved search accessibility + mkdocs-material-1.7.4 (2017-06-21) * Fixed functional link colors in table of contents for active palette diff --git a/docs/release-notes.md b/docs/release-notes.md index 648f57433d7c22fc085326381dfcbdeb6b051498..f308a5f5c67ed79c1ae80c83140d1d6c527d684e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,11 +12,20 @@ To determine the currently installed version, use the following command: ``` sh pip show mkdocs-material | grep -E ^Version -# Version 1.7.4 +# Version 1.7.5 ``` ## Changelog +### 1.7.5 <small> _ July 25, 2017</small> + +* Fixed [#398][398]: Forms broken due to search shortcuts +* Improved search overall user experience +* Improved search matching and highlighting +* Improved search accessibility + + [398]: https://github.com/squidfunk/mkdocs-material/issues/398 + ### 1.7.4 <small> _ June 21, 2017</small> * Fixed functional link colors in table of contents for active palette diff --git a/material/base.html b/material/base.html index 9987fb70d4e1b32fcc48761763c3da3608a03bc8..5b72b5f96761f9c90b93e37ec5fcee8e920fe55a 100644 --- a/material/base.html +++ b/material/base.html @@ -24,7 +24,7 @@ {% else %} <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png"> {% endif %} - <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.4"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.5"> {% endblock %} {% block htmltitle %} {% if page and page.meta.title %} diff --git a/package.json b/package.json index ca2e877f018a47985d55ce74fccf8508c0d05a10..8eb67768bd71decc166c857608e98d89c24c508c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.7.4", + "version": "1.7.5", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",