Most notably with this release the deprecated --exclude-mail
flag was removed and the behavior of the --accept
flag was updated. Previously, status codes such as 200 OK
were always accepted. Now they are only accepted by default. This means providing the argument --accept 201
now rejects status code 200 OK
.
Added
- Raise error when the default config file is invalid (#1715)
- Detect website fragments (#1675)
- Move archive functionality to library (#1720)
- Add TLS version option (#1655)
- Add FreeBSD-Ask to users (#1662)
- Add support for custom file extensions in link checking. (#1559)
- Add support for custom headers in input processing (#1561)
- Add possible values for minimum TLS version in help message (#1693)
Fixed
- Only check fragments inside files (#1713)
- Update --accept behaviour (#1661)
- Allow header values that contain equal signs (#1647)
Other
- Remove deprecated
--exclude-mail
flag (#1669) - Bump the dependencies group across 1 directory with 3 updates (#1714)
- Upgrade to 2024 edition (#1711)
- Fix
test_exclude_example_domains
(#1712) - Fix lints (#1705)
- Bump the dependencies group with 2 updates
- Bump the dependencies group across 1 directory with 11 updates (#1692)
- Specify MSRV (#1676)
- Make clippy happy (#1681)
- Bump the dependencies group with 3 updates (#1670)
- Fix accept/exclude range syntax and docs (#1668)
- Bump the dependencies group with 4 updates (#1664)
- Bump the dependencies group with 11 updates (#1656)
- Bump the dependencies group across 1 directory with 14 updates (#1653)
- Format Markdown URLs with
<>
instead of[]()
(#1638) - Bump the dependencies group across 1 directory with 21 updates (#1643)
- Add tests for URL extraction ending with a period (#1641)
- Renamed
base
tobase_url
(fixes #1607) (#1629)