diff --git a/LameXP.vcproj b/LameXP.vcproj index 249d24f0..c0229ecc 100644 --- a/LameXP.vcproj +++ b/LameXP.vcproj @@ -500,6 +500,10 @@ RelativePath=".\src\ShellIntegration.cpp" > + + @@ -1432,6 +1436,40 @@ RelativePath=".\src\Targetver.h" > + + + + + + + + + + + @@ -1738,6 +1776,10 @@ RelativePath=".\tmp\MOC_ShellIntegration.cpp" > + + diff --git a/doc/Changelog.html b/doc/Changelog.html index 6a6f3763..7d473dc8 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -12,7 +12,7 @@
  • Added an option to select a user-defined TEMP directory
  • Added an option to shutdown the computer as soon as all files are completed
  • Added an option to add directories recursively -
  • Added support for embedding cover artwork (currently works with LAME and Nero AAC only) +
  • Added support for embedding cover artwork (currently works with LAME, FLAC and Nero AAC only)
  • Updated Qt runtime libraries to v4.7.2
  • Updated LAME encoder to v3.99.0.15 (2011-03-22), compiled with ICL 12.0.2
  • Updated Vorbis encoder to v2.87 using aoTuV Beta-6.02 (2011-02-28), compiled with ICL 11.1 and MSVC 9.0 @@ -21,6 +21,7 @@
  • Updated MediaInfo to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0
  • Updated language files (big thank-you to all contributors !!!)
  • Fixed a bug that caused AAC encoding to fail in CBR mode (the "-2pass" parameter was set wrongly) +
  • A warning message will be emitted, if diskspace drops below a critical limit while processing
    Changes between v3.18 and v4.00: