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

Prepare 1.4.0 release

This commit is contained in:
squidfunk 2017-03-16 17:02:36 +01:00 committed by Martin Donath
parent de20cdd67f
commit dfc7ed362a
4 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,10 @@
mkdocs-material-1.4.0 (2017-16-03)
* Added support for grouping searched sections by documents
* Added support for localization of search results
* Fixed #216: table of contents icon doesn't show if h1 is not present
* Reworked style and layout of search results for better usability
mkdocs-material-1.3.0 (2017-11-03)
* Added support for page-specific title and description using metadata

View File

@ -12,11 +12,18 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.3.0
# Version 1.4.0
```
## Changelog
### 1.4.0 <small> _ March 16, 2017</small>
* Added support for grouping searched sections by documents
* Added support for localization of search results
* Fixed #216: table of contents icon doesn't show if h1 is not present
* Reworked style and layout of search results for better usability
### 1.3.0 <small> _ March 11, 2017</small>
* Added support for page-specific title and description using metadata

View File

@ -23,7 +23,7 @@
{% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.3.0">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.4.0">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}

View File

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