- Mobile website testing - mobile emulation, Chrome on Android device
- Check external links in multiple threads
- Improved macOS support
- New way of handling standalone version
- Stop supporting Python 2
- Removed unnecessary configuration
- Broken external links detection.
- Custom cookies.
- Initial actions - set text, click, submit before test starts.
- HTTP Basic authentication.
- Domain blacklist (malware domains).
- Run program from any location.
- Now checking HTTP headers with GET request (without downloading body), not HEAD (some servers don't support it or block).
google-chrome
is now default browser on Linux.- Other minor improvements.
- Handling URLs with no scheme:
//example.com
- Duplicated home page links:
example.com/
andexample.com
- HTML report: Information about backlink on Pages list was added.
- HTML report: More understandable names of tabs on HTML validator.
- Now the program is not terminated when it detects lack of Java. It shows only the warning message and disables the HTML validator. The user does not have to search for the option to disable the validator manually.
- Other minor improvements.
- Incorrect data in the report when the subpage redirects to the external domain. Now pages with redirect or error HTTP code (like
404 Not Found
) are not visited by Chrome DevTools. Only information about redirection or error is reported. - HTML report: Tables was not resized on window resize.
- Other minor fixes.
First public release.