v2.8.2
QwenLM/Qwen3-TTSv2.8.2Jan 25, 2026by vkbo
AI Summary
A patch release that addresses Windows compatibility issues, increases PDF page limits, and improves consistency in HTML manuscript formatting and spell check feedback.
Key Highlights
- Fixed Windows exe launcher issue where it did not support spaces in project file paths.
- Increased PDF manuscript format page limit to approximately 11,000 pages.
- Added an alert box when the selected spell check language cannot be loaded.
- HTML manuscript format now exports titles as paragraphs with larger font size instead of HTML headings.
New Features
- Added alert box when spell check language selected for a project could not be loaded
- HTML manuscript format now exports novel title and partition titles as paragraphs
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.