You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support multiple config files ([#2007](https://github.com/lycheeverse/lychee/pull/2007))
21
+
22
+
### Fixed
23
+
24
+
- prevent 0 value for max-concurrency and threads ([#2145](https://github.com/lycheeverse/lychee/pull/2145))
25
+
- use the remapped URI for the cache key ([#1818](https://github.com/lycheeverse/lychee/pull/1818)) ([#2109](https://github.com/lycheeverse/lychee/pull/2109))
26
+
-*(cli)* bump open files limit on macOS and Linux ([#2106](https://github.com/lycheeverse/lychee/pull/2106))
27
+
28
+
### Other
29
+
30
+
- Unify Releases Across Operating Systems ([#1957](https://github.com/lycheeverse/lychee/pull/1957))
31
+
- make website checker return Status always, rather than Result ([#2140](https://github.com/lycheeverse/lychee/pull/2140))
32
+
- Fix matching logic for glob hidden files ([#2130](https://github.com/lycheeverse/lychee/pull/2130))
33
+
- Remove the `Redirect` and `Remapped` wrapper variants from the `Status` enum. ([#2129](https://github.com/lycheeverse/lychee/pull/2129))
34
+
- Fix output path not validated before the run ([#2148](https://github.com/lycheeverse/lychee/pull/2148))
35
+
- Always show full config parse errors with full details in output ([#2149](https://github.com/lycheeverse/lychee/pull/2149))
36
+
- allow root-dir that doesn't exist ([#2127](https://github.com/lycheeverse/lychee/pull/2127))
37
+
- Add tests for the current state of "Checking a Local Folder with URL Remapping" ([#1965](https://github.com/lycheeverse/lychee/pull/1965))
38
+
-*(deps)* bump the dependencies group with 3 updates
39
+
- Simplify match as suggested by @mre
40
+
- move caching logic to cache ([#2123](https://github.com/lycheeverse/lychee/pull/2123))
41
+
-*(deps)* bump the dependencies group with 3 updates
42
+
- Respect HTTP error codes in CLI inputs ([#2101](https://github.com/lycheeverse/lychee/pull/2101))
43
+
- Support multiple config file formats and refactor config module ([#2104](https://github.com/lycheeverse/lychee/pull/2104))
- prevent 0 value for max-concurrency and threads ([#2145](https://github.com/lycheeverse/lychee/pull/2145))
26
+
- quirk: remove line number fragments from github URLs ([#2116](https://github.com/lycheeverse/lychee/pull/2116))
27
+
- use the remapped URI for the cache key ([#1818](https://github.com/lycheeverse/lychee/pull/1818)) ([#2109](https://github.com/lycheeverse/lychee/pull/2109))
28
+
29
+
### Other
30
+
31
+
- make website checker return Status always, rather than Result ([#2140](https://github.com/lycheeverse/lychee/pull/2140))
32
+
- Fix matching logic for glob hidden files ([#2130](https://github.com/lycheeverse/lychee/pull/2130))
33
+
- Remove the `Redirect` and `Remapped` wrapper variants from the `Status` enum. ([#2129](https://github.com/lycheeverse/lychee/pull/2129))
34
+
- allow root-dir that doesn't exist ([#2127](https://github.com/lycheeverse/lychee/pull/2127))
35
+
-*(deps)* bump the dependencies group with 3 updates
36
+
-*(deps)* bump the dependencies group with 3 updates
37
+
- Respect HTTP error codes in CLI inputs ([#2101](https://github.com/lycheeverse/lychee/pull/2101))
38
+
-*(deps)* bump the dependencies group with 5 updates
39
+
- Unify input URL fetching with the link-checker's HostPool ([#2100](https://github.com/lycheeverse/lychee/pull/2100))
40
+
- Merge pull request #2098 from lycheeverse/dependabot/cargo/dependencies-94675db464
41
+
- Add missing field
42
+
-*(deps)* bump the dependencies group across 1 directory with 12 updates
43
+
- Add RelativeUri enum for types of relative links ([#2078](https://github.com/lycheeverse/lychee/pull/2078))
44
+
- Fix Windows Absolute Path Parsing and Remove HTTP Assumption ([#1837](https://github.com/lycheeverse/lychee/pull/1837))
45
+
- Adds shell completions for lychee ([#1972](https://github.com/lycheeverse/lychee/pull/1972))
46
+
- Increase value for --max-redirects ([#2087](https://github.com/lycheeverse/lychee/pull/2087))
47
+
- Remove raw mode ([#2086](https://github.com/lycheeverse/lychee/pull/2086))
0 commit comments