Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MetadataExtractor from 2.3.0 to 2.7.0 #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps MetadataExtractor from 2.3.0 to 2.7.0.

Release notes

Sourced from MetadataExtractor's releases.

v2.7.0

  • Add support for GeoTIFF data (#307)
  • Add support for BigTIFF encoded data (#302)
  • Add Directory.GetUInt64 and Directory.TryGetUInt64 extension methods (3b57bed6bbf8340f30049e57524a2fabda58bac8)
  • Work around invalid files where TIFF IFD reuse could cause data to be missed (#305)
  • Fix reading of Float64 arrays from TIFF files (#300)

There are some internal API changes in this release. Unless you are extending the library with your own ITiffHandler implementation, you are unlikely to have any difficulty upgrading to this version from 2.6.0.

v2.6.0

  • Add support for FLIR thermal image metadata (#295)
  • Allow Application Notes (XMP) in SubIFD (#298)
  • Fix error check in Photoshop ducky data (#290)
  • Fix IPTC keyword extraction from PNG files (#299)
  • API changes (mostly internal so unlikely to impact most users)
    • Some cleanup around IJpegSegmentMetadataReader (#291)
    • Simplify Directory subclasses (#292)

v2.5.0

This release makes the MetadataExtractor package use strong-named assemblies, and discontinues the separate MetadataExtractor.StrongName package. File an issue on the project site if this change doesn't go smoothly for you.

  • Support Nokia 6.1 MP4 file type (#267)
  • Rename ICC Profile Copyright tag (#268)
  • Fix some culture sensitivity issues (#266)
  • Prevent divide by zero in QuickTime reader code (#270)
  • Fix Samsung makernote detection (#273)
  • Support 3gp5 files (c8c1ef177c5f7750332963320dbeb202b544346f)
  • Interpret QuickTime metadata dates (#275)
  • Added missing Sony model IDs (#276)
  • Interpret UserComment character code (#277)
  • Allow negative MP4 rotations (bd419963901eb7825fe262f3c674099ea989064b)
  • Fix order of atan args in QuickTime rotation handling (7f52477cd912805dfdaa8cc09060a63b16fa4496)
  • Reduce allocation when reading PNG chunks (#286)
  • Consistent exception messages between Java and .NET (ab4a15b9c0863777bac0332e9a2d9a33151d69ed)
  • Use invariant culture when parsing IPTC dates/times (00f5a9e2bdb09cbe6b2e0de825f83b32bbf6c9f1)

v2.4.3

  • Fix incorrect Apple makernote tag names (ff727e048171cc580e6ef06ac07c9d5fbac75e46)
  • Add AppleMakernoteDirectory.TagLivePhotoId (e656833633bf72d23e201690152121ff60fde7f0)
  • Support Exif in PNG files (095effcbfb238d87cfd34c07a51a966c76629349)
  • Support for ISO8601 format in directory GetDateTime (@​michafrank #257)
  • Extract GPS data from Android QuickTime files (@​kirk-marple #262)
  • Add XMP support in HEIF files (ISO-14496) (@​kastwey #263)
  • Fix box reading alignment issue in HEIF files (@​kastwey #263)
  • Fix box ordering issue in HEIF files (@​kastwey #263)
  • Don't stop reading QuickTime metadata when non-default locale encountered (@​kastwey #264)
  • Convert parsed dates with offsets to UTC (fa99f6214e504fe1a69107afca603837d698a8bc)
  • Add more date/time parsing patterns with time-zone offsets (69c32859f41f5cc511f6fae6ade0a8da215c12f3)
  • Add more QuickTime metadata tags and descriptors (82a11533b1efdd239e9b910874755c069bdf39d2)
  • Support "Android Version" tag in QuickTime (396ace86f3f9ee23e89b07cbc37a1d10f2a610c7)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 3, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants