Skip to content

Tags: cdgriffith/puremagic

Tags

1.27

Toggle 1.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 1.27 (#98)

- 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

---------

Co-authored-by: Nicholas Bollweg <[email protected]>
Co-authored-by: Péter <[email protected]>
Co-authored-by: Andy <[email protected]>

1.26

Toggle 1.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 1.26 (#91)

- 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)

---------

Co-authored-by: Sebastian Kreft <[email protected]>
Co-authored-by: Andy <[email protected]>
Co-authored-by: William Bonnaventure <[email protected]>

1.25

Toggle 1.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 1.25 (#84)

- Changing to support Python 3.7 again

1.24

Toggle 1.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 1.24 (#83)

- 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)

---------

Co-authored-by: Andy <[email protected]>
Co-authored-by: Christian Clauss <[email protected]>

1.23

Toggle 1.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 1.23 (#64)

Co-authored-by: Andy <[email protected]>

1.22

Toggle 1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 1.22 (#62)

- 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)

---------

Co-authored-by: Andy <[email protected]>

1.21

Toggle 1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 1.21 (#55)

- 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)

---------

Co-authored-by: Raphaël Vinot <[email protected]>
Co-authored-by: Andy <[email protected]>

1.20

Toggle 1.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 1.20 (#47)

- 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)

1.15

Toggle 1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.15 (#43)

* Reset stream cursor after read (#42)

---------

Co-authored-by: R. Singh <[email protected]>

1.14

Toggle 1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.14 (#41)

- 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