Skip to content

Commit

Permalink
Merge pull request #692 from cjmayo/rel102
Browse files Browse the repository at this point in the history
Documentation for release 10.2.0
  • Loading branch information
cjmayo committed Nov 21, 2022
2 parents 61835b0 + f8e2faa commit 4a75a11
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 23 additions & 4 deletions doc/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,31 @@
10.x
10.2.0 (released 21.11.2022)

Features:
- ignoreerrors setting to disregard errors for URLs after checking
- AnchorCheck plugin has partial support for checking local files

Changes:
- Minimum Python version required is 3.7
- PyXDG is no longer used
- setuptools and setup.py replaced with hatchling and pyproject.toml
- The application version is derived from git tags using hatch-vcs
- Binary translation catalogs are compiled using polib during distribution
- Binary translation catalogs are produced using polib during distribution
package building and are now included in sdist packages
- Warning url-rate-limited renamed to http-rate-limited.
- gemini, tg (Telegram) and whatsapp added to the list of ignored schemes
- Warning url-rate-limited renamed to http-rate-limited
- maxrequestspersecond can be less than 1
- maxrequestspersecond greater than 10 is used unchanged if the HTTP server
returns a LinkChecker response header
- When a sitemap is discovered from a robots.txt file, the robots.txt is logged
as the sitemap parent URL

Fixes:
- Checking directories containing Unicode filenames
- Parsing srcset attributes with multiple image candidates
- resultcachesize setting was being ignored
- sitemap output when using multiple threads
- AnchorCheck plugin is re-enabled
- Multiple man page and other documentation updates


10.1.0 (released 22.12.2021)
Expand Down Expand Up @@ -58,7 +77,7 @@ Changes:
a new warning: WARN_URL_RATE_LIMITED, instead of an error
- checking: Use timeout when fetching login forms and robots.txt
- checking: login forms with only one field are supported
- checking: slack and whatsapp added to the list of ignored schemes
- checking: slack added to the list of ignored schemes
- tests: Test coverage has been increased
- biplist is no longer used because plistlib now supports binary files
- dnspython and miniboa are no longer included
Expand Down
2 changes: 1 addition & 1 deletion doc/upgrading.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Upgrading
=========
Migrating from 10.1 to 10.x
Migrating from 10.1 to 10.2
---------------------------
Python 3.7 or newer is required.

Expand Down

0 comments on commit 4a75a11

Please sign in to comment.