Skip to content

Commit a2a4dd9

Browse files
committed
Prepare 9.4.9 release
1 parent a508bcc commit a2a4dd9

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
mkdocs-material-9.4.9 (2023-11-17)
2+
3+
* Fixed #6344: Long entries cutoff in table of contents
4+
* Fixed #6336: Custom template for glob archive not working with pagination
5+
* Fixed #6328: Blog plugin crashes for locales with dashes, e.g. `pt-BR`
6+
* Fixed #6327: Copy-to-clipboard button doesn't trim trailing line feed
7+
* Fixed #6302: Version strings not matched when using mike, only aliases
8+
* Fixed instant navigation progress indicator for gzipped content in Chrome
9+
* Fixed rendering bug on details marker rotation in Firefox
10+
111
mkdocs-material-9.4.8+insiders-4.43.0 (2023-11-05)
212

313
* Added support for GitLab committers (document contributors)

docs/changelog/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Material for MkDocs
44

5+
### 9.4.9 <small>November 17, 2023</small> { id="9.4.9" }
6+
7+
- Fixed #6344: Long entries cutoff in table of contents
8+
- Fixed #6336: Custom template for glob archive not working with pagination
9+
- Fixed #6328: Blog plugin crashes for locales with dashes, e.g. `pt-BR`
10+
- Fixed #6327: Copy-to-clipboard button doesn't trim trailing line feed
11+
- Fixed #6302: Version strings not matched when using mike, only aliases
12+
- Fixed instant navigation progress indicator for gzipped content in Chrome
13+
- Fixed rendering bug on details marker rotation in Firefox
14+
515
### 9.4.8 <small>November 5, 2023</small> { id="9.4.8" }
616

717
- Fixed invalid local address replacement when using instant loading

material/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21-
__version__ = "9.4.8"
21+
__version__ = "9.4.9"

material/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3333
{% endif %}
3434
<link rel="icon" href="{{ config.theme.favicon | url }}">
35-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.4.8">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.4.9">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% if page.meta and page.meta.title %}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.4.8",
3+
"version": "9.4.9",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)