diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 9dde1476..318283f7 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -76,7 +76,7 @@
  • FLAC format:
  • @@ -91,6 +91,7 @@
  • Improved the -F to allow decoding of FLAC files whose metadata is corrupted, and other kinds of corruption.
  • Encoder can now take FLAC as input. The output FLAC file will have all the same metadata as the original unless overridden with options on the command line.
  • Added a new option --tag-from-file for setting a tag from file (e.g. for importing a cuesheet as a tag).
  • +
  • Added a new option --picture for adding pictures.
  • Added support for encoding from non-compressed AIFF-C (SF #1090933).
  • Importing of non-CDDA-compliant cuesheets now only issues a warning, not an error (see here).
  • MD5 comparison failures on decoding are now an error instead of a warning and will also return a non-zero exit code (SF #1493725).
  • @@ -105,6 +106,7 @@ metaflac:
  • @@ -179,6 +185,7 @@
  • Added OggFLAC::Encoder::Stream::set_apodization()
  • Added OggFLAC::Metadata::CueSheet::calculate_cddb_id()
  • Added OggFLAC::Metadata::get_cuesheet()
  • +
  • Added OggFLAC::Metadata::get_picture()