Skip to content

Releases: lycheeverse/lychee

Version 0.6.0-alpha4

29 Mar 21:37
@mre mre
76fa56d
Compare
Choose a tag to compare
Version 0.6.0-alpha4 Pre-release
Pre-release
Merge pull request #200 from lycheeverse/exclude-mail-fix

Fix exclude mail, add tests

Version 0.6.0-alpha3

29 Mar 21:37
@mre mre
76fa56d
Compare
Choose a tag to compare
Version 0.6.0-alpha3 Pre-release
Pre-release

Fix broken email exclusion parameter

Version 0.6.0-alpha2

29 Mar 13:02
@mre mre
bcb3933
Compare
Choose a tag to compare
Version 0.6.0-alpha2 Pre-release
Pre-release
v0.6.0-alpha2

Add support for website quirks

Version 0.6.0-alpha

19 Mar 12:29
@mre mre
00bce9d
Compare
Choose a tag to compare
Version 0.6.0-alpha Pre-release
Pre-release

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

12 Feb 22:54
@mre mre
75e2f32
Compare
Choose a tag to compare
Version 0.5.1-alpha Pre-release
Pre-release

Pre-release to allow packaging for homebrew

  • Switch to master branch of if-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

10 Jan 00:05
@mre mre
Compare
Choose a tag to compare
  • Use html5ever for HTML link extraction (#98)
  • Upgrade to tokio 1.0 and reqwest 0.11.0
  • Add JSON output feature
  • Test that cli parameters / usage are in sync in README.md (#95)
  • Update other dependencies

Version 0.4.1

03 Jan 16:55
@mre mre
cd00fa6
Compare
Choose a tag to compare
  • Find more URLs in HTML files (see #83)
  • Run clippy for all targets, including tests
  • Update dependencies

Version 0.4.0

11 Dec 22:54
@mre mre
Compare
Choose a tag to compare
  • Build binaries for Linux, Windows, and macOS for every release (#74)
  • Publish releases on crates.io (#65)
  • Publish releases on FreeBSD (@pizzamig)

Version 0.3.1

03 Dec 14:05
@mre mre
8294e47
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release
  • Make README.md the default when no inputs are given
  • Add troubleshooting guide and .editorconfig (#60)
  • Add support for reading from stdin and make input handling more robust
  • Add official Docker image #40
  • Mention official Docker image
  • Revamp documentation

Version 0.3.0

03 Dec 14:06
@mre mre
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
  • 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