# HG changeset patch # User Chris Cannam # Date 1386240988 0 # Node ID 72c1dd980802e0f83f5852db8b0d4efc1d7119d6 # Parent 17fbb120222bfbc0fc3da1eae4fcb28128ac9a65 Version number, CHANGELOG diff -r 17fbb120222b -r 72c1dd980802 CHANGELOG --- a/CHANGELOG Thu Dec 05 10:56:21 2013 +0000 +++ b/CHANGELOG Thu Dec 05 10:56:28 2013 +0000 @@ -1,28 +1,66 @@ + + +Changes in Sonic Visualiser 2.3 since the previous release 2.2: + + - Add a startup welcome dialog that also explains what SV makes + network connections for and allows user to forbid them + + - Add "Export Audio Data" feature + + - Show piano keyboard scale in note and time-value layers as well + as spectrogram, where vertical scale is log Hz; also show + numerical scale in note and region layers when not auto-aligned + + - Speed up CSV file import and avoid showing crazily wide window + for CSV file format dialog when file has lots of columns + + - Fix incorrectly saved window geometry when exiting from maximised + state + + - Reduce number of timer wakeups when idle + + - Add American English translation and make choice of translation + into a preference (defaulting to system locale) + + - Permit installation to non-default location with Windows installer + build + Changes in Sonic Visualiser 2.2 since the previous release 2.1: - Build with support for hidpi ("retina") text on OS/X + - Fix very slow analysis when using Ogg or FLAC files decoded via libsndfile + - Fix inaccurate scale auto-align between time-value layers and others + - Fix failure to open files specified on command line (or via Open With) on Windows + - Reset cyclical counters and switch back to navigate mode when a new session is started + Changes in Sonic Visualiser 2.1 since the previous release 2.0.1: - Fix incorrect handling of FixedSampleRate outputs (Vamp SDK fix) + - Make it easier to see results from transforms that return a single point + - Make labelling clearer on time-value layers + - Add discrete-curve mode for time-value layers (for curves with gaps) + - Update code to build against Qt5 + Changes in Sonic Visualiser 2.0.1 since the previous release 2.0: - Fix incorrect samplerate in reading m4a files on OS/X + Changes in Sonic Visualiser 2.0 since the previous release 1.9: - Support 64-bit builds on OS/X (using CoreAudio instead of @@ -34,6 +72,7 @@ - Add a fullscreen mode on the F11 key + Changes in Sonic Visualiser 1.9 since the previous release 1.8: - Add session templates; save session as template; apply template to @@ -44,6 +83,7 @@ - Various bug fixes. + Changes in Sonic Visualiser 1.8 since the previous release 1.7.2: - Sonic Visualiser now registers as a file type handler on OS/X, @@ -73,6 +113,7 @@ - A Czech translation is now included (thanks to Pavel Fric). + Changes in Sonic Visualiser 1.7.2 since the previous release 1.7.1: - The time-value layer now has an origin line and an option to @@ -85,6 +126,7 @@ - A crash when pressing Play straight after New Session has been fixed + Changes in Sonic Visualiser 1.7.1 since the previous release 1.7: - The RDF importer does a better job of assigning labels to layers, @@ -101,6 +143,7 @@ - The Russian translation has been updated (thanks Alexandre) + Changes in Sonic Visualiser 1.7 since the previous release 1.6: - A new "Insert Item At Selection" function on the Edit menu @@ -123,6 +166,7 @@ - Various other bug fixes. + Changes in Sonic Visualiser 1.6 since the previous release 1.5: - The Colour 3D Plot layer now supports logarithmic vertical @@ -136,6 +180,7 @@ - Various other bug fixes. + Changes in Sonic Visualiser 1.5 since the previous version 1.4: - You can now insert time instants, time values, and notes using @@ -206,6 +251,7 @@ - Several crashes and other bugs have been fixed. + Changes in Sonic Visualiser 1.3 since the previous version 1.2: - There is a new spreadsheet-style data viewer and editor for @@ -224,6 +270,7 @@ - Several other bug fixes. + New features in Sonic Visualiser 1.2, since the previous version 1.0: - SV now supports time-alignment of multiple performances of a work diff -r 17fbb120222b -r 72c1dd980802 configure --- a/configure Thu Dec 05 10:56:21 2013 +0000 +++ b/configure Thu Dec 05 10:56:28 2013 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Sonic Visualiser 2.2. +# Generated by GNU Autoconf 2.69 for Sonic Visualiser 2.3. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='Sonic Visualiser' PACKAGE_TARNAME='sonic-visualiser' -PACKAGE_VERSION='2.2' -PACKAGE_STRING='Sonic Visualiser 2.2' +PACKAGE_VERSION='2.3' +PACKAGE_STRING='Sonic Visualiser 2.3' PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' PACKAGE_URL='' @@ -1333,7 +1333,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Sonic Visualiser 2.2 to adapt to many kinds of systems. +\`configure' configures Sonic Visualiser 2.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1395,7 +1395,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Sonic Visualiser 2.2:";; + short | recursive ) echo "Configuration of Sonic Visualiser 2.3:";; esac cat <<\_ACEOF @@ -1546,7 +1546,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Sonic Visualiser configure 2.2 +Sonic Visualiser configure 2.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1886,7 +1886,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Sonic Visualiser $as_me 2.2, which was +It was created by Sonic Visualiser $as_me 2.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -7902,7 +7902,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Sonic Visualiser $as_me 2.2, which was +This file was extended by Sonic Visualiser $as_me 2.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7955,7 +7955,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Sonic Visualiser config.status 2.2 +Sonic Visualiser config.status 2.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -r 17fbb120222b -r 72c1dd980802 configure.ac --- a/configure.ac Thu Dec 05 10:56:21 2013 +0000 +++ b/configure.ac Thu Dec 05 10:56:28 2013 +0000 @@ -1,5 +1,5 @@ -AC_INIT([Sonic Visualiser], [2.2], cannam@all-day-breakfast.com) +AC_INIT([Sonic Visualiser], [2.3], cannam@all-day-breakfast.com) AC_CONFIG_SRCDIR(main/main.cpp)