| Version | Change log |
| Monkey's Audio 12.50 Mar 2, 2026 |
NEW: Added a native ARM64 build. Fixed: All the components were not signed in the last build. |
| Monkey's Audio 12.40 Mar 1, 2026 |
Changed: Made the XP projects discrete (aids the SDK, JRiver, etc.). Changed: Changed to the modern architecture for the 32-bit MACDll used for Winamp, Cool Edit, etc. in the 64-bit build. |
| Monkey's Audio 12.36 Feb 25, 2026 |
Fixed: Got the SDK building again after the switch to 32-bit XP and 64-bit modern. Changed: Removed the Clang error suppressions from the ARM projects (to match the Windows projects now). Changed: Updated to Visual Studio Insiders 11519.219. |
| Monkey's Audio 12.35 Feb 21, 2026 |
Fixed: Cleaned up a redefinition in the Windows version that could happen with WindowsEnivronment.h in some cases. Changed: Define APE_OVERRIDE for C++11 instead of only MSVC. Changed: Updated to Visual Studio Insiders 11513.90 because it fixes the bogus Clang warnings (so removed the suppressions from Clang). |
| Monkey's Audio 12.34 Feb 20, 2026 | Changed: DS64 headers are read to get the file length instead of assuming the data goes to the end of the file. Makes ID3 tags read from some huge WAV files. |
| Monkey's Audio 12.33 Feb 19, 2026 |
Changed: Made some corrections to aid compiling with toolsets other than MSVC. Changed: Made the statusbar hold the field with the number of files better after compression (could truncate in the last builds). Changed: Removed the XP projects and instead just configure the 32-bit compiles to be XP compatible (note that this was not done for the VS2022 projects). |
| Monkey's Audio 12.31 Feb 19, 2026 |
Fixed: The 32-bit build was using "Monkey's Audio Legacy" for the registry settings in the last build. Changed: Removed string defines for old versions of Windows because they were making XP not build (so no longer seem necessary). |
| Monkey's Audio 12.30 Feb 19, 2026 | Changed: Made the 32-bit build all XP compatible and removed the separate download. |
| Monkey's Audio 12.13 Feb 12, 2026 |
Changed: Made License.txt ANSI and removed the copyright symbol. Fixed: Corrected a typo in the comment of GDIBitmapPtr.h. Fixed: The copy in the memory I/O object was using a possibly too big value to memcpy. Fixed: Made the APE link code work if the I/O object returned APE_FILE_SIZE_UNDEFINED. Fixed: Corrected a compile problem on non-Unicode Windows. Changed: Made strings in the version file not concatenate wide and narrow strings because really old compilers can fail on that. Changed: Updated to Visual Studio 2026 (Version 18.3.0). |
| Monkey's Audio 12.12 Feb 5, 2026 | Changed: Cleaned up some more string usage. |