mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-28 02:18:31 +07:00
Release 1.2.2 (#2496)
This commit is contained in:
@@ -21,15 +21,49 @@ The current and past members of the MkDocs team.
|
||||
* [@d0ugal](https://github.com/d0ugal/)
|
||||
* [@waylan](https://github.com/waylan/)
|
||||
|
||||
## Version 1.2.2 (2021-07-18)
|
||||
|
||||
* Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters
|
||||
(#2464)
|
||||
|
||||
* Bugfix (regression in 1.2): Revert livereload file watching to use polling
|
||||
observer (#2477)
|
||||
|
||||
This had to be done to reasonably support usages that span virtual
|
||||
filesystems such as non-native Docker and network mounts.
|
||||
|
||||
This goes back to the polling approach, very similar to that was always used
|
||||
prior, meaning most of the same downsides with latency and CPU usage.
|
||||
|
||||
* Revert from 1.2: Remove the requirement of a `site_url` config and the
|
||||
restriction on `use_directory_urls` (#2490)
|
||||
|
||||
* Bugfix (regression in 1.2): Don't require trailing slash in the URL when
|
||||
serving a directory index in `mkdocs serve` server (#2507)
|
||||
|
||||
Instead of showing a 404 error, detect if it's a directory and redirect to a
|
||||
path with a trailing slash added, like before.
|
||||
|
||||
* Bugfix: Fix `gh_deploy` with config-file in the current directory (#2481)
|
||||
|
||||
* Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (#2179)
|
||||
|
||||
* Allow "mkdocs.yaml" as the file name when '--config' is not passed (#2478)
|
||||
|
||||
* Stop treating ";" as a special character in URLs: urlparse -> urlsplit (#2502)
|
||||
|
||||
* Improve build performance for sites with many pages (partly already done in
|
||||
1.2) (#2407)
|
||||
|
||||
## Version 1.2.1 (2021-06-09)
|
||||
|
||||
* Bugfix: Ensure 'gh-deploy' always pushes.
|
||||
* Bugfix (regression in 1.2): Ensure 'gh-deploy' always pushes.
|
||||
|
||||
## Version 1.2 (2021-06-04)
|
||||
|
||||
### Major Additions to Version 1.2
|
||||
|
||||
### Support added for Theme Localization (#2299)
|
||||
#### Support added for Theme Localization (#2299)
|
||||
|
||||
The `mkdocs` and `readthedocs` themes now support language localization using
|
||||
the `theme.locale` parameter, which defaults to `en` (English). The only other
|
||||
@@ -173,6 +207,9 @@ configuration documentation for details.
|
||||
string. In that case, if `use_directory_urls` is not explicitly set to
|
||||
`false`, a warning will be issued (#2189).
|
||||
|
||||
!!! note
|
||||
This was reverted in release 1.2.2
|
||||
|
||||
* The `google_analytics` configuration option is deprecated as Google appears to
|
||||
be fazing it out in favor of its new Google Analytics 4 property. See the
|
||||
documentation for your theme for alternatives which can be configured as part
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
|
||||
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
|
||||
__version__ = '1.2.1'
|
||||
__version__ = '1.2.2'
|
||||
|
||||
Reference in New Issue
Block a user