Added
* Several new error classes have been added (ImageSizeException, InvalidImageException, TooManyFailedRequestsException, BannedException)
Fixed
* An InvalidOrWrongApiKeyException was not being thrown even when an invalid API key was provided. Technically, the library can still work even without a valid API key (up to 100 daily queries), but this was unintended behavior and has been fixed.
This exception will not be thrown if `strict_mode` is disabled.
* Resolved potential errors within the libraries exception handling when an error message is not returned by SauceNao
Changed
* Strict mode is now enabled by default
* Default minimum similarity reduced from 65.0 to 50.0