Skip to content

Releases: cdgriffith/puremagic

Version 1.3

03 Apr 04:38
Compare
Choose a tag to compare

Version 1.3

  • Adding filename extension hinting for string (Thanks to jiel)
  • Adding open office MIME tpyes (Thanks to jiel)

Version 1.2

15 Dec 23:48
Compare
Choose a tag to compare
  • Adding setup file
  • Adding changelog
  • Adding CI tests support for 3.4, 3.5, 3.6 and pypy
  • Adding more basic documentation
  • Adding magic detection from https://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec/
  • Removing testing on 3.2 due to Travis CI and coverage not getting along
  • Changing to argparse instead of optparse
  • Changing magic_file to not raise error on empty, simple provide an empty list
  • Changing magic_data py file to a json file so it's easier to understand and modify
  • Updating data to be a python file, so there is no dangerous eval

Version 1.1

25 Nov 17:02
Compare
Choose a tag to compare

1.1 Has a lot of major updates.

The array of magic numbers used to identify files have been moved to a separate file.
Made PEP8 compliant.
Added multiple extensions for certain file types.
Added testing.
Changed to MIT License.
Added CI with Travis.

Initial release

24 Nov 03:52
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is the first public offering of puremagic.