* Adds a new dependency on [regex](https://pypi.org/project/regex/), which fixes a rare indefinite hang on some input.
**Note**: If you have trouble upgrading to this version, see the [installation instructions](https://github.com/InQuest/python-iocextract#installation).
1.4.1
* Fixed error when reading from binary files.
1.4.0
* **NEW!**: Add `--wide` flag to the CLI to support wide-character encoded input. * **NEW!**: Add support for a few backslash-escaped character defangs. * Improved defanged IPv4 detection. * Fixed errors on some unicode input/output in the CLI.
1.3.1
* Fix missing re.VERBOSE flag in YARA split regex call.
1.3.0
* **NEW!**: Add refang support for some backslash-escaped character defangs, like `http://example\(.)com/test\.html`. * Improved refanging of some FTP URLs. * Fixed a bug where the library raised an exception when attempting to refang certain URLs. * Improved URL regex (tightened to reduce junk output, more end punctuation support).
1.2.0
* **NEW!**: URL-encoded URL extraction and decoding. * **NEW!**: Optionally strip trailing characters from URLs; removes some garbage when extracting from HTML, XML, or RTF. * Remove `\r` from CLI output; fixes issues looping over output in a shell. * Improve punctuation detection on URL extraction.