11Changes in Releases of taglib-ruby
22==================================
33
4- ## 1.0.0 (2020-01-07)
4+ All notable changes to this project will be documented in this file.
5+
6+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
7+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8+
9+ ## 1.0.1 - 2020-03-25
10+
11+ ### Fixed
12+ - Fix segmentation fault with TagLib::FLAC picture lists (#91 ), thanks
13+ @jameswyper !
14+
15+ ## 1.0.0 - 2020-01-07
516
617* Support for TagLib >= 1.11.1 (drop support for earlier versions) (#83 )
718 * This includes a lot of new APIs and some changed APIs, see
819 ` @since 1.0.0 ` in the docs
920* Stop using tainted strings to fix warnings with Ruby 2.7 (#86 )
1021
11- ## 0.7.1 ( 2015-12-28)
22+ ## 0.7.1 - 2015-12-28
1223
1324* Fix compile error during gem installation on Ruby 2.3 (MRI) (#67 )
1425
15- ## 0.7.0 ( 2014-08-21)
26+ ## 0.7.0 - 2014-08-21
1627
1728* Add support for TagLib::RIFF::AIFF (#52 , by @tchev )
1829* Add support for TagLib::RIFF::WAV (#57 , by @tchev )
@@ -21,7 +32,7 @@ Changes in Releases of taglib-ruby
2132* Try to detect location of vendor/taglib on Heroku (#28 )
2233* Documentation updates
2334
24- ## 0.6.0 ( 2013-04-26)
35+ ## 0.6.0 - 2013-04-26
2536
2637* Add support for TagLib::MP4 (#3 , by @jacobvosmaer )
2738* Add support for TagLib::ID3v2::Header (#19 , by @kaethorn )
@@ -32,24 +43,24 @@ Changes in Releases of taglib-ruby
3243* Fix segfault when passing a non-String to a String argument
3344* Documentation updates
3445
35- ## 0.5.2 ( 2012-10-06)
46+ ## 0.5.2 - 2012-10-06
3647
3748* Fix memory bug with TagLib::MPEG::File#tag and TagLib::FLAC::File#tag
3849 which could cause crashes (#14 )
3950* Update TagLib of binary gem for Windows to 1.8
4051
41- ## 0.5.1 ( 2012-06-16)
52+ ## 0.5.1 - 2012-06-16
4253
4354* Fix crashes (segfault) with nil arguments, e.g. with ` tag.title = nil `
4455* Document TagLib::MPEG::File#save and TagLib::MPEG::File#strip (#11 )
4556* Update TagLib of binary gem for Windows to 1.7.2
4657
47- ## 0.5.0 ( 2012-04-15)
58+ ## 0.5.0 - 2012-04-15
4859
4960* Add support for FLAC
5061* Fix problem in SWIG causing compilation error on MacRuby (#10 )
5162
52- ## 0.4.0 ( 2012-03-18)
63+ ## 0.4.0 - 2012-03-18
5364
5465* Pre-compiled binary gem for Windows (Ruby 1.9) with TagLib 1.7.1
5566* Unicode filename support on Windows
@@ -63,35 +74,35 @@ title = TagLib::FileRef.open("file.mp3") do |file|
6374end
6475```
6576
66- ## 0.3.1 ( 2012-01-22)
77+ ## 0.3.1 - 2012-01-22
6778
6879* Fix ObjectPreviouslyDeleted exception after calling
6980 TagLib::ID3v2::Tag#add_frame (#8 )
7081* Make installation under MacPorts work out of the box (#7 )
7182
72- ## 0.3.0 ( 2012-01-02)
83+ ## 0.3.0 - 2012-01-02
7384
7485* Add support for Ogg Vorbis
7586* Add support for ID3v1 (#2 )
7687* Add #close to File classes for explicitly releasing resources
7788* Fix compilation on Windows
7889
79- ## 0.2.1 ( 2011-11-05)
90+ ## 0.2.1 - 2011-11-05
8091
8192* Fix compilation error due to missing typedef on some systems (#5 )
8293
83- ## 0.2.0 ( 2011-10-22)
94+ ## 0.2.0 - 2011-10-22
8495
8596* API documentation
8697* Add support for:
8798 * TagLib::AudioProperties and TagLib::MPEG::Properties (#4 )
8899 * TagLib::ID3v2::RelativeVolumeFrame
89100
90- ## 0.1.1 ( 2011-09-17)
101+ ## 0.1.1 - 2011-09-17
91102
92103* Add installation instructions and clean up description
93104
94- ## 0.1.0 ( 2011-09-17)
105+ ## 0.1.0 - 2011-09-17
95106
96107* Initial release
97108* Coverage of the following API:
0 commit comments