v2.8.2
getomni-ai/zeroxv2.8.2Jan 25, 2026by vkbo
AI Summary
This patch release addresses stability and usability issues, including fixing a Windows exe launcher path bug, significantly increasing the PDF manuscript page limit, and adding user alerts for spell check dictionary errors.
Key Highlights
- Fixed Windows exe launcher path issue with spaces in project files
- Increased PDF manuscript page limit to approximately 11,000 pages
- Added alert box when spell check language cannot be loaded
- Standardized HTML manuscript title formatting to use paragraphs instead of headings
New Features
- Alert notification for unloading spell check dictionaries
- HTML manuscripts now export titles as paragraphs instead of HTML headings
Full Release Notes
### Release Notes This is a patch release that fixes an issue with launching novelWriter via a project file on Windows, adds an alert when the spell check dictionary cannot be loaded, handles headings in HTML manuscripts the same way as for documents, and updates the documentation on how heading levels are handled in the manuscript build process. ### Detailed Changelog **Bugfixes** * Fixed an issue with the exe launcher on Windows where it didn't support spaces in the path when the user tried to open novelWriter from a project file. Issue #2643. PR #2645. * Fixed an issue with the PDF manuscript format which stopped after about 600-700 pages when generating A4 pages. The limit is now in the 11000 pages range. Issue #2637. PRs #2638 and #2639. **Improvements** * Added an alert box when the spell check language selected for a project could not be loaded. Issue #2631. PR #2654. * The HTML manuscript format now exports novel title and partition titles as paragraphs with a larger font size instead of HTML headings. This is more consistent with the other formatted document formats. Issue #2641. PR #2653. **Documentation** * Added information to the documentation about heading level promotion when building the manuscript. Issue #2641. PR #2653.