Skip to content

Releases: port19x/deadsniper

v1.4

26 Aug 15:37
ce6d506
Compare
Choose a tag to compare
  • Added --timeout option, short alias: -t (default request timeout if 5 seconds)
  • Much nicer help text
  • Now also available as a github action

Take a look at https://github.com/port19x/deadsniper/blob/ce6d506bd4f9fa2f2f3c2513eb109ba81e5e5bb3/main.go#L107-L124 for some truly cursed argument parsing

v1.3

26 Aug 08:52
c840caf
Compare
Choose a tag to compare

After initial reluctance on my part, this release enables support for unencrypted http links in addition to the already supported https links

This release has also been optimized for binary size via go build -ldflags "-s -w" and upx --best --lzma

v1.2

26 Aug 08:18
524bf85
Compare
Choose a tag to compare

This relase introduces the concept of a strict mode, available via -s or --strict.
This mode mimics the prior behaviour where any non-200 HTTP code indicates a dead link.
The new default is a lenient mode, that whitelists certain HTTP codes.

Both modes now have more descriptive output that includes the HTTP code.

v1.1

22 Aug 15:26
8d83640
Compare
Choose a tag to compare
  • Added --version option, short alias: -V in 8d83640
  • Added --help option, short alias: -h in 8d83640
  • Fixed waitgroup never finishing due to http request without response by adding a timeout in bec3940
  • Refactored a bit in daa8b94

v1.0

16 Aug 16:47
1c74d40
Compare
Choose a tag to compare
Code up my own dead link checker