diff options
author | David Robillard <d@drobilla.net> | 2015-02-08 13:38:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-08 13:38:35 +0000 |
commit | 182ed04eaef3db9d0e07d466b19307e6c1b4aeb9 (patch) | |
tree | a1a4a1da31357aec0a308c7ea41b4e3eb79643ae /NEWS | |
parent | 3d7cca74006eee42c9f8b6dfd23cb61d74a91945 (diff) | |
download | ganv-182ed04eaef3db9d0e07d466b19307e6c1b4aeb9.tar.gz ganv-182ed04eaef3db9d0e07d466b19307e6c1b4aeb9.tar.bz2 ganv-182ed04eaef3db9d0e07d466b19307e6c1b4aeb9.zip |
Add support for exporting canvas as PDF or PS.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5543 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,11 +1,13 @@ -ganv (1.4.3) unstable; +ganv (1.5.0) unstable; * Fix positioning of embedded widgets when changing layout. * Fix unexpected node jumping when dragging new connections. + * Add support for PDF and PS export. + * Improve text rendering at high zoom. * Fix compilation with --no-fdgl (patch from Vlad Glagolev). * Fix crash when destroying canvas. - -- David Robillard <d@drobilla.net> Thu, 05 Feb 2015 18:32:13 -0500 + -- David Robillard <d@drobilla.net> Sun, 08 Feb 2015 08:32:08 -0500 ganv (1.4.2) stable; |