Skip to content

Releases: cdgriffith/puremagic

Version 2.0.0b4

05 Jul 14:39
47b0a5b

Choose a tag to compare

Version 2.0.0b4 Pre-release
Pre-release
  • Fix #112 command line tool behavior (thanks to Sandro)

Version 2.0.0b3

04 Jul 19:30
5f555c1

Choose a tag to compare

Version 2.0.0b3 Pre-release
Pre-release
  • Adding #109 Halt on non-regular files like /dev/zero and /dev/random (thanks to Yuri Schaeffer)
  • Migrating to pyproject.toml from setup.py
  • Migrating to uv, and using only ruff instead of black and flake8

Version 1.30

04 Jul 18:48

Choose a tag to compare

  • Adding #109 Halt on non-regular files like /dev/zero and /dev/random (thanks to Yuri Schaeffer)

Version 2.0.0b2

05 May 01:28
55db71a

Choose a tag to compare

Version 2.0.0b2 Pre-release
Pre-release
  • Adding python and json scanners
  • Fixing operation order for deep scan
  • Typo fixes

Version 2.0.0b1

04 May 22:10
9e80f56

Choose a tag to compare

Version 2.0.0b1 Pre-release
Pre-release
  • Adding deep scan for improved accuracy #102 #94 #70 #69 #12 #3
  • Changing to full semantic versioning to be able to denote bugfixes vs minor features
  • Removing support for python 3.7, 3.8, 3.9, 3.10 and 3.11 please stick to 1.x release chain to support older versions

Version 1.29

02 May 03:16
01746b3

Choose a tag to compare

  • Changing to publishing to pypi with Python 3.9
  • Fixing #105 fsspec/gcsfs throws an ValueError instead of a OSError (thanks to Markus)
  • Fixing github actions due to updates

Version 1.28

25 Sep 19:55
763349e

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

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

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

Choose a tag to compare

  • Changing to support Python 3.7 again