Summary
With this release, lychee does less useless retries, so it should be faster in cases where you have a lot of broken links or run into rate-limiting issues. We also suggest archived links for broken links now. The JSON output format also shows status codes for fail_map
and success_map
. On top of that, the release contains a lot of bug fixes for issues that users discovered. Please read the next section for more details. Thanks to all contributors!
What's Changed
- Update 'verbose' in lychee TOML example to be
Verbosity
instead of boolean by @lucywyman in #971 - Better retry handling by @mre in #981
- Fix
--max-redirects
by @mre in #987 - Update name of Arch package by @polyzen in #959
- Customize verbosity by @mre in #956
- Fix nested URL extraction in verbatim elements by @mre in #988
- Add status codes to maps by @vilben in #1014
- Wayback integration by @thomas-zahner in #1003
- Use standard error for error output by @mre in #990
- Update dependencies
New Contributors
- @polyzen made their first contribution in #959
- @lucywyman made their first contribution in #971
- @vilben made their first contribution in #1014
- @thomas-zahner made their first contribution in #1003
Full Changelog: v0.11.1...v0.12.0