Prepare 9.5.17 release

This commit is contained in:
squidfunk 2024-04-02 13:13:23 +08:00
parent 78e93ac0af
commit 570161ab3f
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
7 changed files with 27 additions and 5 deletions

View File

@ -1,3 +1,14 @@
mkdocs-material-9.5.17+insiders-4.53.5 (2024-04-02)
* Fixed social plugin crashing when no colors are specified in palettes
mkdocs-material-9.5.17 (2024-04-02)
* Updated Serbian translations
* Fixed #7003: Confusing keyboard interaction for palette toggle
* Fixed #7001: Blog posts now show time by default (9.5.16 regression)
* Fixed edge case in backport of social plugin font loading logic
mkdocs-material-9.5.16+insiders-4.53.4 (2024-03-31)
* Fixed #6973: Escaping issue in tags extra files deprecation helper

View File

@ -2,6 +2,13 @@
## Material for MkDocs
### 9.5.17 <small>April 2, 2024</small> { id="9.5.17" }
- Updated Serbian translations
- Fixed #7003: Confusing keyboard interaction for palette toggle
- Fixed #7001: Blog posts now show time by default (9.5.16 regression)
- Fixed edge case in backport of social plugin font loading logic
### 9.5.16 <small>March 31, 2024</small> { id="9.5.16" }
- Updated Russian translations

View File

@ -2,6 +2,10 @@
## Material for MkDocs Insiders
### 4.53.5 <small>April 2, 2024</small> { id="4.53.5" }
- Fixed social plugin crashing when no colors are specified in palettes
### 4.53.4 <small>March 31, 2024</small> { id="4.53.4" }
- Fixed #6973: Escaping issue in tags extra files deprecation helper

View File

@ -18,4 +18,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
__version__ = "9.5.16"
__version__ = "9.5.17"

View File

@ -32,7 +32,7 @@
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.16">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.17">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
"version": "9.5.16",
"version": "9.5.17",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "9.5.16",
"version": "9.5.17",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.5.16",
"version": "9.5.17",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",