mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 06:10:59 +00:00
Updated changelog.
[ci skip]
This commit is contained in:
parent
f9bf831804
commit
e9ce3b46ff
1 changed files with 5 additions and 0 deletions
|
|
@ -6,9 +6,13 @@ Features:
|
|||
checks into plugins (see upgrading.txt for more info).
|
||||
- checking: Add options to limit the number of requests per second,
|
||||
allowed URL schemes and maximum file or download size.
|
||||
Closes: GH bug #397
|
||||
- gui: UI language can be changed dynamically.
|
||||
Closes: GH bug #391
|
||||
|
||||
Changes:
|
||||
- checking: Use the Python requests module for HTTP and HTTPS requests.
|
||||
Closes: GH bug #393
|
||||
- logging: Removed download, domains and robots.txt statistics.
|
||||
- logging: HTML output is now in HTML5.
|
||||
- checking: Removed 301 warning since 301 redirects are used
|
||||
|
|
@ -22,6 +26,7 @@ Changes:
|
|||
client IPs.
|
||||
- checking: Only internal URLs are checked as default. To check
|
||||
external urls use --check-extern.
|
||||
Closes: GH bug #394
|
||||
|
||||
Fixes:
|
||||
- logging: Status was printed every second regardless of the
|
||||
|
|
|
|||
Loading…
Reference in a new issue