Releases: cdgriffith/puremagic
Releases · cdgriffith/puremagic
Version 1.14
- Adding generic extension mapping for common file types
- Adding #36 details to readme about magic_stream and magic_string (thanks to Martin)
- Fixing multiple bad extensions and mimetypes
- Removing bad entry for 3gp5 selecting multiple things
Version 1.13
- Adding support for Path for filename
- Adding details for mp4
- Adding details for avif and heif images
Version 1.12
Version 1.11
Version 1.10
- Fixing how confidence works (thanks to Sean Stallbaum)
Version 1.9
- Adding new methods for stream handling (from_stream, magic_stream) (thanks to Robbert Korving)
Version 1.8
- Adding support for various other files (thanks to Don Tsang)
- Adding missing mime types (thanks to Oleksandr)
Version 1.7
- Adding support for PCAPNG files (thanks to bannsec)
- Adding support for numerous other files updated by Gary C. Kessler
- Adding script for parsing FTK GCK sigs
- Changing test suites to github workflows instead of TravisCI
- Removing official support, new packages and test for python 2
Version 1.5
- Adding full magic info in results (Thanks to David Shunfenthal)
- Fixing magic_data.json not being added to sdist dist (Thanks to Andrey Zakharevich)
Version 1.4
- Fixing how
__main__
was implemented (Thanks to Victor Domingos)