Due to the removal of some Ghostscript-specific operators
from GS version 10.02.1, dvisvgm fails to extract bitmaps embedded in PS/EPS files when using the latest Ghostscript releases (issue #264).
This dvisvgm release replaces the involved operators and should fix the issue.
The Ghostscript library is now only loaded when the first PostScript special is processed.
This slightly speeds up the conversion of DVI files that don’t contain PS specials (issue #262).
Applied some changes required for TeX Live builds (patches by Karl Berry, issue #259, issue #260).
Added more details to some DVI warning messages.
Added some further information to the manual page.
Fixed a rounding issue that could lead to slightly bigger text extents (issue #256).
Added the macros {?pageno}, {?svgfile}, and {?svgpath} to the dvisvgm special commands.
Added a separate verbosity flag 8 for user messages printed by special dvisvgm:message.
Added the command-line option --message to allow for printing user messages after writing an SVG file (issue #258).
Applied this upstream patch regarding
undefined type punning to the bundled woff2 library.
Improved the handling of font subset prefixes in the new, mutool-based PDF handler (issue #242).
Several minor code improvements.
Fixed a bug that could prevent reading the output of subprocesses (issue #232).
Removed the optional dependency on libcrypto (OpenSSL)
due to the deprecation of its MD5 functions. Instead, the bundled MD5 function is always used now.
Added TeX Live conditionals to the build system (patch by Karl Berry).
Small code and manpage improvements.
This is a small bugfix release addressing these issues:
Fixed resetting the character context that could lead to invalid character positions and properties (issue #227).
Added missing #include directives required for GCC 13.