Skip to content
Snippets Groups Projects
Commit e7fd2b49 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 1.7.5 release

parent 932be00b
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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
......
......@@ -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 %}
......
{
"name": "mkdocs-material",
"version": "1.7.4",
"version": "1.7.5",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment