mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 4.6.1 release
This commit is contained in:
parent
92bfb148ed
commit
84c8bb8044
@ -1,3 +1,11 @@
|
||||
mkdocs-material 4.6.1 (2020-02-08)
|
||||
|
||||
* Fixed #1324: Metadata author only rendering first character
|
||||
* Fixed #1393: Set tabindex to 0 for skip to content link
|
||||
* Fixed code blocks after Markdown 3.2 release
|
||||
* Fixed errors in Japanese translations
|
||||
* Improved Google Lighthouse score
|
||||
|
||||
mkdocs-material 4.6.0 (2019-12-11)
|
||||
|
||||
* Added support for mkdocs-git-revision-date-localized-plugin
|
||||
|
@ -64,6 +64,14 @@ pip show mkdocs-material
|
||||
|
||||
## Changelog
|
||||
|
||||
### 4.6.1 <small>_ February 8, 2020</small>
|
||||
|
||||
* Fixed #1324: Metadata author only rendering first character
|
||||
* Fixed #1393: Set `tabindex` to `0` for skip to content link
|
||||
* Fixed code blocks after Markdown 3.2 release
|
||||
* Fixed errors in Japanese translations
|
||||
* Improved Google Lighthouse score
|
||||
|
||||
### 4.6.0 <small>_ December 11, 2019</small>
|
||||
|
||||
* Added support for [mkdocs-git-revision-date-localized-plugin][3]
|
||||
|
@ -44,7 +44,7 @@
|
||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||
{% endfor %}
|
||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.6.0">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.6.1">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "4.6.0",
|
||||
"version": "4.6.1",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user