Added
- make wikilink extraction and checking opt-in (#1803)
- skip fragment checking for unsupported MIME types (#1744)
- add 'user-content-' prefix to support github markdown fragment (#1750)
Fixed
- fix comment for
ErrorKind::InvalidFragment
(#1775) - do not check the fragment when http response err but accepted (#1763)
- treat a fragment in an empty directory as an error (#1756)
- resolve index file inside a directory (#1752)
- skip fragment check if website URL doesn't contain fragment (#1733)
Other
- Bump dependencies (#1811)
- Skip binary and invalid UTF-8 inputs (#1810)
- Refactor input dumping and path retrieval with extension filtering (#1648)
- Use a HashSet to store inputs and avoid duplicates (#1781)
- add
--index-files
flag, and turn off index file checking by default (#1777) - Cleanup input example (#1792)
- FIx missing identifier in snap build action; add snap install to readme (#1793)
- Fix clippy lints; refactor code slightly
- refactor
test_fragments
to clarify expected successes/fails (#1776) - Regular expressions for exclude_path (#1766)
- Fix basic auth (#1748)
- Update 'Users' section in the README
- Add ProseKit to users
- Migrate to Clippy 1.88 (#1749)
- Add xml schema found in xsd files to list of exclusions (#1735)