8000 Release 1.2.3 (#2614) · mkdocs/mkdocs@d167eab · GitHub
[go: up one dir, main page]

Skip to content

Commit d167eab

Browse files
authored
Release 1.2.3 (#2614)
1 parent 5629b09 commit d167eab

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

docs/about/release-notes.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,33 @@ The current and past members of the MkDocs team.
2121
* [@d0ugal](https://github.com/d0ugal/)
2222
* [@waylan](https://github.com/waylan/)
2323

24+
## Version 1.2.3 (2021-10-12)
25+
26+
* Built-in themes now also support these languages:
27+
* Simplified Chinese (#2497)
28+
* Japanese (#2525)
29+
* Brazilian Portuguese (#2535)
30+
* Spanish (#2545, previously #2396)
31+
32+
* Third-party plugins will take precedence over built-in plugins with the same
33+
name (#2591)
34+
35+
* Bugfix: Fix ability to load translations for some languages:
36+
core support (#2565) and search plugin support with fallbacks (#2602)
37+
38+
* Bugfix (regression in 1.2): Prevent directory traversal in the dev server
39+
(#2604)
40+
41+
* Bugfix (regression in 1.2): Prevent webserver warnings from being treated as
42+
a build failure in strict mode (#2607)
43+
44+
* Bugfix: Correctly print colorful messages in the terminal on Windows (#2606)
45+
46+
* Bugfix: Python version 3.10 was displayed incorrectly in `--version` (#2618)
47+
48+
Other small improvements; see
49+
[commit log](https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3).
50+
2451
## Version 1.2.2 (2021-07-18)
2552

2653
* Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters

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.2.2'
5+
__version__ = '1.2.3'

0 commit comments

Comments
 (0)
0