diff options
author | David Robillard <d@drobilla.net> | 2011-11-25 04:02:49 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-25 04:02:49 +0000 |
commit | 572adb6873294bf2f26062cf297660aa449eb675 (patch) | |
tree | a1073ae1d3f50474a6c0983e11d418b88b309d62 /ChangeLog | |
parent | b5f4e302523971c305fbc4a815705913ac565d6a (diff) | |
download | patchage-572adb6873294bf2f26062cf297660aa449eb675.tar.gz patchage-572adb6873294bf2f26062cf297660aa449eb675.tar.bz2 patchage-572adb6873294bf2f26062cf297660aa449eb675.zip |
Make it possible to remove connections by middle-clicking on their handle, or
selecting them and pressing delete (implement #616).
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3626 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +patchage (UNRELEASED) unstable; urgency=low + + * Make it possible to remove connections by middle-clicking on their + handle, or selecting them and pressing delete. + * Fix font configuration on OSX. + + -- David Robillard <d@drobilla.net> (UNRELEASED) + patchage (0.5.0) unstable; urgency=low * Auto-arrange interface modules sanely (align corresponding inputs/outputs) |