2025.10 Release Notes
Release date: 7th October 2025
Next release: 18th November 2025
Announcements:
Java 25: BuildVu has been tested against Java 25 and no issues were found.
Enhancements:
HTML-3851 Added new singlefile view mode, which writes out the entire document inside a single HTML file. We would love to receive your feedback on this new view mode to help us improve it in future releases.
HTML-3967 [Microservice] Added new includeOfficePdf microservice option to store LibreOffice-generated PDF in the output zip
HTML-3969 Added a new documentLang setting that allows for you to configure the <html>
lang attribute in the output HTML files
HTML-3970 Improved accessibility in output by making each page a region, helping screen readers and other accessible technologies to better understand the layout of the HTML output
HTML-3972 Improved hidden text detection to prevent text being improperly removed when behind semi-transparent images
CORE-4120 Optimized memory usage when cleaning up temporary files. When running on systems with a lot of temporary files, the usage should be significantly lower
CORE-4123 Prevented duplicate exceptions being thrown per single stream of flate decode
Fixes:
CORE-4111 Fixed escaped characters getting skipped in 2 byte text data, resulting in missing or incorrect characters in output
CORE-4131 Fixed an issue where an object reference of 0 would be treated as valid, leading to a NullPointerException and stopping the conversion