Skip to content

Commit

Permalink
Release 1.4.3 (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed May 2, 2023
1 parent 4ac1484 commit 3d1b011
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/about/release-notes.md
Expand Up @@ -27,6 +27,23 @@ The current and past members of the MkDocs team.
* [@oprypin](https://github.com/oprypin/)
* [@ultrabug](https://github.com/ultrabug/)

## Version 1.4.3 (2023-05-02)

* Bugfix: for the `hooks` feature, modules no longer fail to load if using some advanced Python features like dataclasses (#3193)

* 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))

* "readthedocs" theme:
* Accessibility: add aria labels to Home logo (#3129) and search inputs (#3046)
* "readthedocs" theme now supports `hljs_style:` config, same as "mkdocs" theme (#3199)

* Translations:
* Built-in themes now also support Indonesian language (#3154)
* Fixed `zh_CN` translation (#3125)
* `tr_TR` translation becomes just `tr` - usage should remain unaffected (#3195)

See [commit log](https://github.com/mkdocs/mkdocs/compare/1.4.2...1.4.3).

## Version 1.4.2 (2022-11-01)

* Officially support Python 3.11 (#3020)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/__init__.py
Expand Up @@ -2,4 +2,4 @@


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

0 comments on commit 3d1b011

Please sign in to comment.