diff --git a/doc/Changelog.html b/doc/Changelog.html index 47e9f557..4d696808 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -89,8 +89,9 @@ document.write(''+e+'<\/'+'a'+'>'); // -->
  • Added optional support for the libfdk-aac encoder, using the fdkaac front-end by nu774
  • +
  • Added detection of the 64-Bit version of QAAC encoder, requires 64-Bit Apple Application Support
  • 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
  • +
  • Added enhanced file renaming option: Files can now be renamed via the regular expressions engine
  • 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
  • diff --git a/doc/Changelog.md b/doc/Changelog.md index c99ae7c1..81af5cc9 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -6,8 +6,9 @@ * 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 detection of the *64-Bit* version of QAAC encoder, requires 64-Bit Apple Application Support * 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) +* Added enhanced file renaming option: Files can now be renamed via the [regular expressions](http://www.regular-expressions.info/quickstart.html) engine * 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