Skip to content

Releases: neilharvey/FileSignatures

v7.1

24 Apr 08:35

Choose a tag to compare

New Formats

  • Audio Interchange File Format (AIFF)
  • Audio Video Interleave (AVI)
  • Microsoft Cabinet archive (CAB)
  • Microsoft Compiled HTML Help file (CHM)
  • AutoCAD Drawing (DWG)
  • Microsoft Access database file (MDB)
  • Matroska video file (MKV)
  • Microsoft Outlook Personal Storage Table (PST)
  • Windows Media Video (WMV)

Thanks to tonyqus for the contribution.

Bug Fixes

  • Bump OpenMcdf from 3.1.0 to 3.1.3 to resolve vulnerable dependency.

v7.0

25 Feb 16:37

Choose a tag to compare

OpenMcdf

OpenMcdf has been updated to v3.

Bug Fixes

Fixed detection of tiffs with big endian byte order.

v6.1.1

30 Sep 15:05

Choose a tag to compare

OfficeOpenXml Namespace

Corrected the namespace of the OfficeOpenXml class, which has been moved back to FileSignatures.Formats.

Thanks to @lk-luca for the contribution.

v6.1

07 Sep 19:43

Choose a tag to compare

Word Templates

Support for Word templates (.dotx) has been added.

Macro-enabled Office Documents

Improved detection of macro-enabled Office documents, allowing their type to be determined before a macro has been added to the file.

Thanks to @wullemsb for the contributions.

v6.0

01 Aug 20:50

Choose a tag to compare

RAR Format

Support for RAR 5 and RAR 4 has been added. The existing Rar class has been renamed to Rar4, which will be a breaking change if it was being directly referenced.

Thanks for @mexvod for the contribution.

v5.3

29 Jul 08:40

Choose a tag to compare

Native AOT

Support for .NET Native AOT (Ahead-of-Time) compilation has been added.

A new GetBuiltInFormats() has been added to FileFormatLocator to access the built-in types without using reflection.

Thanks to @hcoona for the contribution.

v5.2

21 May 07:12

Choose a tag to compare

New Formats

  • Adds support Excel binary format.
  • Adds support for Google WebP format.
  • Adds support for Photoshop document format.
  • Adds support for MIDI format.
  • Adds support for TAR format.
  • Adds support for flash video format.
  • Adds support for FLAC format.
  • Adds support for 7-zip format.
  • Adds support for GZip format.

v5.1.1

29 Nov 21:23

Choose a tag to compare

PDF Format

Fixed a issue with the Pdf and AdobePdf formats which could cause files to be incorrectly categorized as a PDF.

v5.1.0

13 Sep 18:47

Choose a tag to compare

New Formats

  • Adds support for Icon format.
  • Adds support for office files with macros.

Thanks to @codethug for the contribution.

v5.0.2

22 Jun 09:24
5286aba

Choose a tag to compare

Executable Media Type

Changed the media type for the Executable format to be application/vnd.microsoft.portable-executable so that it aligns with the official IANA media type for Windows executables.