* Default HTTP method is now HEAD * Added --get to switch to HTTP GET * Added --agent to set the User-Agent * Added --auth for adding Authorization header * Prevent timeouts less than 1 * Display results immediately instead of at the end
1.1.0
------------------
* Handle connection related errors * Improve reporting of HTTP redirects * Added --timeout or -t to modify respose deadline
1.0.4
------------------
* Fix crash when an URL check times out * Fix --output command-line option
1.0.3
------------------
* Modify the Python versions tox tests * Fix failing unit tests
1.0.2
------------------
* Add Python versions 3.7 and 3.8 to the list of tested versions
1.0.1
------------------
* Fixed: Parsing sitemaps enters an endless loop * Fixed: Parsing a URL that does not exists exits with an unhandled exception