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

Prepare 2.0.2 release

parent 1be9225e
Branches
No related tags found
No related merge requests found
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
......
......@@ -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
......
......@@ -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 %}
......
{
"name": "mkdocs-material",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment