Skip to content

Releases: ClementBeal/audio_metadata_reader

v1.1.0

09 Dec 01:58
68b0915
Compare
Choose a tag to compare

1.1.0 (2024-12-07)

Features

Bug Fixes

  • ID3v2 wasn't parsing description as UTF-16 (#42) (78e8c79)
  • parse correctly the null character (#43) (7dda538)

v1.0.0

28 Nov 22:33
bb43af7
Compare
Choose a tag to compare

1.0.0 (2024-11-28)

Features

  • metadata returns File reference (01b01a3)
  • use different exception if there's no available parser (#29) (197624a)

Bug Fixes