- Improve concurrency with streams (#330)
- Add ability to recursively walk a directory for links (e.g.
lychee .
) - Fix false-positives for special Github URLs (like /sponsors or /marketplace)
- Use tokenizer for extraction; add benchmark (#424)
- Max concurrency moved to check (#419)
- Add support for .lycheeignore file #308 (#402)
- Only print source in verbose mode (#400)
- Use thiserror for error handling (#399)
- Update docs and tests