mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.7.5 release
This commit is contained in:
parent
932be00bc8
commit
e7fd2b494c
@ -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
|
||||
|
@ -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 %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "1.7.4",
|
||||
"version": "1.7.5",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user