Prepare 2.0.2 release

This commit is contained in:
squidfunk 2017-11-01 18:29:32 +01:00 committed by Martin Donath
parent 1be9225eb1
commit f6a6638c78
4 changed files with 16 additions and 4 deletions

View File

@ -1,4 +1,4 @@
mkdocs-material-2.x.x (2017-xx-xx)
mkdocs-material-2.0.2 (2017-11-01)
* Added Russian translations
* Fixed #542: Horizontal scrollbar between 1220px and 1234px

View File

@ -12,11 +12,23 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 2.0.1
# Version 2.0.2
```
## Changelog
### 2.0.2 <small>_ November 1, 2017</small>
* Added Russian translations
* Fixed [#542][542]: Horizontal scrollbar between `1220px` and `1234px`
* Fixed [#553][553]: Metadata values only rendering first character
* Fixed [#558][558]: Flash of unstyled content
* Fixed favicon regression caused by deprecation upstream
[542]: https://github.com/squidfunk/mkdocs-material/issues/542
[553]: https://github.com/squidfunk/mkdocs-material/issues/553
[558]: https://github.com/squidfunk/mkdocs-material/issues/558
### 2.0.1 <small>_ October 31, 2017</small>
* Fixed error when initializing search

View File

@ -34,7 +34,7 @@
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
{% endfor %}
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.0.1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.0.2">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}

View File

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