15
0
forked from pool/python-mkdocs
Files
python-mkdocs/python-mkdocs.changes

103 lines
4.5 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Nov 17 20:32:38 UTC 2021 - Elisei Roca <eroca@mailbox.org>
- do not build for python2; mkdocs is python3-only since 1.1
- update dependencies and add all also as BuildRequires to always deliver an
installable package
- update to version 1.2.3 (2021-10-12)
https://github.com/mkdocs/mkdocs/blob/1.2.3/docs/about/release-notes.md
* Built-in themes now also support these languages:
* Simplified Chinese (#2497)
* Japanese (#2525)
* Brazilian Portuguese (#2535)
* Spanish (#2545, previously #2396)
* Third-party plugins will take precedence over built-in plugins with the same
name (#2591)
* Bugfix: Fix ability to load translations for some languages:
core support (#2565) and search plugin support with fallbacks (#2602)
* Bugfix (regression in 1.2): Prevent directory traversal in the dev server
(#2604)
* Bugfix (regression in 1.2): Prevent webserver warnings from being treated as
a build failure in strict mode (#2607)
* Bugfix: Correctly print colorful messages in the terminal on Windows (#2606)
* Bugfix: Python version 3.10 was displayed incorrectly in `--version` (#2618)
* Other small improvements
see commit log (https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3).
- changes in 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)
* 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)
* 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)
- changes in 1.2.1 (2021-06-09)
* Bugfix (regression in 1.2): Ensure 'gh-deploy' always pushes.
- changes in 1.2 (2021-06-04)
* Support added for Theme Localization (#2299)
* Support added for Environment Variables in the configuration file (#1954)
* Support added for Configuration Inheritance (#2218)
* Update `gh-deploy` command (#2170)
* Rework auto-reload and HTTP server for `mkdocs serve` (#2385)
* Offset the local site root according to the sub-path of the `site_url` (#2424)
* A `build_error` event was added (#2103)
* Three new exceptions: BuildError PluginError and Abort (#2103)
* Search Indexing Strategy configuration
* Backwards incompatible changes in 1.2
https://github.com/mkdocs/mkdocs/blob/1.2/docs/about/release-notes.md?plain=1#L160
* Other changes and additions, bugfixes in 1.2
https://github.com/mkdocs/mkdocs/blob/1.2/docs/about/release-notes.md?plain=1#L230
-------------------------------------------------------------------
Sat Aug 14 21:50:43 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Trim conjecture from description. Use multi-file find -exec.
- Make fdupes actually functional.
-------------------------------------------------------------------
Wed May 19 18:13:47 UTC 2021 - Matthias Mailänder <mailaender@opensuse.org>
- update to version 1.1.2
- unbundled font awesome
-------------------------------------------------------------------
Fri Sep 14 09:30:48 UTC 2018 - ecsos@opensuse.org
- update to 1.0.4
- Bugfix: Ignore absolute links in Markdown (#1621).
- changes from 1.0.3
- Bugfix: Warn on relative paths in navigation (#1604).
- Bugfix: Handle empty theme_config.yml files correctly (#1602).
- changes from 1.0.2
- Bugfix: Provide absolute base_url to error templates (#1598).
- changes from 1.0.1
- Bugfix: Prevent page reload when [Enter] is pressed in search
box (#1589).
- Bugfix: Avoid calling search until all assets are ready
(#1584).
- Bugfix: Exclude README.md if index.md is present (#1580).
- Bugfix: Fix readthedocs theme navigation bug with homepage
(#1576).
- changes from 1.0.0
Internal handling of pages, files and navigation has been
completely refactored. See:
https://www.mkdocs.org/about/release-notes/#version-10-2018-08-03
-------------------------------------------------------------------
Tue Jul 3 17:40:35 UTC 2018 - ecsos@opensuse.org
- initial version 0.17.4