mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.6.3 release
This commit is contained in:
parent
e473a1fedc
commit
7024070572
@ -1,3 +1,7 @@
|
|||||||
|
mkdocs-material-1.6.3 (2017-05-16)
|
||||||
|
|
||||||
|
* Fixed #329: Broken source stats for private or unknown GitHub repos
|
||||||
|
|
||||||
mkdocs-material-1.6.2 (2017-05-15)
|
mkdocs-material-1.6.2 (2017-05-15)
|
||||||
|
|
||||||
* Fixed #316: Fatal error for git clone on Windows
|
* Fixed #316: Fatal error for git clone on Windows
|
||||||
|
@ -12,11 +12,19 @@ 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.2
|
# Version 1.6.3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.6.3 <small> _ May 16, 2017</small>
|
||||||
|
|
||||||
|
* Fixed [#329][329]: Broken source stats for private or unknown GitHub repos
|
||||||
|
|
||||||
|
[329]: https://github.com/squidfunk/mkdocs-material/issues/329
|
||||||
|
|
||||||
|
### 1.6.2 <small> _ May 15, 2017</small>
|
||||||
|
|
||||||
* Fixed [#316][316]: Fatal error for git clone on Windows
|
* Fixed [#316][316]: Fatal error for git clone on Windows
|
||||||
* Fixed [#320][320]: Chrome 58 creates double underline for `abbr` tags
|
* Fixed [#320][320]: Chrome 58 creates double underline for `abbr` tags
|
||||||
* Fixed [#323][323]: Ligatures rendered inside code blocks
|
* Fixed [#323][323]: Ligatures rendered inside code blocks
|
||||||
|
@ -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.2">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.6.3">
|
||||||
{% 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.2",
|
"version": "1.6.3",
|
||||||
"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