# HG changeset patch # User Chris Cannam # Date 1530715031 -3600 # Node ID 2ea9537868d50ba1a4d4cd54ac3bdeb10b9f4de0 # Parent 20f9651242e27c4d0c55b989848f0592b2e6c918 Version and changelog diff -r 20f9651242e2 -r 2ea9537868d5 CHANGELOG --- a/CHANGELOG Wed Jul 04 15:34:38 2018 +0100 +++ b/CHANGELOG Wed Jul 04 15:37:11 2018 +0100 @@ -1,15 +1,18 @@ Changes in Sonic Visualiser 3.1 (July 2018) since the previous release 3.0.3: - - Properly chunk the export of audio data and other CSV data so that - very large exports don't hang the UI or run us out of memory - (thanks to Lucas Thompson) - - Add Plugins tab to Preferences dialog, from which you can review the plugin load paths and see which plugins were loaded from which locations, and also customise load paths (though the various path environment variables are still supported) + - Stream the export of audio data and other CSV data so that + very large exports don't hang the UI or run us out of memory + (thanks to Lucas Thompson) + + - Ensure vertical scale appears for auto-align layers when there is + nothing else to auto-align them to + - Fix another long-standing Windows-platform wide-char/utf8 conversion problem, with environment variable naming and contents @@ -25,6 +28,10 @@ model. This is a backward-incompatible change but is a far more intuitive way for the function to work + - Use dark background for bright colours in time-value/note/etc + layers as well as e.g. waveforms - this is how it was always + "intended to" work, but it is a backward-incompatible change + - Make "Select All" select the whole span of everything that exists, not just the main model diff -r 20f9651242e2 -r 2ea9537868d5 version.h --- a/version.h Wed Jul 04 15:34:38 2018 +0100 +++ b/version.h Wed Jul 04 15:37:11 2018 +0100 @@ -1,1 +1,1 @@ -#define SV_VERSION "3.1-pre3" +#define SV_VERSION "3.1-pre4"