Prepare 1.7.5 release

This commit is contained in:
squidfunk 2017-07-25 17:13:56 +02:00 committed by Martin Donath
parent 932be00bc8
commit e7fd2b494c
4 changed files with 19 additions and 3 deletions

View File

@ -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) mkdocs-material-1.7.4 (2017-06-21)
* Fixed functional link colors in table of contents for active palette * Fixed functional link colors in table of contents for active palette

View File

@ -12,11 +12,20 @@ To determine the currently installed version, use the following command:
``` sh ``` sh
pip show mkdocs-material | grep -E ^Version pip show mkdocs-material | grep -E ^Version
# Version 1.7.4 # Version 1.7.5
``` ```
## Changelog ## 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> ### 1.7.4 <small> _ June 21, 2017</small>
* Fixed functional link colors in table of contents for active palette * Fixed functional link colors in table of contents for active palette

View File

@ -24,7 +24,7 @@
{% else %} {% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png"> <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %} {% 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 %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta.title %} {% if page and page.meta.title %}

View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "1.7.4", "version": "1.7.5",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",