# HG changeset patch # User Chris Cannam # Date 1574345542 0 # Node ID 791ee0f879fd3e0c275151fcf6041f97d2c9e7ca # Parent ca7aa47f99994f7693f7bd6c0aa502686a94721c Next release will be 4.1; update changelog, and update Qt version in build diff -r ca7aa47f9999 -r 791ee0f879fd CHANGELOG --- a/CHANGELOG Thu Nov 21 14:08:36 2019 +0000 +++ b/CHANGELOG Thu Nov 21 14:12:22 2019 +0000 @@ -1,3 +1,16 @@ + +Changes in Sonic Visualiser v4.1 (Nov 2019) since the previous release 4.0: + + - Fix nonsense vertical scale in NoteLayer when displaying a model + with non-Hz scale (e.g. from an analysis plugin that outputs MIDI + note values) + + - Fix failure to open playback device when using macOS Catalina with + certain audio devices + + - Fix failure to make installed executables executable when + installing from the source package + Changes in Sonic Visualiser v4.0 (25 Oct 2019) since the previous release 3.3: diff -r ca7aa47f9999 -r 791ee0f879fd deploy/win64/build-64.bat --- a/deploy/win64/build-64.bat Thu Nov 21 14:08:36 2019 +0000 +++ b/deploy/win64/build-64.bat Thu Nov 21 14:12:22 2019 +0000 @@ -5,7 +5,7 @@ set STARTPWD=%CD% -set QTDIR=C:\Qt\5.13.1\msvc2017_64 +set QTDIR=C:\Qt\5.13.2\msvc2017_64 if not exist %QTDIR% ( @ echo Could not find 64-bit Qt in %QTDIR% @ exit /b 2 diff -r ca7aa47f9999 -r 791ee0f879fd version.h --- a/version.h Thu Nov 21 14:08:36 2019 +0000 +++ b/version.h Thu Nov 21 14:12:22 2019 +0000 @@ -1,1 +1,1 @@ -#define SV_VERSION "4.1-pre" +#define SV_VERSION "4.1"