Releases: lycheeverse/lychee
Releases · lycheeverse/lychee
nightly
What's Changed
Miscellaneous and Others 🔔
- Add Nix shell by @thomas-zahner in #1565
Full Changelog: lychee-v0.18.0...nightly
lychee-v0.18.0
Other
- Bump the dependencies group across 1 directory with 11 updates (#1589)
- Introduce --root-dir (#1576)
- Fix retries (#1573)
- Pass along --max-retries config option (#1572)
- Bump the dependencies group with 4 updates (#1571)
- Bump the dependencies group with 4 updates (#1570)
- Bump the dependencies group with 4 updates (#1566)
- Rename
fail_map
toerror_map
for improved clarity in response statistics (#1560) - Add quirks support for
youtube-nocookie.com
and youtube embed URLs (#1563) - Support excluded paths in
--dump-inputs
(#1556) - Improve robustness of cache integration test (#1557)
- Bump the dependencies group across 1 directory with 7 updates (#1552)
- Bring back error output for links (#1553)
lychee-lib-v0.18.0
Other
- Bump the dependencies group across 1 directory with 11 updates (#1589)
- Introduce --root-dir (#1576)
- Fix retries (#1573)
- Bump the dependencies group with 4 updates (#1571)
- Bump the dependencies group with 4 updates (#1570)
- Bump the dependencies group with 4 updates (#1566)
- Rename
fail_map
toerror_map
for improved clarity in response statistics (#1560) - Add quirks support for
youtube-nocookie.com
and youtube embed URLs (#1563) - Support underscores in Markdown URLs (#1555)
- Bump the dependencies group across 1 directory with 7 updates (#1552)
- Bring back error output for links (#1553)
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