summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/NEWS')
-rw-r--r--dviware/dvisvgm/NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/dviware/dvisvgm/NEWS b/dviware/dvisvgm/NEWS
index cf7a347f47..0e996e2a74 100644
--- a/dviware/dvisvgm/NEWS
+++ b/dviware/dvisvgm/NEWS
@@ -1,3 +1,19 @@
+dvisvgm-3.1.2 (2023-10-12)
+- improved evaluation of graphic extents created by the 'preview' package
+ (GH issue #246)
+- fixed computation of character boxes when using --exact-bbox (GH issue #248)
+- fixed memory error in optimizer module (GH issue #250)
+- updated bundled brotli library to version 1.1.0
+
+dvisvgm-3.1.1 (2023-08-29)
+- added evaluation of optional dash prefixes to command-line option --optimize
+ to exclude selected optimizer modules
+- fixed invalid removal of clipping paths referenced in 'defs' section
+- fixed automatic calls of optimizer module 'remove-clippaths'
+- suppress Ghostscript warning about deprecated option -dNEWPDF (GH issue #245)
+- updated bundled xxHash library to version 0.8.2
+- few fixes in the manual page
+
dvisvgm-3.1 (2023-07-06)
- added command-line option --currentcolor to replace a given color with
CSS variable 'currentColor' (GH issue #214)