1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Prepare 4.6.1 release

This commit is contained in:
squidfunk 2020-02-08 10:26:14 +01:00
parent 92bfb148ed
commit 84c8bb8044
4 changed files with 18 additions and 2 deletions

View File

@ -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

View File

@ -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]

View File

@ -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 %}

View File

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