Releases: j256/simplemagic
Releases · j256/simplemagic
1.17
1.16
1.15
1.14
- Added support for hbs extension as the handlebars template file. Thanks to todorov7.
- Added support for multiple octal and hex lengths to be more compatible. Thanks to crawley.
- Added preprocessing of regex strings to handle escape characters. Thanks to crawley.
- Fixed problem with negative string offsets. Thanks much to charles-jacobsen.
1.13
- Added fits support and IANA metadata. Thanks much to Jean-Christophe.
- Added better protection against negative offsets. Also fixed middle endian converter.
- Better protection and testing for number converters.
- Fixed problem with resource or file detection.
- Fix negative pstring length issue.
- Added more loggers.
1.12
- Fixed a bug with negative pstring lengths. Thanks to charles-jacobsen.
1.11
- Added support for webm file type. Thanks to t6nand.
- Added initial support for adobe illustrator files. Thanks to markwoon.
- Fixed some of the mpeg file type handling. Thanks to air-hermes.
- Fixed some jpeg file handling although some not working due to recursive patterns. Thanks to saurabheights.
1.10
- Fixed problems with the big and little endian string types. Thanks to yongminyan.
- Fixed problem with string match but null pattern. Thanks to CalebFenton.
- Fixed matching of 2 byte characters. Thanks much to yongminyan.
- Refactored the internals to reduce the extracted strings. Should use less memory.
- Fixed problems with leading newlines to HTML and other text types. Thanks to Abdull.