- Ignore redirects to CloudFlare (caused by proxied email protection)
- Clean up code
- Update Go dependencies
- Update core modules
- Switch to more reliable grobotstxt
- Display results if process is canceled (ctrl-c)
- Fix validation error counts
- Bugfix for scheme relative links
- Do not show ignored outbound links
- Parse inline CSS & CSS block urls (
url("image.jpg")
) - Add support for
srcset
links - Add support for Open Graph images
- Add support for scheme relative links, eg
<script src="//example.com/script.js">
- Add support for
robots.txt
- Add
--timeout
configuration - Add
-t
thread limit (default 5)
- Add google to ignored links as they almost always redirect to login pages
- Add goroutines & waitgroup for parallel processing
- Add
-i|--ignore
option to skip comma-separated urls - Add
-r|--redirects
option to report redirects
- Fix report referer formatting
- Rename "external links" to "outbound links"
- Validate command-line URL
- Improve error handling
- Clearer help (
-h
) - Fix html
base
detection & parsing
- First release