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 lofty from 0.13.0 to 0.18.2 in /tori #29

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps lofty from 0.13.0 to 0.18.2.

Release notes

Sourced from lofty's releases.

0.18.2

What's Changed

Full Changelog: https://github.com/Serial-ATA/lofty-rs/blob/main/CHANGELOG.md#0182---2024-01-23

0.18.1

What's Changed

Full Changelog: https://github.com/Serial-ATA/lofty-rs/blob/main/CHANGELOG.md#0181---2024-01-20

0.18.0

What's Changed

New Contributors

Full Changelog: https://github.com/Serial-ATA/lofty-rs/blob/main/CHANGELOG.md#0180---2024-01-12

0.17.1

What's Changed

Full Changelog: https://github.com/Serial-ATA/lofty-rs/blob/main/CHANGELOG.md#0171---2023-11-26

0.17.0

What's Changed

... (truncated)

Changelog

Sourced from lofty's changelog.

[0.18.2] - 2024-01-23

Fixed

  • MP4: Padding for shrinking tags will no longer overwrite unrelated data (PR)

[0.18.1] - 2024-01-20 (YANKED)

Fixed

  • ID3v2: Fix panic in UTF-16 parsing when BOM is missing (issue) (PR)
  • MP4:
    • Properly handle track/disc numbers greater than 16 bits (PR)
    • Atom offset updates will now be properly handled for shrinking tags (PR)

[0.18.0] - 2024-01-12

Added

  • MP4: Check if audio streams are DRM protected, exposed as Mp4Properties::is_drm_protected() (PR)
  • ID3v2:
    • Add Id3v2ErrorKind::EmptyFrame (PR)
    • Support converting some TIPL frame values into generic TagItems (PR)
      • Supported TIPL keys are: "producer", "arranger", "engineer", "DJ-mix", "mix".
  • GlobalOptions: Options local to the thread that persist between reads and writes (PR)
  • ItemKey: ItemKey::IntegerBpm (issue) (PR)

Changed

  • ID3v1: Renamed GENRES[14] to "R&B" (Previously "Rhythm & Blues") (PR)
  • MP4: Duration milliseconds are now rounded to the nearest whole number (PR)
  • ID3v2:
    • Stop erroring on empty frames when not using ParsingMode::Strict (PR)
    • Verify contents of flag items (ItemKey::FlagCompilation, ItemKey::FlagPodcast) (PR)
    • Id3v2Tag::get_text() will now return the raw, unedited string (PR)
      • Previously, all null separators were replaced with "/" to make the string easier to display. Now, null separators are only replaced in Accessor methods. It is up to the caller to decide how to handle all other strings.
  • resolve: Custom resolvers will now be checked before the default resolvers (PR)
  • MPEG: Up to max_junk_bytes will now be searched for tags between the start of the file and the first MPEG frame (PR)
    • This allows us to read and write ID3v2 tags that are preceeded by junk
  • ItemKey:
    • Renamed ItemKey::PodcastReleaseDate to ItemKey::ReleaseDate (PR)
    • Renamed ItemKey::{PodcastURL, PoddcastGlobalUniqueID} to ItemKey::{PodcastUrl, PoddcastGlobalUniqueId} (issue) (PR)

Fixed

  • MP4:
    • The dfLa atom for FLAC streams will now be found, providing better properties (PR)
    • Offset atoms (stco, co64, and tfhd) will now be updated when writing (issue) (PR)
    • ItemKey::FlagPodcast will be checked in Tag -> Ilst conversion (PR)
  • ID3v2: Support UTF-16 encoded TIPL frames with a single BOM (issue) (PR)
  • Speex: Estimate bitrate when the nominal bitrate is not available (PR)
    • When no nominal bitrate was provided, the bitrate was previously set to 0. Now we will give an estimate based

... (truncated)

Commits
  • 04ad403 0.18.2
  • 1370be7 MP4: Stop overwriting file with padding on tag shrink
  • 20b6c60 changelog: Add missing entries
  • 47735dd 0.18.1
  • 304feb9 MP4: Properly handle offset updates for shrinking tags
  • 0933898 CONTRIBUTING: Fix indent
  • 4410844 CONTRIBUTING: Finish tag tests section
  • a0faa78 CONTRIBUTING: Describe test assets
  • 4e29ed2 CONTRIBUTING: fixups
  • 38e0634 CONTRIBUTING: Start work on new tag docs
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 30, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/tori/lofty-0.18.2 branch from e5bb150 to 2c4a3f3 Compare January 30, 2024 21:47
Bumps [lofty](https://github.com/Serial-ATA/lofty-rs) from 0.13.0 to 0.18.2.
- [Release notes](https://github.com/Serial-ATA/lofty-rs/releases)
- [Changelog](https://github.com/Serial-ATA/lofty-rs/blob/main/CHANGELOG.md)
- [Commits](Serial-ATA/lofty-rs@0.13.0...0.18.2)

---
updated-dependencies:
- dependency-name: lofty
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tori/lofty-0.18.2 branch from 2c4a3f3 to d8c9907 Compare January 30, 2024 21:49
@LeoRiether LeoRiether merged commit 04e47ba into master Jan 30, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/tori/lofty-0.18.2 branch January 30, 2024 21:58
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.

1 participant