From cb21db8fe53b729439589da0ca3de730ae64c2f9 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 5 Mar 2014 21:11:51 +0100 Subject: Update changelog to reflect 0.9.4 changes. --- ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/ChangeLog b/ChangeLog index 962fc53..9d0ffd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +Version 0.9.4 +============== +Released March 5th 2014 + - Add multichannel sample support. (John Hammen) + - Write README, ChangeLog and AUTHORS files. (deva) + - Delete old partially broken unit test system. (deva) + - Fix double click on toggle button to not leave the button in its middle state. (deva) + - Make plugin gui window fixed in size. (deva) + - Fix lineedit mouseclick to the right of the text, which should position text cursor to the right of the text. (unassigned) + - Handle sse optimisation toggling in configure.in. (suhr) + - Fix memory leak in Image class (png structure currently not free'd). (deva) + - Improve FileBrowser functionality. (suhr) + - If filename lineedit is empty and the other one is not, use the non/empty lineedit path initially when opening filebrowser. (deva) + - Make it possible to type a path and have the browser switch accordingly. (suhr) + - Sort list by directories first and files next. (suhr) + - Filter out non-drumkit files. (suhr) + - Identify folders by appending '/' to their names. (suhr) + - Remove double '\\' after drive letter in filebrowser on Windows. (suhr) + - Test new filebrowser on Windows. (suhr) + - Handle directory that can not be opened. (suhr) + - Scrollbar is drawed wrong when few elements in list. (deva) + - Refactor GUI::EventHandler. (deva) + - Make Carla store plugin setting. (deva) + - Make it work in QTractor. (deva) + - Add jackaudio output module. (deva) + - Support multiple samplerates by resampling at load-time (feature request from Cédric 'SxDx'). (deva) + - Modernise autoconf. (deva) + - Add new unit test system. (deva) + - Find and fix LV2 midi velocities magically disappearing. (suhr) We can't reproduce this. Please contact us if you have this problem. + Version 0.9.3 ============== Released on May 7th 2013, ie. LAC 2013 version -- cgit v1.2.3