mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Documentation for release 10.4.0
This commit is contained in:
parent
042aa2c915
commit
10adf4c8a1
2 changed files with 17 additions and 1 deletions
|
|
@ -1,3 +1,19 @@
|
|||
10.4.0 (released 11.12.2023)
|
||||
|
||||
Features:
|
||||
- FIFOs can be used with --config and --cookiefile
|
||||
|
||||
Changes:
|
||||
- Minimum Python version required is 3.9
|
||||
- ms-windows-store added to the list of ignored schemes
|
||||
- linkchecker will exit if problems with a configuration file or cookie file
|
||||
are detected on startup
|
||||
|
||||
Fixes
|
||||
- A cookie file that could not be parsed was causing an exception
|
||||
- Documentation updates
|
||||
|
||||
|
||||
10.3.0 (released 18.09.2023)
|
||||
|
||||
Features:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Upgrading
|
||||
=========
|
||||
|
||||
Migrating from 10.3 to 10.x
|
||||
Migrating from 10.3 to 10.4
|
||||
---------------------------
|
||||
Python 3.9 or newer is required.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue