summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/NEWS')
-rw-r--r--dviware/dvisvgm/NEWS37
1 files changed, 37 insertions, 0 deletions
diff --git a/dviware/dvisvgm/NEWS b/dviware/dvisvgm/NEWS
index 7399077815..e59cf494a3 100644
--- a/dviware/dvisvgm/NEWS
+++ b/dviware/dvisvgm/NEWS
@@ -1,3 +1,40 @@
+dvisvgm-2.8 (2019-10-25)
+- added support for JPEG, PNG, PDF, and SVG files to special 'psfile'
+- added support for Ghostscript 9.50
+- added support for elliptical arc segments in graphics paths
+- added support for CMap operator 'begincidchar' (patch by Akira Kakuto)
+- added suport for experimental 128-bit XXH3 hashes
+- extended optimizer module 'simplify-transform' to incorporate translation and
+ scaling components into positional and size attributes
+- replaced CRC32 checksums used in cache files with XXH32 hashes
+- updated potrace to version 1.16
+- updated xxHash to version 2.7.2
+- updated gtest to 1.10
+- lots of code refactorings
+
+dvisvgm-2.7.4 (2019-07-28)
+- fixed memory issue occurred when calling Metafont
+- fixed rounding issue in color conversion (GH #116)
+- changed location of cache files from ~/.dvisvgm/cache to
+ $XDG_CACHE_HOME/dvisvgm which usually expands to ~/.cache/dvisvgm (GH #112)
+- some minor refactorings
+
+dvisvgm-2.7.3 (2019-07-12)
+- fixed randomly missing glyph paths referenced by 'use' elements (GH #110)
+- minor update of the man page
+- some code refactorings
+
+dvisvgm-2.7.2 (2019-06-07)
+- adapted PostScript handler to incompatible changes introduced with
+ Ghostscript 9.27 (removal of GS_PDF_ProcSet and pdfdict)
+
+dvisvgm-2.7.1 (2019-05-20)
+- fixed a bug in PS operator 'setmatrix' (GH #106)
+- fixed build issue reported on MacPorts
+ (https://trac.macports.org/ticket/58347)
+- added source files required to access the MIKTeX session object
+ (required due to deprecation of the MiKTeX SDK)
+
dvisvgm-2.7 (2019-04-13)
- added option --optimize to perform several optimizations on the
generated SVG files (current optimizer modules: collapse-groups,