| Version | Change log |
| Monkey's Audio 11.80 Nov 3, 2025 |
Changed: Reworked the console command line parsing so that parameter order should no longer matter (just put input filename before output filename). NEW: The console can be called with -readfullinput to read a pipe to an input buffer so the seek table will be allocated perfectly (instead of allocating an oversized seek table for an unknown length) (only engages on unknown length files) (example: flac.exe -dsc "1.flac" | mac.exe - "1.ape" -c3000 -readfullinput). |
| Monkey's Audio 11.71 Oct 30, 2025 |
Changed: Updated the standard used by the makefile to support long long, etc. (thanks Jason E. Hale). Changed: The makefile outputs all warnings (hopefully there are none!). |
| Monkey's Audio 11.70 Oct 28, 2025 |
Changed: Added instructions for building MAC under Linux on Windows with WSL to the readme in the SDK. Changed: Added the VS2022 projects back because they could be needed by third-parties (like JRiver). Changed: Updated to Visual Studio 2026 (11123.170). Changed: Added GetFieldNumber to the IAPETag interface for retrieving numeric versions of fields. Changed: Renamed some of the old MACLib files to put Old in the names and removed a dash in another. |
| Monkey's Audio 11.65 Oct 22, 2025 | Fixed: The console program was not being updated in the 32-bit install. |
| Monkey's Audio 11.64 Oct 19, 2025 | Fixed: The console program was not being updated in the 32-bit install. |
| Monkey's Audio 11.63 Oct 19, 2025 |
Fixed: APE files from pipes could have no header in certain cases so the decompressed WAV would not work. Changed: Updated to Visual Studio 2026 (11111.16). |
| Monkey's Audio 11.62 Oct 12, 2025 | Changed: Removed VS2022 from the project completely (some pieces were still being used). |
| Monkey's Audio 11.61 Oct 11, 2025 | Changed: Updated the size icon (SVG like all the other icons). |
| Monkey's Audio 11.60 Oct 11, 2025 | Changed: Added a new size icon for options. |
| Monkey's Audio 11.57 Oct 8, 2025 | Changed: The font is retrieved using SystemParametersInfoForDpi so it should scale nicely for any DPI now. |