summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-03-16 13:56:45 +0000
committerDavid Robillard <d@drobilla.net>2014-03-16 13:56:45 +0000
commitedc149fe5a8fca653b0201bf0449c0392daae03e (patch)
tree6482a97655cf7799a6f89e22f3c5fb80e5f68891 /NEWS
parentf54cfb8daa8d893c0acf05e8eb75705b62862914 (diff)
downloadpatchage-edc149fe5a8fca653b0201bf0449c0392daae03e.tar.gz
patchage-edc149fe5a8fca653b0201bf0449c0392daae03e.tar.bz2
patchage-edc149fe5a8fca653b0201bf0449c0392daae03e.zip
Support for DOT export for rendering with GraphViz (implement #949).
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5341 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f613e5a..a62f861 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,14 @@
-patchage (UNRELEASED) stable;
+patchage (UNRELEASED) unstable;
* Make it possible to remove connections by middle-clicking on their
handle, or selecting them and pressing delete.
* Remove Raul dependency.
- * Update to use latest FlowCanvas (significant performance improvements).
+ * Switch from FlowCanvas to Ganv (much improved looks and performance).
* Remove LASH support and aggressively 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.
-- David Robillard <d@drobilla.net> (UNRELEASED)