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

Prepare 4.5.0 release

This commit is contained in:
squidfunk 2019-11-16 21:51:17 +01:00
parent bbba04a90c
commit 8c6ddc9ded
7 changed files with 23 additions and 67 deletions

View File

@ -1,3 +1,10 @@
mkdocs-material-4.5.0 (2019-11-16)
* Upgraded EmojiOne to Tweomji due to licensing issues
* Temporarily pinned PyMdown and Markdown due to upcoming changes
* Improved GitHub statistics retrieval
* Fixed errors in Greek translations
mkdocs-material-4.4.3 (2019-10-03) mkdocs-material-4.4.3 (2019-10-03)
* Added Estonian translations * Added Estonian translations

View File

@ -64,6 +64,16 @@ pip show mkdocs-material
## Changelog ## Changelog
### 4.5.0 <small>_ November 16, 2019</small>
* Upgraded EmojiOne to Tweomji due to [licensing issues][1330]
* Temporarily pinned PyMdown and Markdown due to [upcoming changes][1339]
* Improved GitHub statistics retrieval
* Fixed errors in Greek translations
[1330]: https://github.com/squidfunk/mkdocs-material/pull/1330
[1339]: https://github.com/squidfunk/mkdocs-material/pull/1339
### 4.4.3 <small>_ October 3, 2019</small> ### 4.4.3 <small>_ October 3, 2019</small>
* Added Estonian translations * Added Estonian translations

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}"> <meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
{% endfor %} {% endfor %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}"> <link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.4.3"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.5.0">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta and page.meta.title %} {% if page and page.meta and page.meta.title %}
@ -56,7 +56,7 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/application.4031d38b.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/application.82a18eb7.css' | url }}">
{% if palette.primary or palette.accent %} {% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/application-palette.3e3d1dff.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/application-palette.3e3d1dff.css' | url }}">
{% endif %} {% endif %}
@ -193,7 +193,7 @@
{% endblock %} {% endblock %}
</div> </div>
{% block scripts %} {% block scripts %}
<script src="{{ 'assets/javascripts/application.718059d6.js' | url }}"></script> <script src="{{ 'assets/javascripts/application.d151b584.js' | url }}"></script>
{% if lang.t("search.language") != "en" %} {% if lang.t("search.language") != "en" %}
{% set languages = lang.t("search.language").split(",") %} {% set languages = lang.t("search.language").split(",") %}
{% if languages | length and languages[0] != "" %} {% if languages | length and languages[0] != "" %}

View File

@ -6,8 +6,8 @@
"clipboard.copy": "Αντιγραφή", "clipboard.copy": "Αντιγραφή",
"clipboard.copied": "Αντιγράφηκε", "clipboard.copied": "Αντιγράφηκε",
"edit.link.title": "Επεξεργασία αυτής της σελίδας", "edit.link.title": "Επεξεργασία αυτής της σελίδας",
"footer.previous": "Προηγούμενη", "footer.previous": "Επόμενη",
"footer.next": "Επόμενη", "footer.next": "Προηγούμενη",
"meta.comments": "Σχόλια", "meta.comments": "Σχόλια",
"meta.source": "Πηγή", "meta.source": "Πηγή",
"search.language": "", "search.language": "",

View File

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