Skip to content

Commit 646c7ab

Browse files
committed
Prepare 9.6.9 release
1 parent 27d57ea commit 646c7ab

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mkdocs-material-9.6.9 (2025-03-17)
2+
3+
* Updated Serbo-Croatian translations
4+
* Fixed #8086: Custom SVG icons containing hashes break rendering
5+
* Fixed #8067: Drawer has gap on right side in Firefox on some OSs
6+
17
mkdocs-material-9.6.8+insiders-4.53.16 (2025-03-13)
28

39
* Fixed #8019: Tooltips have precedence over instant previews

docs/changelog/index.md

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

33
## Material for MkDocs
44

5+
### 9.6.9 <small>March 17, 2025</small> { id="9.6.9" }
6+
7+
- Updated Serbo-Croatian translations
8+
- Fixed #8086: Custom SVG icons containing hashes break rendering
9+
- Fixed #8067: Drawer has gap on right side in Firefox on some OSs
10+
511
### 9.6.8 <small>March 13, 2025</small> { id="9.6.8" }
612

713
- Added Welsh translations

material/__init__.py

+1-1
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.6.8"
21+
__version__ = "9.6.9"

material/templates/base.html

+1-1
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.6.8">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.6.9">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% if page.meta and page.meta.title %}

package-lock.json

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

package.json

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

0 commit comments

Comments
 (0)