Skip to content

Version 0.11.0

Compare
Choose a tag to compare
@mre mre released this 22 Feb 20:45
· 624 commits to master since this release
123742a

Summary

Adds support for overriding accepted status codes for cached URIs. Previously,
the override was ignored for cached URIs. Furthermore reduces the false positive
rate by excluding <script> tags by default and recursively skipping verbatim
elements.

What's Changed

  • Allow overriding accepted status codes for cached URIs by @mre in #843
  • Add different verbosity levels by @mre in #824
  • Exclude <script> tags by default by @mre in #848
  • Recursively skip verbatim elements by @mre in #847
  • Harden URL detection and extend verbatim elements by @mre in #899
  • Remove address from verbatim elements by @mre in #901
  • Properly handle youtu.be shortlinks by @mre in #908
  • Less verbose cache age formatting by @mre in #849
  • Fix verbosity serialization by @mre in #853
  • Refactor check function by @mre in #860
  • Add more markdown extensions by @mre in #866
  • Fix Rust 1.66 clippy lints by @mre in #879
  • Extend response stats in verbose mode by @mre in #882
  • Change progress bar style by @mre in #718
  • Update automerge config by @mre in #893
  • Don't build Docker image for pushes to arbitrary branches by @mre in #894
  • Fix automerge config by @mre in #904
  • chore!: improve client and remap modules by @lebensterben in #913
  • Experiment with Github actions cache by @mre in #919
  • Try nextest for CI builds by @mre in #921
  • Run publish-check in parallel with other jobs by @mre in #922
  • ci: update checkout action to v3 by @lebensterben in #927
  • Introduce new let...else syntax by @mre in #936
  • Fix typos by @kianmeng in #944
  • Add note about lychee.toml and exclude_path to README.md by @ruzickap in #823
  • Update dependencies

New Contributors

Full Changelog: v0.10.3...v0.11.0