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 z440.atl.core from 5.11.0 to 5.15.0 #304

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps z440.atl.core from 5.11.0 to 5.15.0.

Release notes

Sourced from z440.atl.core's releases.

Version 5.15

Changed

  • MP4/M4A : Non-standard fields are now all saved even if you don't provide any namespace.
    • If <field name> is 4 characters or shorter, the field will be persisted as a standard atom;
    • If <field name> is longer than 4 characters
      • If you provide just a bare name (e.g. "MY_CUSTOM_FIELD"), it will be persisted as a ---- custom atom, using the com.apple.iTunes namespace
      • If you provide a namespace using the : separator (e.g. "my.namespace:MY_CUSTOM_FIELD" or "----:my.namespace:MY_CUSTOM_FIELD"), it will be persisted as a ---- custom atom, using the namespace you provided
  • MP4/M4A : As a consequence of the above change, all non-standard fields persisted with the com.apple.iTunes namespace are now listed with their bare name (i.e. without their namespace) in AdditionalFields
    • Before v5.15 : AdditionalFields key is ----:com.apple.iTunes:MY_CUSTOM_FIELD
    • Starting from v5.15 : AdditionalFields key is MY_CUSTOM_FIELD
  • MP4/M4A : The Conductor metadata is now written to the ©con atom instead of ----:com.apple.iTunes:CONDUCTOR. The latter is still properly read and mapped

Fixed

  • APEtag : Properly read lyrics with more than 100 characters
  • APEtag : The Publisher metadata is now properly mapped to IMetadata.Publisher and won't appear in AdditionalFields anymore
  • Track.CopyMetadataTo doesn't ignore embedded images upon saving anymore

Thanks to @​Agagamand for his precious help on these ones 👍

Binaries are available from nuGet

Version 5.14

Fixed

  • ID3v2 : Strip BOMs from ID3v.2.2 values
  • ID3v2 : Ignore malformed comments
  • Fix crash when saving a formerly empty track used as target in a CopyMetadataTo call

Big thanks to @​seankearney for testing the v5.x series 👋

Binaries are available from nuGet

Version 5.13

Interface-breaking change

MP4/M4A : Settings.MP4_readChaptersExclusive has been renamed to Settings.MP4_readChaptersFormat

New values are :

  • 0 : Read from Quicktime format (chap atom), except if Nero chapters have more entries (default)
  • 1 : Read from Quicktime format only
  • 2 : Read from Nero format (chpl atom), except if Quicktime chapters have more entries
  • 3 : Read from Nero format only

New

  • New Track.CopyMetadataTo method to copy all metadata to another Track

Fixed

  • AIFx : Custom chunk IDs written with lowercase letters are now properly read

... (truncated)

Commits
  • 6b48896 APEtag : Properly read lyrics #243
  • bbdcd51 Add lyrics to unit test
  • c401e4f MP4/M4A : Custom fields are now supported with com.apple.iTunes as their defa...
  • 4ea2b42 APEtag : Map the Publisher field #243
  • af24c2b Fix CopyMetadataTo ignoring additional fields and embedded images upon saving...
  • 95e1bd3 Version up
  • bd7f2b5 Fix crash when saving formerly empty track used as target in CopyMetadataTo [...
  • 9a179e9 ID3v2 : Ignore malformed comments #242
  • 42ec254 ID3v2 : Ignore malformed comments #242
  • e89363b Cleanup
  • Additional commits viewable in compare view

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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [z440.atl.core](https://github.com/Zeugma440/atldotnet) from 5.11.0 to 5.15.0.
- [Release notes](https://github.com/Zeugma440/atldotnet/releases)
- [Commits](Zeugma440/atldotnet@5.11...5.15)

---
updated-dependencies:
- dependency-name: z440.atl.core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2024

Superseded by #310.

@dependabot dependabot bot closed this Jan 15, 2024
@dependabot dependabot bot deleted the dependabot/nuget/z440.atl.core-5.15.0 branch January 15, 2024 03:09
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