* **NEW!**: Add support for extracting IOCs using custom regex files (21).
See the [custom regex](https://inquest.readthedocs.io/projects/iocextract/en/latest/#custom-regex) and [`extract_custom_iocs` function](https://inquest.readthedocs.io/projects/iocextract/en/latest/#iocextract.extract_custom_iocs) sections of the iocextract documentation for more information.
1.8.0
* **NEW!**: Add support for detecting and decoding base64-encoded URLs.
1.7.2
* Allow detecting/refanging emails with one optional space on either side of the `` symbol.
1.7.1
* Lower the chance of modifying valid non-defanged URLs when refanging paths (15 from mokarimi).
1.7.0
* **NEW!**: Add support for defanged emails (15 from mokarimi). * **NEW!**: Add support for refanging paths (like `http://example.com/path[.]html`) in URLs (#15 from mokarimi).
1.6.0
* **NEW!**: Add `defang` function for defanging URLs, IPv4 addresses, and domains. * Improved regex to remove common Unicode punctuation from the end of extracted URLs.