Releases: lycheeverse/lychee
Releases · lycheeverse/lychee
nightly
What's Changed
Breaking Changes and Bugs 🚨
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
toerror_map
for consistency by @mre in #1560
Full Changelog: lychee-v0.17.0...nightly
lychee-v0.17.0
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
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
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
What's Changed
Miscellaneous and Others 🔔
- Fix clippy errors by @dscho in #1423
- Fix typo in pre-commit config in README by @f-hollow in #1424
- add tel by @Its-Just-Nans in #1429
- Add Execa to list of users by @ehmicky in #1435
- Don't trim mailto: prefix when converting a Uri into a string by @thomas-zahner in #1438
- Add a mode to handle "pretty URLs", i.e. URIs without
.html
extension by @dscho in #1422 - Update TROUBLESHOOTING.md by @mschfh in #1440
- Extend documentation for
RequestChain
by @mre in #1442 - Add response formatter; refactor stats formatter by @mre in #1398
- Screencast update by @mre in #1445
- README: Add Nixpkgs to Installation by @roberth in #1448
- feat(clap): show help menu on no args as well by @pwnwriter in #1458
- Add openSUSE Tumbleweed to the installation instructions by @dottorblaster in #1470
- Updated pulldown-cmark dependency and fixed maths parsing by @HU90m in #1473
- Fix: Windows drive paths misidentified as URLs by @toadslop in #1460
- Harmonizes naming pattern of pre-built binaries and unlocks latest permalink by @axel-kah in #1464
- Properly wire in tokio-console by @mre in #1482
- ci: fix wrong cpu-arch tag on macos release assets by @axel-kah in #1484
- test: fail when interpreting md footnote as link by @mre in #1479
- Run cargo nextest in CI and enable all tests by @mre in #1483
- chore(docs): mention MacPorts install in README.md by @nicokosi in #1491
- Extend compact format by @thomas-zahner in #1497
- Respect gitignore by @thomas-zahner in #1500
- README: add tldr-pages as user by @sebastiaanspeck in #1508
- Add release-plz and clean up workflows by @mre in #1510
- chore: release v0.16.0 by @github-actions in #1512
New Contributors
- @dscho made their first contribution in #1423
- @f-hollow made their first contribution in #1424
- @Its-Just-Nans made their first contribution in #1429
- @ehmicky made their first contribution in #1435
- @mschfh made their first contribution in #1440
- @roberth made their first contribution in #1448
- @pwnwriter made their first contribution in #1458
- @dottorblaster made their first contribution in #1470
- @toadslop made their first contribution in #1460
- @axel-kah made their first contribution in #1464
- @nicokosi made their first contribution in #1491
- @sebastiaanspeck made their first contribution in #1508
- @github-actions made their first contribution in #1512
Full Changelog: v0.15.1...lychee-v0.16.0
lychee-lib-v0.16.1
chore: Release package lychee-lib version 0.16.1
lychee-lib-v0.16.0
What's Changed
Miscellaneous and Others 🔔
- Fix clippy errors by @dscho in #1423
- Fix typo in pre-commit config in README by @f-hollow in #1424
- add tel by @Its-Just-Nans in #1429
- Add Execa to list of users by @ehmicky in #1435
- Don't trim mailto: prefix when converting a Uri into a string by @thomas-zahner in #1438
- Add a mode to handle "pretty URLs", i.e. URIs without
.html
extension by @dscho in #1422 - Update TROUBLESHOOTING.md by @mschfh in #1440
- Extend documentation for
RequestChain
by @mre in #1442 - Add response formatter; refactor stats formatter by @mre in #1398
- Screencast update by @mre in #1445
- README: Add Nixpkgs to Installation by @roberth in #1448
- feat(clap): show help menu on no args as well by @pwnwriter in #1458
- Add openSUSE Tumbleweed to the installation instructions by @dottorblaster in #1470
- Updated pulldown-cmark dependency and fixed maths parsing by @HU90m in #1473
- Fix: Windows drive paths misidentified as URLs by @toadslop in #1460
- Harmonizes naming pattern of pre-built binaries and unlocks latest permalink by @axel-kah in #1464
- Properly wire in tokio-console by @mre in #1482
- ci: fix wrong cpu-arch tag on macos release assets by @axel-kah in #1484
- test: fail when interpreting md footnote as link by @mre in #1479
- Run cargo nextest in CI and enable all tests by @mre in #1483
- chore(docs): mention MacPorts install in README.md by @nicokosi in #1491
- Extend compact format by @thomas-zahner in #1497
- Respect gitignore by @thomas-zahner in #1500
- README: add tldr-pages as user by @sebastiaanspeck in #1508
- Add release-plz and clean up workflows by @mre in #1510
- chore: release v0.16.0 by @github-actions in #1512
New Contributors
- @dscho made their first contribution in #1423
- @f-hollow made their first contribution in #1424
- @Its-Just-Nans made their first contribution in #1429
- @ehmicky made their first contribution in #1435
- @mschfh made their first contribution in #1440
- @roberth made their first contribution in #1448
- @pwnwriter made their first contribution in #1458
- @dottorblaster made their first contribution in #1470
- @toadslop made their first contribution in #1460
- @axel-kah made their first contribution in #1464
- @nicokosi made their first contribution in #1491
- @sebastiaanspeck made their first contribution in #1508
- @github-actions made their first contribution in #1512
Full Changelog: v0.15.1...lychee-lib-v0.16.0
Version 0.15.1
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 🔔
- Gracefully handle invalid URIs by @mre in #1414
- Chain visibility by @thomas-zahner in #1415
- Fix spelling;
Github
->GitHub
by @jbampton in #1416 - Fix spelling and remove unneeded trailing whitespace by @jbampton in #1417
New Contributors
Full Changelog: v0.15.0...v0.15.1
Version 0.15.0
What's Changed
Miscellaneous and Others 🔔
- fix(tests): update the asserts in expired SSL certificate test by @orhun in #1373
- fix: Treat sites with 403 status codes as broken links by @DeniDoman in #1377
- fix(docker): match Debian version in base images by @MattTimms in #1395
- feat: added support for pre-commit by @MattTimms in #1396
- docs: add instructions for installing on Alpine Linux by @orhun in #1406
- Simple plugin system by @thomas-zahner in #1389
- Rename chain to handle by @thomas-zahner in #1408
New Contributors
- @DeniDoman made their first contribution in #1377
- @MattTimms made their first contribution in #1395
Full Changelog: v0.14.3...v0.15.0
Version 0.14.3
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