jonlil / pioneer-pro-dj-linux

Hopefully one day this application will be able to send files to a rekordbox compatible DJ player.
GNU General Public License v3.0
30 stars 11 forks source link

Update id3 requirement from 0.5.0 to 1.5.0 #148

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on id3 to permit the latest version.

Changelog

Sourced from id3's changelog.

v1.5.0 (2022-11-16)

Feat

  • Adds support for reading/writing TDOR frames

v1.4.0 (2022-10-30)

Feat

  • Add tokio support for parsing (#102)

v1.3.0 (2022-08-05)

Feat

  • Store encoding in Frame for TXXX and GEOB (fixes #97)

v1.2.1 (2022-06-28)

Fix

  • Support Serato GEOB (#96)

v1.2.0 (2022-06-10)

Feat

  • Add the v1v2 module for simultaneously handling ID3v1+ID3v2 tags (fixes #92)
  • Add the genre_parsed method (fixes #88)

v1.1.4 (2022-06-09)

Fix

  • Remove dbg! prints

v1.1.3 (2022-06-05)

Fix

  • Increase storage copy buffer size to 2^16 bytes (fixes #94)
  • Require bitflags >1.3 (fixes #93)

v1.1.2 (2022-06-01)

Fix

  • Fix reading of tags with extended headers (fixes #91)

... (truncated)

Commits
  • 5432ec1 bump: version 1.4.0 → 1.5.0
  • f3b5e3a feat: Adds support for reading/writing TDOR frames
  • 931edf4 chore: Apply linter suggestions (#104)
  • 2b414cb bump: version 1.3.0 → 1.4.0
  • 9c4e196 feat: Add tokio support for parsing (#102)
  • 4eced01 chore: Fix some things reported by Clippy
  • dc71c73 bump: version 1.2.1 → 1.3.0
  • 922eed5 docs: Add caveat for Frame::encoding
  • 1cc9fa4 chore: Fix issues reported by clippy
  • c94ff54 feat: Store encoding in Frame for TXXX and GEOB (fixes #97)
  • Additional commits viewable in compare view


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 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[bot] commented 1 year ago

Superseded by #149.