comparison CHANGELOG @ 1871:492a784c58a7

Update CHANGELOG
author Chris Cannam
date Wed, 20 Jun 2018 11:04:05 +0100
parents 8d2d9a4f5d52
children 03811526db36
comparison
equal deleted inserted replaced
1870:221201946c32 1871:492a784c58a7
1
2 Changes in Sonic Visualiser 3.1 (July 2018) since the previous release 3.1:
3
4 - Properly chunk the export of audio data and other CSV data so that
5 very large exports don't hang the UI or run us out of memory
6 (thanks to Lucas Thompson)
7
8 - Add Plugins tab to Preferences dialog, from which you can review
9 the plugin load paths and see which plugins were loaded from which
10 locations, and also customise load paths (though the various path
11 environment variables are still supported)
12
13 - Fix another long-standing Windows-platform wide-char/utf8
14 conversion problem, with environment variable naming and contents
15
16 - Improve handling of incomplete session loads, i.e. situations where
17 the audio files referred to by a session could not be found -
18 previously the session could be re-saved immediately thus losing
19 the audio reference; now at least we disable Save (enabling only
20 Save As) and show a warning
21
22 - Update pane and layer menu shortcuts so that the
23 waveform/spectrogram/etc shortcuts (Shift+G etc) operate on the
24 source model in the currently-selected pane rather than the main
25 model. This is a backward-incompatible change but is a far more
26 intuitive way for the function to work
27
28 - Make "Select All" select the whole span of everything that exists,
29 not just the main model
30
31 - Add horizontal scale to Spectrum layer
32
33 - Improve spacing and labelling of vertical log scales
34
35 - Update build system for better Cap'n Proto version support and to
36 use Repoint for code management in the repository
37
38 - Various other bug fixes
39
1 40
2 Changes in Sonic Visualiser 3.0.3 (May 2017) since the previous release 3.0.2: 41 Changes in Sonic Visualiser 3.0.3 (May 2017) since the previous release 3.0.2:
3 42
4 - Improve decisions about where and how to label vertical scales 43 - Improve decisions about where and how to label vertical scales
5 44