Skip to content
Snippets Groups Projects
Commit dfc7ed36 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 1.4.0 release

parent de20cdd6
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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
......
......@@ -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 %}
......
{
"name": "mkdocs-material",
"version": "1.3.0",
"version": "1.4.0",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment