diff options
author | David Robillard <d@drobilla.net> | 2014-03-16 13:56:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-03-16 13:56:45 +0000 |
commit | edc149fe5a8fca653b0201bf0449c0392daae03e (patch) | |
tree | 6482a97655cf7799a6f89e22f3c5fb80e5f68891 /NEWS | |
parent | f54cfb8daa8d893c0acf05e8eb75705b62862914 (diff) | |
download | patchage-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-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |