Skip to content

Releases: cdgriffith/puremagic

Version 1.14

14 May 15:34
15a93b2
Compare
Choose a tag to compare
  • 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

11 May 13:42
38f1395
Compare
Choose a tag to compare
  • Adding support for Path for filename
  • Adding details for mp4
  • Adding details for avif and heif images

Version 1.12

13 Feb 22:19
90420a0
Compare
Choose a tag to compare
  • Adding #38 webp mimetype (thanks to phith0n)
  • Adding #37 SVG images (thanks to Gerhard Schmidt)
  • Adding missing mimetypes for aac, vmdk, wmv and xcf

Version 1.11

24 Sep 17:45
4501603
Compare
Choose a tag to compare
  • Adding #34 test files to build (thanks to James French)
  • Adding #33 install from pypi details (thanks to Sander)
  • Removing #31 unsupported Python items in setup.py (thanks to Safihre)

Version 1.10

18 Jun 16:21
b266ca0
Compare
Choose a tag to compare
  • Fixing how confidence works (thanks to Sean Stallbaum)

Version 1.9

15 Jun 17:02
b57020f
Compare
Choose a tag to compare
  • Adding new methods for stream handling (from_stream, magic_stream) (thanks to Robbert Korving)

Version 1.8

24 Mar 19:48
f37d19a
Compare
Choose a tag to compare
  • Adding support for various other files (thanks to Don Tsang)
  • Adding missing mime types (thanks to Oleksandr)

Version 1.7

18 Mar 02:37
09c6cf6
Compare
Choose a tag to compare
  • 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

14 Oct 21:32
ae2c4c4
Compare
Choose a tag to compare
  • 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

08 May 23:46
6d9de9a
Compare
Choose a tag to compare
  • Fixing how __main__ was implemented (Thanks to Victor Domingos)