Flac Tag Library Changelog

What's new in Flac Tag Library 2.0.26.58

Oct 1, 2020
  • Speed-up with buffered streams when loading/saving much data.

New in Flac Tag Library 2.0.25.56 (Sep 14, 2020)

  • Fixed a possible memory leak in the save functions

New in Flac Tag Library 2.0.24.55 (Nov 1, 2019)

  • Speed-up with buffered streams when loading/saving much data

New in Flac Tag Library 2.0.23.54 (Jun 22, 2019)

  • Improvements to parsing corrupt tags
  • Licensing change

New in Flac Tag Library 2.0.22.51 (Oct 19, 2018)

  • 'TFlacTag.Tags' is now a generic TList
  • Added 'AlreadyParsed' for tags and 'TFlacTag.ReSetAlreadyParsedState' for the base class

New in Flac Tag Library 2.0.21.50 (Feb 28, 2018)

  • Fixed saving tags on NEXTGEN
  • When saving tags and the existing file can not be deleted or the new file renamed to the original file name the function returns FLACTAGLIBRARY_ERROR_WRITING_FILE

New in Flac Tag Library 2.0.16.41 (Oct 4, 2015)

  • Fixed writing padding bytes slow-down

New in Flac Tag Library 2.0.15.39 (Oct 4, 2015)

  • Added C++ Builder tutorial

New in Flac Tag Library 2.0.14.38 (Jan 3, 2015)

  • Added functions for loading / saving / removing tags to TStream.

New in Flac Tag Library 2.0.11.32 (May 15, 2014)

  • Added TFlacTag.DeleteAllCoverArts function.

New in Flac Tag Library 2.0.10.31 (Apr 10, 2014)

  • Added option to automatically convert field names to upper-case and fixed cover art functions when 'description' was 0 bytes long.

New in Flac Tag Library 2.0.10.29 (Mar 8, 2014)

  • When saving the tag and the new tag, padding is smaller then the existing tag, the tag is re-written with new padding.

New in Flac Tag Library 2.0.9.28 (Feb 24, 2014)

  • Fixed SetCoverArt() function.

New in Flac Tag Library 2.0.9.27 (Nov 4, 2013)

  • Fixed adding a space character after the tag field value
  • Fixed all hints and warnings (for iOS/Android)

New in Flac Tag Library 2.0.7.24 (Oct 31, 2013)

  • Added support for Delphi XE5 iOS and Android build target

New in Flac Tag Library 2.0.6.22 (May 11, 2013)

  • Fixed loading of files with a 0 length meta block

New in Flac Tag Library 2.0.5.20 (May 10, 2013)

  • Added full support of reading/writing Ogg Flac audio file tags

New in Flac Tag Library 2.0.4.9 (Apr 20, 2013)

  • Fixed re-writing the tag in most cases even when not needed

New in Flac Tag Library 2.0.3.8 (Apr 12, 2013)

  • Fixed reading tags bug introduced in the previous version.

New in Flac Tag Library 2.0.2.6 (Apr 7, 2013)

  • Faster loading of tags
  • Fixed reading fields larger than 8192 bytes
  • Fixed reading of tag which has a 0 length vendor or tag string

New in Flac Tag Library 2.0.1.2 (Mar 25, 2013)

  • Added Delete function for tag objects, if SetText() is called with an empty value the tag frame is deleted
  • Added new functions GetCoverArtInfo() and CoverArtCount()
  • Fixed opening file for save when it is allocated already (eg. playback).