Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: polyfloyd/rust-id3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.1
Choose a base ref
...
head repository: polyfloyd/rust-id3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 8, 2025

  1. test: Add smoke test for decoding file with broken IPLS frame

    The test data from extracted from the sample file attached to #147.
    
        $ cargo run --example tagdump sample.mp3 > testdata/github-issue-147.id3
        Tag size: 42998
        Footer: no
        Writing 42998 bytes to stdout...
        Done.
    Holzhaus authored and polyfloyd committed Feb 8, 2025
    Copy the full SHA
    adda14e View commit details
  2. fix(content): Decode IPLS/TIPL/TMCL with odd value count gracefully

    Holzhaus authored and polyfloyd committed Feb 8, 2025
    Copy the full SHA
    d1c18df View commit details
  3. bump: version 1.16.1 → 1.16.2

    github-actions committed Feb 8, 2025
    Copy the full SHA
    e5b32b4 View commit details
Loading