Prepare 4.1.0 release

This commit is contained in:
squidfunk 2019-03-22 19:23:27 +01:00
parent 1aa8aeb252
commit c06ba21f18
5 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-4.1.0 (2019-03-22)
* Fixed #1023: Search for Asian languages broken after Lunr.js update
* Fixed #1026: contenteditable elements loose focus on hotkeys
mkdocs-material-4.0.2 (2019-03-01)
* Fixed #1012: HTML character entities appear in search result titles

View File

@ -64,6 +64,11 @@ pip show mkdocs-material
## Changelog
### 4.1.0 <small>_ March 22, 2019</small>
* Fixed #1023: Search for Asian languages broken after Lunr.js update
* Fixed #1026: contenteditable elements loose focus on hotkeys
### 4.0.2 <small>_ March 1, 2019</small>
* Fixed #1012: HTML character entities appear in search result titles

File diff suppressed because one or more lines are too long

View File

@ -41,7 +41,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.0.2">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.1.0">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

View File

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