mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 2.0.2 release
This commit is contained in:
parent
1be9225eb1
commit
f6a6638c78
@ -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
|
||||
|
@ -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 %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user