Skip to content

Commit 7b8b82e

Browse files
committed
Prepare 9.1.0 release
1 parent 15578c7 commit 7b8b82e

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

Diff for: CHANGELOG

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
mkdocs-material-9.1.0 (2023-02-??)
1+
mkdocs-material-9.1.0 (2023-03-02)
22

3-
* Docker image now also built for arm64 and armv7
3+
* Docker image now available for amd64, arm64 and armv7
44
* Updated Chinese (Taiwanese) translations
55
* Generalized tag identifier implementation
66
* Fixed flickering of header shadow on load

Diff for: docs/changelog/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Material for MkDocs
44

5+
### 9.1.0 <small>March 2, 2023</small> { id="9.1.0" }
6+
7+
- Docker image now available for `amd64`, `arm64` and `armv7`
8+
- Updated Chinese (Taiwanese) translations
9+
- Generalized tag identifier implementation
10+
- Fixed flickering of header shadow on load
11+
- Fixed occasional flickering of announcement bar
12+
513
### 9.0.15 <small>February 26, 2023</small> { id="9.0.15" }
614

715
- Updated Chinese (Traditional) translations

Diff for: material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="next" href="{{ page.next_page.url | url }}">
2929
{% endif %}
3030
<link rel="icon" href="{{ config.theme.favicon | url }}">
31-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.15">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.0">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% if page.meta and page.meta.title %}

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.0.15",
3+
"version": "9.1.0",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)