Skip to content

Commit 3d1b011

Browse files
authored
Release 1.4.3 (#3208)
1 parent 4ac1484 commit 3d1b011

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/about/release-notes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@ The current and past members of the MkDocs team.
2727
* [@oprypin](https://github.com/oprypin/)
2828
* [@ultrabug](https://github.com/ultrabug/)
2929

30+
## Version 1.4.3 (2023-05-02)
31+
32+
* Bugfix: for the `hooks` feature, modules no longer fail to load if using some advanced Python features like dataclasses (#3193)
33+
34+
* Bugfix: Don't create `None` sitemap entries if the page has no populated URL - affects sites that exclude some files from navigation ([`07a297b`](https://github.com/mkdocs/mkdocs/commit/07a297b3b4de4a1b49469b1497ee34039b9f38fa))
35+
36+
* "readthedocs" theme:
37+
* Accessibility: add aria labels to Home logo (#3129) and search inputs (#3046)
38+
* "readthedocs" theme now supports `hljs_style:` config, same as "mkdocs" theme (#3199)
39+
40+
* Translations:
41+
* Built-in themes now also support Indonesian language (#3154)
42+
* Fixed `zh_CN` translation (#3125)
43+
* `tr_TR` translation becomes just `tr` - usage should remain unaffected (#3195)
44+
45+
See [commit log](https://github.com/mkdocs/mkdocs/compare/1.4.2...1.4.3).
46+
3047
## Version 1.4.2 (2022-11-01)
3148

3249
* Officially support Python 3.11 (#3020)

mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
5-
__version__ = '1.4.2'
5+
__version__ = '1.4.3'

0 commit comments

Comments
 (0)