Development open for version 4.05 now.
This commit is contained in:
parent
af75929e00
commit
c2a41d783f
@ -16,7 +16,11 @@ a:visited { color: #0000EE; }
|
||||
<body>
|
||||
<h3>LameXP - Version History</h3><br>
|
||||
|
||||
<a name="4.04"></a>Changes between v4.03 and v4.04:<br><ul>
|
||||
<a name="4.05"></a>Changes between v4.04 and v4.05 [<font color="darkred">unreleased</font>]:<br><ul>
|
||||
<li>Added Swedish translation, thanks to Åke Engelbrektson <eson57@gmail.com>
|
||||
</ul><br>
|
||||
|
||||
<a name="4.04"></a>Changes between v4.03 and v4.04 [2012-04-26]:<br><ul>
|
||||
<li>Added support for the QAAC Encoder, requires QuickTime v7.7.1 or newer (see <a href="FAQ.html#71a113b0" target="_blank">FAQ doc</a> for details)
|
||||
<li>Added Chinese and Taiwanese translations, thanks to 456Vv <123@456vv.com>
|
||||
<li>Added experimental support for DCA Enc, created by Alexander E. Patrakov <patrakov@gmail.com>
|
||||
@ -42,7 +46,7 @@ a:visited { color: #0000EE; }
|
||||
<li>Fixed a very rare "live-lock" situation in early initialization code
|
||||
</ul><br>
|
||||
|
||||
<a name="4.03"></a>Changes between v4.02 and v4.03:<br><ul>
|
||||
<a name="4.03"></a>Changes between v4.02 and v4.03 [2011-11-12]:<br><ul>
|
||||
<li>Added an option to rename the output files (based on an user-defined naming pattern)
|
||||
<li>Added an option to enforce Stereo Downmix for Multi-Channel sources
|
||||
<li>Added "built-in" WMA decoder (see <a href="http://forum.doom9.org/showthread.php?t=140273">this</a> thread for details) and removed all remnants of "old" decoder
|
||||
@ -68,7 +72,7 @@ a:visited { color: #0000EE; }
|
||||
<li>Miscellaneous bugfixes
|
||||
</ul><br>
|
||||
|
||||
<a name="4.02"></a>Changes between v4.01 and v4.02:<br><ul>
|
||||
<a name="4.02"></a>Changes between v4.01 and v4.02 [2011-06-14]:<br><ul>
|
||||
<li>Upgraded build environment to Microsoft Visual Studio 2010
|
||||
<li>Dropping support for Windows 2000 and Windows XP RTM. Windows XP needs (at least) Service-Pack 2 now!
|
||||
<li>Added Cue Sheet import wizard, which allows splitting and importing tracks from Cue Sheet images
|
||||
@ -90,7 +94,7 @@ a:visited { color: #0000EE; }
|
||||
<li>Miscellaneous bugfixes
|
||||
</ul><br>
|
||||
|
||||
<a name="4.01"></a>Changes between v4.00 and v4.01:<br><ul>
|
||||
<a name="4.01"></a>Changes between v4.00 and v4.01 [2011-04-04]:<br><ul>
|
||||
<li>Added an option to manually specify the number of parallel instances
|
||||
<li>Added an option to select a user-defined TEMP directory
|
||||
<li>Added an option to shutdown the computer as soon as all files are completed
|
||||
@ -109,7 +113,7 @@ a:visited { color: #0000EE; }
|
||||
<li>A warning message will be emitted, if diskspace drops below a critical limit while processing
|
||||
</ul><br>
|
||||
|
||||
<a name="4.00"></a>Changes between v3.18 and v4.00:<br><ul>
|
||||
<a name="4.00"></a>Changes between v3.18 and v4.00 [2011-02-21]:<br><ul>
|
||||
<li>Complete re-write of LameXP in the C++ programming language
|
||||
<li>Switched IDE from Delphi 7.0 to Visual Studio 2008 + Qt Framework v4.7.1 (GNU Toolchain not yet)
|
||||
<li>Added cross-plattfrom support - only Windows and Wine for now, native Linux version planned
|
||||
|
@ -27,10 +27,10 @@
|
||||
|
||||
#define VER_LAMEXP_MAJOR 4
|
||||
#define VER_LAMEXP_MINOR_HI 0
|
||||
#define VER_LAMEXP_MINOR_LO 4
|
||||
#define VER_LAMEXP_TYPE Final
|
||||
#define VER_LAMEXP_MINOR_LO 5
|
||||
#define VER_LAMEXP_TYPE Alpha
|
||||
#define VER_LAMEXP_PATCH 1
|
||||
#define VER_LAMEXP_BUILD 989
|
||||
#define VER_LAMEXP_BUILD 990
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Tool versions (minimum expected versions!)
|
||||
|
Loading…
Reference in New Issue
Block a user