File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,33 @@ The current and past members of the MkDocs team.
21
21
* [ @d0ugal ] ( https://github.com/d0ugal/ )
22
22
* [ @waylan ] ( https://github.com/waylan/ )
23
23
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
+
24
51
## Version 1.2.2 (2021-07-18)
25
52
26
53
* Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters
Original file line number Diff line number Diff line change 2
2
3
3
4
4
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
5
- __version__ = '1.2.2 '
5
+ __version__ = '1.2.3 '
You can’t perform that action at this time.
0 commit comments