# HG changeset patch # User Chris Cannam # Date 1484068433 0 # Node ID 5ffe87f7593124af2ab8e26a29f113c4044bd32e # Parent 44e09e1996a34ba4f19c86691adc03b32a2976e7 Typo fix and small reorder diff -r 44e09e1996a3 -r 5ffe87f75931 CHANGELOG --- a/CHANGELOG Tue Jan 10 17:08:38 2017 +0000 +++ b/CHANGELOG Tue Jan 10 17:13:53 2017 +0000 @@ -11,9 +11,6 @@ resolution, but it also improves scaling and rendering of UI elements on Hi-DPI displays on Windows and Linux - - Add ability to open, display, and analyse very long audio files (of - more than 2^32 sample frames) - - Add ability to export scalable (SVG) image files - Run plugins in a separate process, so that if a plugin crashes, it @@ -23,6 +20,9 @@ - Scan plugins on startup in a separate process, and report on any that crash or won't load + - Add ability to open, display, and analyse very long audio files (of + more than 2^32 sample frames) + - Change mp3 file loading so as to compensate for encoder/decoder delay and padding (using "gapless playback" logic). While this is a real improvement, unfortunately it does mean that the initial @@ -54,7 +54,7 @@ - Add "What's New" dialog - - Finally switch the Windows built to 64-bit by default (with + - Finally switch the Windows build to 64-bit by default (with adapters to run either 32- or 64-bit plugins)