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

Prepare 1.5.5 release

parent 77e97275
Branches
Tags
No related merge requests found
mkdocs-material-1.5.5 (2017-04-20)
* Fixed #282: Browser search (META+F) is hijacked
mkdocs-material-1.5.4 (2017-04-08) mkdocs-material-1.5.4 (2017-04-08)
* Fixed broken highlighting for two or more search terms * Fixed broken highlighting for two or more search terms
......
...@@ -12,11 +12,17 @@ To determine the currently installed version, use the following command: ...@@ -12,11 +12,17 @@ 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.5.4 # Version 1.5.5
``` ```
## Changelog ## 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> ### 1.5.4 <small> _ April 8, 2017</small>
* Fixed broken highlighting for two or more search terms * Fixed broken highlighting for two or more search terms
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,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.5.4"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.5">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta.title %} {% if page and page.meta.title %}
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "1.5.4", "version": "1.5.5",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment