Skip to content

Releases: lycheeverse/lychee-action

v1.10.0

25 Apr 10:45
@mre mre
2b973e8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.3...v1.10.0

Version 1.0.0

13 Dec 15:11
@mre mre
2b973e8
Compare
Choose a tag to compare

First release of the lychee Github action — an action to check for broken links in Markdown, HTML, and text files using lychee, a fast link checker written in Rust.

Version 1.9.3

29 Jan 11:26
@mre mre
c053181
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Pass custom token as input argument to action by @mre in #222
    Previously, the name of the token was incorrect, leading to no token being used if the user specified with: [token: ...].
    Thanks to @tobon4 for pointing this out.

Full Changelog: v1...v1.9.3

Version 1.9.2

26 Jan 15:46
@mre mre
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.9.2

Version 1.9.1

10 Jan 00:10
@mre mre
c3089c7
Compare
Choose a tag to compare

This is a hotfix release which restores the behavior of the accept config parameter.
Integers are accepted again as status codes.

accept = [200, 201, 202, 203, 429]

is equivalent to

accept = ["200..=203", 429]

Integers and strings (e.g. for ranges) can be mixed.

Version 1.9.0

05 Jan 17:00
@mre mre
22134d3
Compare
Choose a tag to compare

What's Changed

  • Document the current directory for the cache argument example by @theredfish in #193
  • Add *.rst glob pattern to defaults by @kdeldycke in #197
  • Automatically pass Github token by @mre in #196
  • Always create output file; not only on error by @mre in #199
  • Bump actions/checkout from 3 to 4 by @dependabot in #208
  • add documentation on using the param when testing local files (as in… by @tgaff in #211
  • fix: Lychee output to file (fixes #214) by @LilDrunkenSmurf in #215
  • Add integration test for custom output paths (#215) by @mre in #217
  • Add integration tests for absolute output path and --dump by @mre in #218

New Contributors

Full Changelog: v1...v1.9.0

Version 1.8.0

15 May 00:10
@mre mre
Compare
Choose a tag to compare

What's Changed

  • Update lychee to 0.13.0.
  • Adds support for showing the check duration in the JSON output.
  • Faster link suggestions by using concurrent Wayback Machine lookups.

Full Changelog: v1...v1.8.0

Version 1.7.0

17 Apr 22:52
@mre mre
Compare
Choose a tag to compare

What's Changed

  • Fix three typos in README by @phieri in #184
  • CI: Automatic vX tag update workflow by @tooomm in #185
  • Format arguments in CI pipeline by @mre in #186
  • Test lychee cache by @mre in #187
  • Cleanup tar archive; make installation more robst by @mre in #189
  • Readme: Add info about split up cache steps by @tooomm in #190
  • bump lychee version by @mre in #192

New Contributors

Full Changelog: v1.6.1...v1.7.0

Version 1.6.1

23 Feb 09:30
@mre mre
Compare
Choose a tag to compare

Summary

Hotfix release, which restores old behavior for cached links with status code 2xx.
This temporarily broke some downstream pipelines.

What's Changed

Full Changelog: v1.6.0...v1.6.1

Version 1.6.0

22 Feb 21:27
@mre mre
3c36afe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.6.0