Skip to content

Releases: cdgriffith/puremagic

Version 1.28

25 Sep 19:55
763349e
Compare
Choose a tag to compare
  • Adding #99 New file support (thanks to Andy - NebularNerd)
  • Fixing #100 FITS files no longer had mime type (thanks to ejeschke)

Version 1.27

08 Aug 19:08
fecf1f7
Compare
Choose a tag to compare
  • Adding new verbose output to command line with -v or --verbose
  • Adding #92 include py.typed in sdist (thanks to Nicholas Bollweg - bollwyvl)
  • Adding #93 Improve PDF file detection, fix json description (thanks to Péter - peterekepeter)
  • Fixing #96 #86 stream does not work properly on opened small files (thanks to Felipe Lema and Andy - NebularNerd)
  • Removing expected invalid WinZip signature

Version 1.26

11 Jul 02:39
72ee164
Compare
Choose a tag to compare
  • Adding #87 sndhdr update and HD/CD/DVD Image files (thanks to Andy - NebularNerd)
  • Adding #88 Add .caf mime type (thanks to William Bonnaventure)
  • Fixing #89 add py.typed to package_data (thanks to Sebastian Kreft)

Version 1.25

19 Jun 03:37
096bc33
Compare
Choose a tag to compare
  • Changing to support Python 3.7 again

Version 1.24

16 Jun 23:46
3cfe093
Compare
Choose a tag to compare
  • Adding #72 #75 #76 #81 .what() to be a drop in replacement for imghdr.what() (thanks to Christian Clauss and Andy - NebularNerd)
  • Adding #67 Test on Python 3.13 beta (thanks to Christian Clauss)
  • Adding #77 from future import annotations (thanks to Christian Clauss
  • Fixing #66 Confidence sorting (thanks to Andy - NebularNerd)

Version 1.23

03 May 15:40
88bc58f
Compare
Choose a tag to compare
  • Fixing #32 MP3 Detection improvements (thanks to Andy - NebularNerd and Sander)

Version 1.22

26 Apr 15:26
4a8a62d
Compare
Choose a tag to compare
  • Adding #52 magic data for JPEG XS (thanks to Andy - NebularNerd)
  • Adding #57 Multi-part checks with negative offsets (thanks to Andy - NebularNerd)
  • Fixing #60 encoding warning (thanks to Andy - NebularNerd and Jason R. Coombs)

Version 1.21

23 Feb 15:53
9f51bff
Compare
Choose a tag to compare
  • Adding #50 details for ZSoft .pcx files (thanks to Andy - NebularNerd)
  • Adding #51 details for JXL files (thanks to Andy - NebularNerd)
  • Adding #54 missing py.typed file (thanks to Raphaël Vinot)
  • Fixing #53 magic data for GIF images (thanks to Andy - NebularNerd)

Version 1.20

07 Feb 01:32
5cdc4a0
Compare
Choose a tag to compare
  • Adding support for multi-part header checks (thanks to Andy)
  • Fixing matches for webp (thanks to Nicolas Wicht)
  • Fixing matches for epub (thanks to Alexander Walters)

Version 1.15

22 Feb 18:47
ff042db
Compare
Choose a tag to compare
  • Adding fix for resetting the stream after reading part of it (thanks to R. Singh)