Skip to content

v2.1.0

Compare
Choose a tag to compare
@drewnoakes drewnoakes released this 31 May 02:44
ee0f5f1

Thanks to all the amazing contributors who made this release what it is!

New features

  • Add support for AVI files #117
  • Add support for DJI makernotes #119, #164
  • Add support for GPS horizontal position error tag #133
  • Add FileTypeDirectory
  • Add support for XMP data in GIF files #143
  • Add support for Extended DataSet Tag in IPTC
  • Add support for QuickTime transformation matrix and rotation #152
  • Add netstandard2.0 support #120
  • Add differentiation between RIFF formats (WAV, AVI, WebP)

Fixes

  • Fix trailing null bytes when handling XMP data #154
  • Fix returning null GIF extension blocks #143
  • Fix validation in IptcReader
  • Prevent unhandled exception for platforms without SHIFT-JIS encoding
  • Fix bounds error in DirectoryExtensions.GetInt64 #161
  • Fix issue with flash description #142

Other

  • Bump XmpCore package version to 5.1.3.1