# HG changeset patch # User Chris Cannam # Date 1402920105 -3600 # Node ID dc3412006b730c34cf403bab346151bcde4cda7a # Parent fc0c4cfad0448d22b3c4a60fbeb74005f9b22dd3 Update changelog for 0.6 diff -r fc0c4cfad044 -r dc3412006b73 CHANGELOG --- a/CHANGELOG Mon Jun 16 12:50:44 2014 +0100 +++ b/CHANGELOG Mon Jun 16 13:01:45 2014 +0100 @@ -1,3 +1,32 @@ + +Changes in Tony 0.6 since the previous release 0.5: + + * The play pointer no longer tracks to the centre of the main pane + when dragging, and is now always visible. Play pointer / playhead + behaviour is generally expected to be much more sensible and + intuitive in this release than in prior ones + + * Many keyboard shortcuts have been added and improved, including the + shortcuts for incremental note-by-note selection and moving the + play pointer + + * Audio files are now implicitly normalised to peak == 1.0 when + loading + + * Tony now has an Analysis menu which contains various configuration + settings that affect pitch analysis + + * There is now an option to save the session directly to the same + directory as the original audio file, for rapid saving when + annotating many audio files in sequence + + * The extents of the "active" note are now more clearly shown when + mousing over the note track + + * There is a new function to delete the notes (without deleting pitch + measurements) within the selection + + * Numerous bug fixes Changes in Tony 0.5 since the previous release 0.4: