mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 6.2.8 release
This commit is contained in:
parent
2ba9533c25
commit
98133da870
@ -1,3 +1,8 @@
|
|||||||
|
mkdocs-material-6.2.8 (2021-02-04)
|
||||||
|
|
||||||
|
* Updated Japanese and Polish translations
|
||||||
|
* Fixed #2261: Print dialog auto-closing when using instant loading
|
||||||
|
|
||||||
mkdocs-material-6.2.7+insiders-1.17.0 (2021-01-31)
|
mkdocs-material-6.2.7+insiders-1.17.0 (2021-01-31)
|
||||||
|
|
||||||
* Added support for section index pages
|
* Added support for section index pages
|
||||||
|
@ -6,6 +6,11 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 6.2.8 <small>_ February 4, 2021</small>
|
||||||
|
|
||||||
|
- Updated Japanese and Polish translations
|
||||||
|
- Fixed #2261: Print dialog auto-closing when using instant loading
|
||||||
|
|
||||||
### 6.2.7 <small>_ January 31, 2021</small>
|
### 6.2.7 <small>_ January 31, 2021</small>
|
||||||
|
|
||||||
- Fixed #2251: Updated Docker image to latest Alpine Linux
|
- Fixed #2251: Updated Docker image to latest Alpine Linux
|
||||||
|
@ -31,7 +31,19 @@ New features first land in Insiders, which means that _sponsors will have access
|
|||||||
immediately_. Every feature is tied to a funding goal in monthly subscriptions.
|
immediately_. Every feature is tied to a funding goal in monthly subscriptions.
|
||||||
When a funding goal is hit, the features that are tied to it are merged back
|
When a funding goal is hit, the features that are tied to it are merged back
|
||||||
into Material for MkDocs and released for general availability. Bugfixes are
|
into Material for MkDocs and released for general availability. Bugfixes are
|
||||||
always released simultaneously in both editions.
|
always released simultaneously in both editions.[^1]
|
||||||
|
|
||||||
|
[^1]:
|
||||||
|
You may ask yourself why you should pay for something that is Open Source.
|
||||||
|
Doesn't that contradict the ethos of Open Source software? Yes and no. Yes,
|
||||||
|
some features are locked behind a monthly subscription, which means they are
|
||||||
|
only accessible when paying a small amount of money. No, the features are
|
||||||
|
only exclusive for a short time until specific funding goals are hit. Making
|
||||||
|
an Open Source project sustainable is exceptionally hard: maintainers burn
|
||||||
|
out, projects are abandoned. That's not great and very unpredictable. The
|
||||||
|
sponsorware model ensures that if you decide to use Material for MkDocs,
|
||||||
|
you can be sure that bugs are fixed quickly and new features are added
|
||||||
|
regularly.
|
||||||
|
|
||||||
_Don't want to sponsor? No problem, Material for MkDocs already has tons of
|
_Don't want to sponsor? No problem, Material for MkDocs already has tons of
|
||||||
features available, so chances are that most of your requirements are already
|
features available, so chances are that most of your requirements are already
|
||||||
@ -51,9 +63,9 @@ features][4].
|
|||||||
|
|
||||||
__Important__: If you're sponsoring @squidfunk through a GitHub organization,
|
__Important__: If you're sponsoring @squidfunk through a GitHub organization,
|
||||||
please send a short email to sponsors@squidfunk.com with the name of your
|
please send a short email to sponsors@squidfunk.com with the name of your
|
||||||
organization and the account that should be added as a collaborator.[^1]
|
organization and the account that should be added as a collaborator.[^2]
|
||||||
|
|
||||||
[^1]:
|
[^2]:
|
||||||
It's currently not possible to grant access to each member of an
|
It's currently not possible to grant access to each member of an
|
||||||
organization, as GitHub only allows for adding users. Thus, after
|
organization, as GitHub only allows for adding users. Thus, after
|
||||||
sponsoring, please send an email to sponsors@squidfunk.com, stating which
|
sponsoring, please send an email to sponsors@squidfunk.com, stating which
|
||||||
@ -66,9 +78,9 @@ organization and the account that should be added as a collaborator.[^1]
|
|||||||
private Insiders GitHub repository, and grant access to all members of the
|
private Insiders GitHub repository, and grant access to all members of the
|
||||||
organizations.
|
organizations.
|
||||||
|
|
||||||
You can cancel your sponsorship anytime.[^2]
|
You can cancel your sponsorship anytime.[^3]
|
||||||
|
|
||||||
[^2]:
|
[^3]:
|
||||||
If you cancel your sponsorship, GitHub schedules a cancellation request
|
If you cancel your sponsorship, GitHub schedules a cancellation request
|
||||||
which will become effective at the end of the billing cycle, which ends at
|
which will become effective at the end of the billing cycle, which ends at
|
||||||
the 22nd of a month for monthly sponsorships. This means that even though
|
the 22nd of a month for monthly sponsorships. This means that even though
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<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-6.2.7">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-6.2.8">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and page.meta and page.meta.title %}
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "6.2.7",
|
"version": "6.2.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "6.2.7",
|
"version": "6.2.8",
|
||||||
"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