Prepare 1.7.0 release

This commit is contained in:
squidfunk 2017-06-01 09:53:23 +02:00 committed by Martin Donath
parent 00898eda30
commit cb12b4e587
4 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-1.7.0 (2017-06-01)
* Added "copy to clipboard" buttons to code blocks
* Added support for multilingual site search
* Fixed search term highlighting for non-latin languages
mkdocs-material-1.6.4 (2017-05-24)
* Fixed #337: JavaScript error for GitHub organization URLs

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.6.4
# Version 1.7.0
```
## Changelog
### 1.7.0 <small> _ June 1, 2017</small>
* Added "copy to clipboard" buttons to code blocks
* Added support for multilingual site search
* Fixed search term highlighting for non-latin languages
### 1.6.4 <small> _ May 24, 2017</small>
* Fixed [#337][337]: JavaScript error for GitHub organization URLs

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.6.4">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.0">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}

View File

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