mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 2.0.3 release
This commit is contained in:
parent
678a8f730c
commit
f602de8e10
@ -1,3 +1,9 @@
|
||||
mkdocs-material-2.0.3 (2017-11-05)
|
||||
|
||||
* Added Japanese translations
|
||||
* Fixed #540: Jumping to anchor inside details doesn't open it
|
||||
* Fixed active link colors in footer
|
||||
|
||||
mkdocs-material-2.0.2 (2017-11-01)
|
||||
|
||||
* Added Russian translations
|
||||
|
@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
|
||||
|
||||
``` sh
|
||||
pip show mkdocs-material | grep -E ^Version
|
||||
# Version 2.0.2
|
||||
# Version 2.0.3
|
||||
```
|
||||
|
||||
### Material 1.x to 2.x
|
||||
@ -38,6 +38,14 @@ pip show mkdocs-material | grep -E ^Version
|
||||
|
||||
## Changelog
|
||||
|
||||
### 2.0.3 <small>_ November 5, 2017</small>
|
||||
|
||||
* Added Japanese translations
|
||||
* Fixed [#540][540]: Jumping to anchor inside `details` doesn't open it
|
||||
* Fixed active link colors in footer
|
||||
|
||||
[540]: https://github.com/squidfunk/mkdocs-material/issues/540
|
||||
|
||||
### 2.0.2 <small>_ November 1, 2017</small>
|
||||
|
||||
* Added Russian translations
|
||||
|
@ -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.2">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.0.3">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user