summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-03-31 02:28:26 +0000
committerDavid Robillard <d@drobilla.net>2014-03-31 02:28:26 +0000
commit1f22a1e6dce27a9ce1b4ccd434be371994ae14e6 (patch)
treeee79055878fd8b2b12ea3e90ed2e8d1ba12ebf3c /NEWS
parent59780bd8f9abf376a79ee192325ae868df7d1b5a (diff)
downloadpatchage-1f22a1e6dce27a9ce1b4ccd434be371994ae14e6.tar.gz
patchage-1f22a1e6dce27a9ce1b4ccd434be371994ae14e6.tar.bz2
patchage-1f22a1e6dce27a9ce1b4ccd434be371994ae14e6.zip
Make port colours configurable.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5350 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 42b8be7..fe1bcfe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,16 @@
patchage (UNRELEASED) unstable;
- * Make it possible to remove connections by middle-clicking on their
+ * Allow removing connections by selecting their handle and pressing delete.
handle, or selecting them and pressing delete.
* Remove Raul dependency.
* Switch from FlowCanvas to Ganv (much improved looks and performance).
- * Remove LASH support and aggressively simplify UI.
+ * Remove LASH support and simplify UI.
* Fix font configuration on OSX.
* Use Mac style key bindings on OSX.
* Integrate with Mac menu bar on OSX.
* Support for DOT export for rendering with GraphViz.
- * Use XDG_CONFIG_HOME instead of ~/.patchagerc
+ * Use XDG_CONFIG_HOME instead of ~/.patchagerc.
+ * Make port colours configurable.
-- David Robillard <d@drobilla.net> (UNRELEASED)