* Remove proxy settings from configuration file * Remove proxy protocol attribute from Solver (Aiohttp only supports HTTP) * Fix proxy authentication when downloading audio file * Add flake8 for auto-testing in repository
1.7.7
* Fix new Chromium update with Pyppeteer 0.0.19
1.7.6
* Fix check_detection timeout
1.7.5
* Fix importing of non-existent/removed Exceptions
1.7.4
* Change the way results are handled * Success will return in dict {'status': 'success', 'code': CAPTCHACODE} * Detected will return in dict {'status': 'detected'} * Max audio retries will return in dict {'status': 'retries_exceeded'} * Set audio garabage removal to /3.1 * Add browser hang patches from Pyppeteer's repo