Added Hungarian translation, thanks to Zityi's Translator Team
Added optional support for the libfdk-aac encoder, using the fdkaac front-end by nu774
-
Added enhanced file renaming options: Files can now be renamed based on regular expressions
+
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
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]
diff --git a/doc/Changelog.md b/doc/Changelog.md
index 4fea6d5c..c99ae7c1 100644
--- a/doc/Changelog.md
+++ b/doc/Changelog.md
@@ -4,13 +4,14 @@
## LameXP v4.12 [xxxx-xx-xx] ## {-}
-* Added Hungarian translation, thanks to Zityi's Translator Team
+* Added Hungarian translation, contributed by Zityi's Translator Team
* 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] ## {-}
diff --git a/src/Config.h b/src/Config.h
index d0eff097..6d43fe76 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -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
///////////////////////////////////////////////////////////////////////////////