Skip to content

Releases: lycheeverse/lychee

nightly

13 Nov 08:48
@mre mre
2d35dcc
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

What's Changed

Breaking Changes and Bugs 🚨

  • Fix: Bring back error output for links by @mre in #1553

Miscellaneous and Others 🔔

  • Support underscores in Markdown URLs by @mre in #1555
  • Improve robustness of cache integration test by @mre in #1557
  • Support excluded paths in --dump-inputs by @mre in #1556
  • Update all Docker images to Debian Bookworm by @mre in #1558
  • Add quirks support for youtube-nocookie.com and youtube embed URLs by @mre in #1563
  • Rename fail_map to error_map for consistency by @mre in #1560

Full Changelog: lychee-v0.17.0...nightly

lychee-v0.17.0

06 Nov 16:52
@mre mre
2cdec32
Compare
Choose a tag to compare

Fixed

  • Remove tokio console subscriber (#1524)

Other

  • Bump the dependencies group across 1 directory with 12 updates (#1544)
  • Ignore casing when processing markdown fragments + check for percent encoded ancors (#1535)
  • Refactor cache handling test to make it more robust (#1548)
  • Fix format option in configuration file (#1547)
  • Fix skipping of email addresses in stylesheets (#1546)
  • Add support for relative links (#1489)
  • Update pkg-url of cargo binstall (#1532)
  • Bump the dependencies group with 3 updates (#1530)
  • Allow excluding cache based on status code (#1403)
  • Respect timeout when retrieving archived link (#1526)
  • Disable Wayback machine tests
  • Bump the dependencies group with 6 updates (#1516)

lychee-lib-v0.17.0

06 Nov 16:50
@mre mre
2cdec32
Compare
Choose a tag to compare

Added

  • Add tests for dns-prefetch (#1522)

Other

  • Bump the dependencies group across 1 directory with 12 updates (#1544)
  • Ignore casing when processing markdown fragments + check for percent encoded ancors (#1535)
  • Fix skipping of email addresses in stylesheets (#1546)
  • Add support for relative links (#1489)
  • Box Octocrab error as it is too large (#1543)
  • Don't check prefix attribute (#1536)
  • Bump the dependencies group with 3 updates (#1530)
  • Allow excluding cache based on status code (#1403)
  • Ignore textContent links in html nodes (#1528)
  • Exclude rel=dns-prefetch links (#1520)
  • Improve docs for fragment checker
  • Don't check preconnect links (#1187)
  • Bump the dependencies group with 6 updates (#1516)

lychee-v0.16.1

06 Oct 15:46
f63b4ae
Compare
Choose a tag to compare

What's Changed

Miscellaneous and Others 🔔

  • markdown.rs: make first line a top-level heading by @sebastiaanspeck in #1511
  • chore: release v0.16.1 by @github-actions in #1514

Full Changelog: lychee-v0.16.0...lychee-v0.16.1

lychee-v0.16.0

06 Oct 14:59
eff8461
Compare
Choose a tag to compare

What's Changed

Miscellaneous and Others 🔔

New Contributors

Full Changelog: v0.15.1...lychee-v0.16.0

lychee-lib-v0.16.1

06 Oct 15:44
f63b4ae
Compare
Choose a tag to compare
chore: Release package lychee-lib version 0.16.1

lychee-lib-v0.16.0

06 Oct 14:57
eff8461
Compare
Choose a tag to compare

What's Changed

Miscellaneous and Others 🔔

New Contributors

Full Changelog: v0.15.1...lychee-lib-v0.16.0

Version 0.15.1

29 Apr 08:07
Compare
Choose a tag to compare

Overview

Minor improvements. The plugin request chain is ready for use. Take a look at examples/chain/chain.rs to see how it can be used.

What's Changed

Miscellaneous and Others 🔔

New Contributors

Full Changelog: v0.15.0...v0.15.1

Version 0.15.0

25 Apr 07:45
Compare
Choose a tag to compare

What's Changed

Miscellaneous and Others 🔔

New Contributors

Full Changelog: v0.14.3...v0.15.0

Version 0.14.3

05 Feb 15:56
@mre mre
90ed0e7
Compare
Choose a tag to compare

What's Changed

Miscellaneous and Others 🔔

  • fix(tests): update the expected output in cli tests by @orhun in #1362
  • status.rs: Make json output more verbose by @Asiderr in #1367
  • Set URI to HTTPS for ErrorKind::InsecureURL by @Elkiwa in #1369
  • Fixed fragment generation for headings with inline code by @HU90m in #1370
  • Move to workspace versioning by @mre in #1372

New Contributors

Full Changelog: v0.14.2...v0.14.3