Prepare 1.5.5 release

This commit is contained in:
squidfunk 2017-04-20 18:33:30 +02:00 committed by Martin Donath
parent 77e972753c
commit 0e971367c0
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,7 @@
mkdocs-material-1.5.5 (2017-04-20)
* Fixed #282: Browser search (META+F) is hijacked
mkdocs-material-1.5.4 (2017-04-08)
* Fixed broken highlighting for two or more search terms

View File

@ -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.4
# Version 1.5.5
```
## Changelog
### 1.5.5 <small> _ April 20, 2017</small>
* Fixed [#282][282]: Browser search (<kbd>META</kbd>+<kbd>F</kbd>) is hijacked
[282]: https://github.com/squidfunk/mkdocs-material/issues/282
### 1.5.4 <small> _ April 8, 2017</small>
* Fixed broken highlighting for two or more search terms

View File

@ -23,7 +23,7 @@
{% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.4">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.5">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}

View File

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