changeset 1935:2ea9537868d5

Version and changelog
author Chris Cannam
date Wed, 04 Jul 2018 15:37:11 +0100
parents 20f9651242e2
children 0232a5043ccc
files CHANGELOG version.h
diffstat 2 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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"