Skip to content

Commit bb7e8b6

Browse files
authored
Version 1.6.1. (#3819)
1 parent 0b22a52 commit bb7e8b6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/about/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,24 @@ 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.6.1 (2024-08-30)
31+
32+
### Fixed
33+
34+
* Fix build error when environment variable `SOURCE_DATE_EPOCH=0` is set. #3795
35+
* Fix build error when `mkdocs_theme.yml` config is empty. #3700
36+
* Support `python -W` and `PYTHONWARNINGS` instead of overriding the configuration. #3809
37+
* Support running with Docker under strict mode, by removing `0.0.0.0` dev server warning. #3784
38+
* Drop unnecessary `changefreq` from `sitemap.xml`. #3629
39+
* Fix JavaScript console error when closing menu dropdown. #3774
40+
* Fix JavaScript console error that occur on repeated clicks. #3730
41+
* Fix JavaScript console error that can occur on dropdown selections. #3694
42+
43+
### Added
44+
45+
* Added translations for Dutch. #3804
46+
* Added and updated translations for Chinese (Simplified). #3684
47+
3048
## Version 1.6.0 (2024-04-20)
3149

3250
### Local preview

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.6.0'
5+
__version__ = '1.6.1'

0 commit comments

Comments
 (0)