mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 4.5.0 release
This commit is contained in:
parent
bbba04a90c
commit
8c6ddc9ded
@ -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)
|
||||
|
||||
* Added Estonian translations
|
||||
|
@ -64,6 +64,16 @@ pip show mkdocs-material
|
||||
|
||||
## 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>
|
||||
|
||||
* 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
@ -44,7 +44,7 @@
|
||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||
{% endfor %}
|
||||
<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 %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
@ -56,7 +56,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% 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 %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/application-palette.3e3d1dff.css' | url }}">
|
||||
{% endif %}
|
||||
@ -193,7 +193,7 @@
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% 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" %}
|
||||
{% set languages = lang.t("search.language").split(",") %}
|
||||
{% if languages | length and languages[0] != "" %}
|
||||
|
@ -6,8 +6,8 @@
|
||||
"clipboard.copy": "Αντιγραφή",
|
||||
"clipboard.copied": "Αντιγράφηκε",
|
||||
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
||||
"footer.previous": "Προηγούμενη",
|
||||
"footer.next": "Επόμενη",
|
||||
"footer.previous": "Επόμενη",
|
||||
"footer.next": "Προηγούμενη",
|
||||
"meta.comments": "Σχόλια",
|
||||
"meta.source": "Πηγή",
|
||||
"search.language": "",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "4.4.3",
|
||||
"version": "4.5.0",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user