OSDN Git Service

Bump version.
[lamexp/LameXP.git] / doc / Changelog.html
index 09636b3..0f802cd 100644 (file)
@@ -5,23 +5,79 @@
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <style type="text/css">
 <!--
-body { font-family:Monospace; font-size:10pt; }
+body { font-family:Consolas, "Lucida Console", Monospace; font-size:10pt; }
 a { text-decoration:none; color:#0000EE; transition:color 0.5s ease; -moz-transition:background-color 0.5s ease; -o-transition:background-color 0.5s ease; -webkit-transition:background-color 0.5s ease; }
 a:hover { background-color: #CCCCCC; }
 a:active { color: #551A8B; }
 a:visited { color: #0000EE; }
+.code { background-color: #EAEAEA; }
 -->
 </style>
 </head>
 <body>
 <h3>LameXP - Version History</h3><br>
 
-<a name="4.05"></a>Changes between v4.04 and v4.05 [<font color="darkred">unreleased</font>]:<br><ul>
-<li>Added support for Opus Audio Codec, based on Opus-Tools v0.1.4 (2012-08-05) by Xiph.org/Mozilla
+<a name="4.08"></a>Changes between v4.07 and v4.08 [2013-09-04]:<br><ul>
+<li>Upgraded build environment to Microsoft Visual Studio 2012 with Update-3
+<li>Encoder settings (RC mode + bitrate/quality) are now stored separately for each encoder
+<li>Updated Qt runtime libraries to v4.8.5 (2013-05-31), compiled with MSVC 11.0
+<li>Updated FLAC encoder/decoder to v1.3.0 (2013-05-27), compiled with ICL 13.0
+<li>Updated Opus encoder/decoder libraries to v1.1-beta and Opus-Tools to v0.1.6 (2013-07-22)
+<li>Updated MediaInfo to v0.7.64 (2013-07-05), compiled with ICL 13.1 and MSVC 10.0
+<li>Updated GnuPG to v1.4.14 (2013-07-25), compiled with GCC 4.8.1
+<li>Updated GNU Wget binary to v1.13.4 (2011-09-17)
+<li>Updated language files (big thank-you to all contributors !!!)
+<li>Fixed a potential deadlock during startup when %TMP% points to an invalid folder
+<li>Fixed a superfluous "beep" sound that appeared on application startup
+<li>Fixed the Ogg Vorbis quality modes "-1" and "-2" (those were clipped to "0" before)
+<li>Fixed a bug that could cause the output directory to be reset mistakenly
+<li>Implemented "natural order" string comparison/sorting, using strnatcmp() by Martin Pool
+</ul><br>
+
+<a name="4.07"></a>Changes between v4.06 and v4.07 [2013-04-28]:<br><ul>
+<li>Upgraded build environment to Microsoft Visual Studio 2012 with Update-2
+<li>Minimum supported platform now is Windows XP with Service Pack 3 (<a href="http://www.microsoft.com/en-us/download/details.aspx?id=24" target="_blank">download</a>)
+<li>Added option to select the "overwrite mode" to advanced options tab
+<li>Added option to filter the log entries on the "processing" dialog (see context menu)
+<li>Added "Up One Level" button to the output folder tab
+<li>Added Opus decoder option to output always at the native sample rate of 48.000 Hz
+<li>Updated Qt runtime libraries to v4.8.4 (2012-11-29), compiled with MSVC 11.0
+<li>Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-23)
+<li>Updated Valdec decoder (2013-04-07), based on AC3Filter Tools v1.0a
+<li>Updated mpg123 decoder to v1.15.3 (2013-04-03), compiled with GCC 4.8.0
+<li>Updated MediaInfo to v0.7.62 (2013-02-22), compiled with ICL 12.1.7 and MSVC 10.0
+<li>Updated Monkey's Audio binary to v4.11 (2013-01-20)
+<li>Updated SoX to to v14.4.1 (2012-02-09), compiled with ICL 13.0 and MSVC 10.0
+<li>Updated GnuPG to v1.4.13, compiled with GCC 4.7.2
+<li>Updated language files (big thank-you to all contributors !!!)
+<li>Fixed handling of certain characters when passing meta tags on the command-line
+<li>Fixed handling of certain characters when renaming output files
+<li>Fixed Keccak library to not crash on systems without SSE/SSE2 support
+<li>Fixed LAME algorithm quality selector better match the LAME documentation (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/detailed.html#q" target="_blank">link</a>)
+</ul><br>
+
+<a name="4.06"></a>Changes between v4.05 and v4.06 [2012-11-04]:<br><ul>
+<li>Updated Opus encoder/decoder libraries to v1.0.1 and Opus-Tools to v0.1.5 (2012-09-22)
+<li>Updated mpg123 decoder to v1.14.4+ (2012-09-24), compiled with GCC 4.7.1
+<li>Updated ALAC decoder to refalac v0.56 (2012-10-24), based on reference implementation by Apple
+<li>Updated Qt runtime libraries to v4.8.3 (2012-09-13), compiled with MSVC 10.0
+<li>Updated MediaInfo to v0.7.61+ (2012-10-28), compiled with ICL 12.1.7 and MSVC 10.0
+<li>Updated language files (big thank-you to all contributors !!!)
+<li>Fixed a bug with the "Store temporary files in your system's default TEMP director" checkbox
+<li>Fixed a buffer overflow in FAAD2 decoder which could cause crashes with very long file names
+<li>Fixed a regression in Qt v4.8.3 that broke Drag&amp;Drop support (<a href="https://bugreports.qt-project.org/browse/QTBUG-27265" target="_blank">details #1</a>) (<a href="https://codereview.qt-project.org/35297" target="_blank">details #2</a>)
+<li>Reworked the "About..." dialog &ndash; now using a custom dialog instead of message boxes
+</ul><br>
+
+<a name="4.05"></a>Changes between v4.04 and v4.05 [2012-09-03]:<br><ul>
+<li>Added support for Opus Audio Codec, based on Opus-Tools v0.1.4 (2012-08-16) by Xiph.org/Mozilla
 <li>Added Swedish translation, thanks to Åke Engelbrektson &lt;eson57@gmail.com&gt;
 <li>Updated Qt runtime libraries to v4.8.2 (2012-05-22), compiled with MSVC 10.0
 <li>Updated mpg123 decoder to v1.14.4 (2012-07-26), compiled with GCC 4.6.1
-<li>Updated MediaInfo to v0.7.58 (2012-07-31), compiled with ICL 12.1.7 and MSVC 10.0
+<li>Updated MediaInfo to v0.7.59 (2012-08-08), compiled with ICL 12.1.7 and MSVC 10.0
+<li>Updated optional add-ins for QAAC encoder and FHG AAC encoder (see <a href="FAQ.html#71a113b0" target="_blank">FAQ doc</a> for details)
+<li>Updated DCA Enc to v2 (2012-04-19), compiled with ICL 12.1.7 and MSVC 10.0
+<li>Updated language files (big thank-you to all contributors !!!)
 <li>Implemented multi-threading in file analyzer for faster file import (about 2.5x to 6.0x faster!)
 <li>Implemented multi-threading in initialization code for faster application startup
 <li>Fixed a potential crash (stack overflow) when adding a huge number of files