mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.4.0 release
This commit is contained in:
parent
de20cdd67f
commit
dfc7ed362a
@ -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)
|
mkdocs-material-1.3.0 (2017-11-03)
|
||||||
|
|
||||||
* Added support for page-specific title and description using metadata
|
* 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
|
``` sh
|
||||||
pip show mkdocs-material | grep -E ^Version
|
pip show mkdocs-material | grep -E ^Version
|
||||||
# Version 1.3.0
|
# Version 1.4.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## 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>
|
### 1.3.0 <small> _ March 11, 2017</small>
|
||||||
|
|
||||||
* Added support for page-specific title and description using metadata
|
* Added support for page-specific title and description using metadata
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
||||||
{% endif %}
|
{% 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 %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta.title %}
|
{% if page and page.meta.title %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user