mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.7.0 release
This commit is contained in:
parent
00898eda30
commit
cb12b4e587
@ -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)
|
mkdocs-material-1.6.4 (2017-05-24)
|
||||||
|
|
||||||
* Fixed #337: JavaScript error for GitHub organization URLs
|
* Fixed #337: JavaScript error for GitHub organization URLs
|
||||||
|
@ -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.6.4
|
# Version 1.7.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## 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>
|
### 1.6.4 <small> _ May 24, 2017</small>
|
||||||
|
|
||||||
* Fixed [#337][337]: JavaScript error for GitHub organization URLs
|
* Fixed [#337][337]: JavaScript error for GitHub organization URLs
|
||||||
|
@ -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.6.4">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.0">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta.title %}
|
{% if page and page.meta.title %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "1.6.4",
|
"version": "1.7.0",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user