May 3rd, 2011· Changed: When compressing a file, the input WAV file is always opened in read-only mode (writes were never done, but previously the input WAV would only be opened in read-only mode if write permissions were not available).
· Changed: Updated to newer nasm compiler for MMX assembly.
· Changed: Updated the console application (MAC.exe) to support Unicode filenames (GUI has always had Unicode support).
· Changed: Removed obsolete Unicode compatibility DLL (unicows.dll) from the installer (only used by Win 9x).
April 14th, 2011· Changed: Updated to an icon that looks nicer on Windows 7 (sorry, still a monkey)
· Changed: Updated copyright dates.
March 17th, 2009· Fixed: In rare cases, a corrupt frame could output as noise instead of silence when the decoder was ignoring errors.
February 4th, 2009· Fixed: Directshow filter would fail to register on some systems.
· Changed: Added CompressFileW2, DecompressFileW2, etc. functions that take a C++ interface as a callback for easier usage in multi-threaded environments. (as opposed to the old static function callback)
February 3rd, 2009· Fixed: Directshow filter had an unnecessary dependence on a MSVC system dll.
January 22nd, 2009· Changed: Added a help link to the help menu to show the included help file.
January 20th, 2009· New: Includes Directshow filter for decoding APE files in any DirectShow compatible player like Windows Media Player, Zoom, etc.
· Fixed: Corrupt APE files could cause decoder crashes in rare cases.
· Changed: Updated builder that gets better compression, making for a smaller download.
July 27th, 2007· Fixed: File > Exit would not close the program.
· Fixed: Typo on the options dialog "Leave source file intact" option.
· Fixed: APX files that weren't NULL terminated could cause a crash.
· Fixed: Files that were skipped would show "Error" instead of "Skipped" in the status column.
· Changed: Improved the error reporting in the status column after a failure.
· Fixed: Possible small memory leak (100 bytes) on missing file decompression / conversion errors.
· Changed: Increased the statusbar size to better hold batches of 100 GBs of files.
· Changed: The file list will scroll to show newly started files during processing.
· Fixed: Adding or removing files from the file list is no longer allowed during processing.
· Changed: Pausing processing no longer distorts the time estimation.
· Fixed: Some operations would not pause properly. (external encoders, etc.)
· Fixed: The list control would flicker more than necessary when working with long lists of files.