Updated changelog.

This commit is contained in:
LoRd_MuldeR 2015-05-13 22:50:18 +02:00
parent f2dae69676
commit 1949a7d760
3 changed files with 9 additions and 7 deletions

View File

@ -82,18 +82,19 @@
<h1 id="lamexp-v4.xx-history"><span class="header-section-number">1</span> LameXP v4.xx History</h1>
<h2 id="lamexp-v4.12-xxxx-xx-xx" class="unnumbered">LameXP v4.12 [xxxx-xx-xx]</h2>
<ul>
<li>Added Hungarian translation, thanks to Zityi's Translator Team <script type="text/javascript">
<li>Added Hungarian translation, contributed by Zityi's Translator Team <script type="text/javascript">
<!--
h='&#x67;&#x6d;&#x61;&#x69;&#108;&#46;&#x63;&#x6f;&#x6d;';a='&#64;';n='&#122;&#x69;&#116;&#x79;&#x69;&#x73;&#x6f;&#102;&#116;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>&#122;&#x69;&#116;&#x79;&#x69;&#x73;&#x6f;&#102;&#116;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#x61;&#x69;&#108;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#x6f;&#x6d;</noscript><br /></li>
<li>Added optional support for the <em>libfdk-aac</em> encoder, using the <a href="https://github.com/nu774/fdkaac">fdkaac</a> front-end by nu774<br /></li>
<li>Added enhanced file renaming options: Files can now be renamed based on <a href="http://www.regular-expressions.info/quickstart.html">regular expressions</a><br /></li>
<li>Added enhanced file renaming option: Default file extensions can now be overwritten<br /></li>
<li>Added enhanced file renaming option: Files can now be renamed based on <a href="http://www.regular-expressions.info/quickstart.html">regular expressions</a><br /></li>
<li>Updated MediaInfo to v0.7.73 (2015-04-09), compiled with ICL 15.0 and MSVC 12.0<br /></li>
<li>Updated ALAC decoder to refalac v1.47 (2015-02-15), based on reference implementation by Apple<br /></li>
<li>Fixed potential deadlock in Cue Sheet import dialog when &quot;Browse...&quot; button is clicked<br /></li>
<li>Fixed function to restore the default Temp folder, if the custom Temp folder doesn't exist anymore</li>
<li>Fixed function to restore the default Temp folder, if custom Temp folder doesn't exist anymore</li>
</ul>
<h2 id="lamexp-v4.11-2015-04-05" class="unnumbered">LameXP v4.11 [2015-04-05]</h2>
<ul>

View File

@ -4,13 +4,14 @@
## LameXP v4.12 [xxxx-xx-xx] ## {-}
* Added Hungarian translation, thanks to Zityi's Translator Team <zityisoft@gmail.com>
* Added Hungarian translation, contributed by Zityi's Translator Team <zityisoft@gmail.com>
* Added optional support for the *libfdk-aac* encoder, using the [fdkaac](https://github.com/nu774/fdkaac) front-end by nu774
* Added enhanced file renaming options: Files can now be renamed based on [regular expressions](http://www.regular-expressions.info/quickstart.html)
* Added enhanced file renaming option: Default file extensions can now be overwritten
* Added enhanced file renaming option: Files can now be renamed based on [regular expressions](http://www.regular-expressions.info/quickstart.html)
* Updated MediaInfo to v0.7.73 (2015-04-09), compiled with ICL 15.0 and MSVC 12.0
* Updated ALAC decoder to refalac v1.47 (2015-02-15), based on reference implementation by Apple
* Fixed potential deadlock in Cue Sheet import dialog when "Browse..." button is clicked
* Fixed function to restore the default Temp folder, if the custom Temp folder doesn't exist anymore
* Fixed function to restore the default Temp folder, if custom Temp folder doesn't exist anymore
## LameXP v4.11 [2015-04-05] ## {-}

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 2
#define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 4
#define VER_LAMEXP_BUILD 1734
#define VER_LAMEXP_BUILD 1735
#define VER_LAMEXP_CONFG 1700
///////////////////////////////////////////////////////////////////////////////