mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-13 18:40:54 +01:00
Prepare 1.12.1 release
This commit is contained in:
parent
4060ad09d9
commit
c94457aa3f
@ -1,6 +1,8 @@
|
|||||||
mkdocs-material-1.12.1 (2017-10-xx)
|
mkdocs-material-1.12.1 (2017-10-22)
|
||||||
|
|
||||||
|
* Added Polish, Swedish and Spanish translations
|
||||||
* Improved downward compatibility with custom partials
|
* Improved downward compatibility with custom partials
|
||||||
|
* Temporarily pinned MkDocs version within Docker image to 0.16.3
|
||||||
* Fixed #519: Missing theme configuration file
|
* Fixed #519: Missing theme configuration file
|
||||||
|
|
||||||
mkdocs-material-1.12.0 (2017-10-20)
|
mkdocs-material-1.12.0 (2017-10-20)
|
||||||
|
@ -379,8 +379,9 @@ automatically included.
|
|||||||
#### Translations
|
#### Translations
|
||||||
|
|
||||||
Material for MkDocs supports internationalization (i18n) and provides
|
Material for MkDocs supports internationalization (i18n) and provides
|
||||||
translations for all template variables and labels in English `en`, Danish `da`
|
translations for all template variables and labels in English `en`, Danish `da`,
|
||||||
and German `de`. Specify the language with:
|
German `de`, Polish `pl`, Swedish `sv` and Spanish `es`. Specify the language
|
||||||
|
with:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
extra:
|
extra:
|
||||||
|
@ -12,11 +12,20 @@ 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.12.0
|
# Version 1.12.1
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.12.1 <small>_ October 22, 2017</small>
|
||||||
|
|
||||||
|
* Added Polish, Swedish and Spanish translations
|
||||||
|
* Improved downward compatibility with custom partials
|
||||||
|
* Temporarily pinned MkDocs version within Docker image to 0.16.3
|
||||||
|
* Fixed [#519][519]: Missing theme configuration file
|
||||||
|
|
||||||
|
[519]: https://github.com/squidfunk/mkdocs-material/issues/519
|
||||||
|
|
||||||
### 1.12.0 <small>_ October 20, 2017</small>
|
### 1.12.0 <small>_ October 20, 2017</small>
|
||||||
|
|
||||||
* Added support for setting language(s) via `mkdocs.yml`
|
* Added support for setting language(s) via `mkdocs.yml`
|
||||||
|
@ -35,7 +35,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.12.0">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.12.1">
|
||||||
{% 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.12.0",
|
"version": "1.12.1",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
@ -18,6 +18,6 @@
|
|||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
# IN THE SOFTWARE.
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
mkdocs>=0.16
|
mkdocs==0.16.3
|
||||||
Pygments>=2.2
|
Pygments>=2.2
|
||||||
pymdown-extensions>=3.4
|
pymdown-extensions>=3.4
|
||||||
|
Loading…
Reference in New Issue
Block a user