# HG changeset patch # User Chris Cannam # Date 1554393043 -3600 # Node ID 40d240925f9a60811510a9a37d03eacb0bf6726d # Parent 392eaab1aec4fb285b57618550d84c71f33d26d4 Update CHANGELOG and version for 3.3-pre1 diff -r 392eaab1aec4 -r 40d240925f9a CHANGELOG --- a/CHANGELOG Thu Apr 04 16:18:01 2019 +0100 +++ b/CHANGELOG Thu Apr 04 16:50:43 2019 +0100 @@ -1,5 +1,5 @@ -Changes in Sonic Visualiser v3.3 since the previous release 3.2.1: +Changes in Sonic Visualiser v3.3 (Apr 2019) since the previous release 3.2.1: - Add support for reading the Opus audio codec on all platforms @@ -8,6 +8,21 @@ not support "gapless" import, i.e. removing the encoder gaps at start and end of the stream + - Add ability to choose the field separator when importing CSV and + CSV-like files, if more than one possible candidate separator is + found in the file + + - Fix crash when closing session or starting a new session while + calculating alignment of multiple audio files + + - Fix crash when running certain plugins that call for + frequency-domain input at non-power-of-two block sizes + + - Fix wandering left edge of measure-tool rectangle while dragging + out the area + + - Ensure that plugin stderr debug output is logged to the SV log file + Changes in Sonic Visualiser 3.2.1 (Jan 2019) since the previous release 3.2: diff -r 392eaab1aec4 -r 40d240925f9a version.h --- a/version.h Thu Apr 04 16:18:01 2019 +0100 +++ b/version.h Thu Apr 04 16:50:43 2019 +0100 @@ -1,1 +1,1 @@ -#define SV_VERSION "3.3" +#define SV_VERSION "3.3-pre1"