Releases: lycheeverse/lychee
Releases · lycheeverse/lychee
Version 0.6.0-alpha4
Merge pull request #200 from lycheeverse/exclude-mail-fix Fix exclude mail, add tests
Version 0.6.0-alpha3
Fix broken email exclusion parameter
Version 0.6.0-alpha2
v0.6.0-alpha2 Add support for website quirks
Version 0.6.0-alpha
Pre-release to fix issues with excluding mails
We are blocked on upstream dependencies for a proper 0.6.0. See #59 (comment).
In the meantime this is an alpha release to unblock some users. It includes the fix for skipping emails (#177) and other smaller fixes.
Version 0.5.1-alpha
Pre-release to allow packaging for homebrew
- Switch to
master
branch ofif-mail-exists
to fully migrate to tokio 1.x. - Explicitly use latest ring crate to allow compiling on Apple Silicon (required for homebrew)
- Detect and properly handle
mailto:
addresses - Add support for excluding all e-mails from being checked
- Update dependencies
Version 0.5.0
Version 0.4.1
- Find more URLs in HTML files (see #83)
- Run clippy for all targets, including tests
- Update dependencies
Version 0.4.0
Version 0.3.1
Version 0.3.0
- Add connection timeout
- Add e-mail checking support
- Support exponential backoff in check_real #1
- Add progress bar
- use action-rs for CI
- Add
Uri::host_ip
method and tests - Implement exclude private URLs feature
- Introduce cargo fmt and clippy checks, fix all clippy warnings
- Add
--exclude-all-private
flag and cli integration test - Add comparison table and recording of demo run (#17)
- Support relative URLs (#15)
- Configuration file (lychee.toml) (#16)
- Add support for
include
patterns (#23) - Add support for basic auth #18 (#20)
- Make GITHUB_TOKEN optional (#22)
- Refactor and add documentation
- Use builder pattern and channels (fixes #12) (#33)
- Properly announce lychee user agent (#38)
- Cleanup unused depependencies
- Update dependencies
- Update documentation