Skip to content

Releases: robinst/taglib-ruby

v2.0.0

30 Oct 10:31
9c4f721
Compare
Choose a tag to compare

2.0.0

Changed

  • Regenerate SWIG wrapper code against TagLib 2.0.1. This breaks
    compatibility with TagLib 1.x. You will get a compiler error if you
    try to install taglib-ruby 2.x on a system that has TagLib 1.x.
    Please use taglib-ruby 1.x if your system has TagLib 1.x, and
    taglib-ruby 2.x if your system has TagLib 2.x.
  • The optional strip_others argument to TagLib::MPEG::File#save no
    longer takes a boolean value. It now uses the constants
    TagLib::File::StripOthers and TagLib::File::StripNone.

Removed

  • TagLib::MPEG::File#tag has been removed because it no longer
    exists in TagLib 2.x. Please use TagLib::MPEG::File#id3v2_tag or
    TagLib::MPEG::File#id3v1_tag.

v1.1.2

13 Apr 02:03
Compare
Choose a tag to compare

Fixed

  • Fix UserTextIdentificationFrame's constructor so that overloaded
    variants with StringList arguments can be called (#107)

v1.1.1

12 Apr 06:39
Compare
Choose a tag to compare

Changed

  • Fixed build time warnings with Ruby >= 2.7.0 (#85)
  • Upgraded to SWIG 4.0.2
  • Fixed running tests against TagLib 1.12

v1.1.0

20 Jan 10:47
Compare
Choose a tag to compare

Added

  • Added support for CTOC and CHAP frames for ID3v2

(Note: See CHANGELOG.md for older release notes)