diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-03-05 21:11:51 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-03-05 21:11:51 +0100 |
commit | cb21db8fe53b729439589da0ca3de730ae64c2f9 (patch) | |
tree | f9357e2679084a1d741219fae1d3b29e88f91f72 | |
parent | 9286d4381b8636a89bb631fd321ce2f4d2713b0e (diff) |
Update changelog to reflect 0.9.4 changes.
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -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 |