mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-26 14:13:59 +00:00
62 lines
3.9 KiB
Markdown
62 lines
3.9 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [0.18.1](https://github.com/lycheeverse/lychee/compare/lychee-v0.18.0...lychee-v0.18.1) - 2025-02-06
|
|
|
|
### Fixed
|
|
|
|
- do not fail on empty # and #top fragments (#1609)
|
|
|
|
### Other
|
|
|
|
- Fix Porgressbar rendering Checkbox (Fixes [#1626](https://github.com/lycheeverse/lychee/pull/1626)) ([#1627](https://github.com/lycheeverse/lychee/pull/1627))
|
|
- Add Checkbox Formatting Option for Markdown Reports ([#1623](https://github.com/lycheeverse/lychee/pull/1623))
|
|
- Fix new clippy lints ([#1625](https://github.com/lycheeverse/lychee/pull/1625))
|
|
- Bump the dependencies group with 3 updates ([#1604](https://github.com/lycheeverse/lychee/pull/1604))
|
|
- Bump the dependencies group with 3 updates ([#1602](https://github.com/lycheeverse/lychee/pull/1602))
|
|
- Bump the dependencies group with 6 updates ([#1597](https://github.com/lycheeverse/lychee/pull/1597))
|
|
|
|
## [0.18.0](https://github.com/lycheeverse/lychee/compare/lychee-v0.17.0...lychee-v0.18.0) - 2024-12-18
|
|
|
|
### Other
|
|
|
|
- Bump the dependencies group across 1 directory with 11 updates ([#1589](https://github.com/lycheeverse/lychee/pull/1589))
|
|
- Introduce --root-dir ([#1576](https://github.com/lycheeverse/lychee/pull/1576))
|
|
- Fix retries ([#1573](https://github.com/lycheeverse/lychee/pull/1573))
|
|
- Pass along --max-retries config option ([#1572](https://github.com/lycheeverse/lychee/pull/1572))
|
|
- Bump the dependencies group with 4 updates ([#1571](https://github.com/lycheeverse/lychee/pull/1571))
|
|
- Bump the dependencies group with 4 updates ([#1570](https://github.com/lycheeverse/lychee/pull/1570))
|
|
- Bump the dependencies group with 4 updates ([#1566](https://github.com/lycheeverse/lychee/pull/1566))
|
|
- Rename `fail_map` to `error_map` for improved clarity in response statistics ([#1560](https://github.com/lycheeverse/lychee/pull/1560))
|
|
- Add quirks support for `youtube-nocookie.com` and youtube embed URLs ([#1563](https://github.com/lycheeverse/lychee/pull/1563))
|
|
- Support excluded paths in `--dump-inputs` ([#1556](https://github.com/lycheeverse/lychee/pull/1556))
|
|
- Improve robustness of cache integration test ([#1557](https://github.com/lycheeverse/lychee/pull/1557))
|
|
- Bump the dependencies group across 1 directory with 7 updates ([#1552](https://github.com/lycheeverse/lychee/pull/1552))
|
|
- Bring back error output for links (#1553)
|
|
|
|
## [0.17.0](https://github.com/lycheeverse/lychee/compare/lychee-v0.16.1...lychee-v0.17.0) - 2024-11-06
|
|
|
|
### Fixed
|
|
|
|
- Remove tokio console subscriber ([#1524](https://github.com/lycheeverse/lychee/pull/1524))
|
|
|
|
### Other
|
|
|
|
- Bump the dependencies group across 1 directory with 12 updates ([#1544](https://github.com/lycheeverse/lychee/pull/1544))
|
|
- Ignore casing when processing markdown fragments + check for percent encoded ancors ([#1535](https://github.com/lycheeverse/lychee/pull/1535))
|
|
- Refactor cache handling test to make it more robust ([#1548](https://github.com/lycheeverse/lychee/pull/1548))
|
|
- Fix format option in configuration file ([#1547](https://github.com/lycheeverse/lychee/pull/1547))
|
|
- Fix skipping of email addresses in stylesheets ([#1546](https://github.com/lycheeverse/lychee/pull/1546))
|
|
- Add support for relative links ([#1489](https://github.com/lycheeverse/lychee/pull/1489))
|
|
- Update `pkg-url` of cargo binstall ([#1532](https://github.com/lycheeverse/lychee/pull/1532))
|
|
- Bump the dependencies group with 3 updates ([#1530](https://github.com/lycheeverse/lychee/pull/1530))
|
|
- Allow excluding cache based on status code ([#1403](https://github.com/lycheeverse/lychee/pull/1403))
|
|
- Respect timeout when retrieving archived link ([#1526](https://github.com/lycheeverse/lychee/pull/1526))
|
|
- Disable Wayback machine tests
|
|
- Bump the dependencies group with 6 updates ([#1516](https://github.com/lycheeverse/lychee/pull/1516))
|