mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-13 09:03:11 +00:00
Documentation for release 10.3.0
This commit is contained in:
parent
95f158efd6
commit
aa00dc7853
2 changed files with 13 additions and 2 deletions
|
|
@ -1,9 +1,20 @@
|
|||
10.x
|
||||
10.3.0 (released 18.09.2023)
|
||||
|
||||
Features:
|
||||
- TextLogger message wrapping is configurable using wraplength
|
||||
|
||||
Changes:
|
||||
- Minimum Python version required is 3.8
|
||||
- HTTP redirect causes a warning, http-redirected
|
||||
- Ignored warning messages are logged as information
|
||||
- Installing from git archives is re-enabled
|
||||
- Support for checking NNTP and Telnet links is removed
|
||||
|
||||
Fixes
|
||||
- -p/--password was being ignored
|
||||
- FTP checker was raising a TypeError
|
||||
- FTP checker was ignoring maxfilesizedownload
|
||||
- Documentation updates
|
||||
|
||||
|
||||
10.2.1 (released 05.12.2022)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Upgrading
|
||||
=========
|
||||
|
||||
Migrating from 10.2 to 10.x
|
||||
Migrating from 10.2 to 10.3
|
||||
---------------------------
|
||||
Python 3.8 or newer is required.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue