From 878dbd9d3e6a013b8b60a26abeab13437363887f Mon Sep 17 00:00:00 2001 From: Martin Zuther Date: Sat, 27 Aug 2016 15:19:03 +0200 Subject: [PATCH] v2.5.0: maximum true peak meter * changed plug-in ID for surround mode Sorry for this at this point of time, but some hosts definitely need this... * fully passed validation * validation: show a warning on sample rate mismatch * tested Windows 64-bit builds * updated framework to JUCE v4.2.3 * updated libraries (FFTW 3.3.5, VST 3.6.6) * updated documentation * beautified code * automatic creation of premake file --- doc/HISTORY | 28 ++++++++++++++++++++++++++++ doc/TODO | 2 -- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/doc/HISTORY b/doc/HISTORY index 253403c5..d99ff3c7 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -1,6 +1,34 @@ Git HEAD ======== +v2.5.0 (2016-08-27) +=================== + +* maximum true peak measurement + +* changed plug-in ID for surround mode + + Sorry for this at this point of time, but some hosts definitely need + this... + +* fully passed validation + +* validation: show a warning on sample rate mismatch + +* tested Windows 64-bit builds + +* updated framework to JUCE v4.2.3 + +* updated libraries (FFTW 3.3.5, VST 3.6.6) + +* updated documentation + +* beautified code + +* automatic creation of premake file + + + v2.4.0 (2016-05-01) =================== diff --git a/doc/TODO b/doc/TODO index 47534816..39505f35 100644 --- a/doc/TODO +++ b/doc/TODO @@ -14,5 +14,3 @@ o [mzuther] pretty-print and document code * horizontal meter -* implement inter-sample peak meter (ITU BS.1770-4, Annex 2) -