summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
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