11# novelWriter Changelog
22
3+ ## Version 2.8.2 [ 2026-01-25]
4+
5+ ### Release Notes
6+
7+ This is a patch release that fixes an issue with launching novelWriter via a project file on
8+ Windows, adds an alert when the spell check dictionary cannot be loaded, handles headings in HTML
9+ manuscripts the same way as for documents, and updates the documentation on how heading levels are
10+ handled in the manuscript build process.
11+
12+ ### Detailed Changelog
13+
14+ ** Bugfixes**
15+
16+ * Fixed an issue with the exe launcher on Windows where it didn't support spaces in the path when
17+ the user tried to open novelWriter from a project file. Issue #2643 . PR #2645 .
18+ * Fixed an issue with the PDF manuscript format which stopped after about 600-700 pages when
19+ generating A4 pages. The limit is now in the 11000 pages range. Issue #2637 . PRs #2638 and #2639 .
20+
21+ ** Improvements**
22+
23+ * Added an alert box when the spell check language selected for a project could not be loaded.
24+ Issue #2631 . PR #2654 .
25+ * The HTML manuscript format now exports novel title and partition titles as paragraphs with a
26+ larger font size instead of HTML headings. This is more consistent with the other formatted
27+ document formats. Issue #2641 . PR #2653 .
28+
29+ ** Documentation**
30+
31+ * Added information to the documentation about heading level promotion when building the
32+ manuscript. Issue #2641 . PR #2653 .
33+
34+ ----
35+
336## Version 2.8.1 [ 2025-12-28]
437
538### Release Notes
@@ -12,7 +45,7 @@ Spotlight on MacOS.
1245
1346** Bugfixes**
1447
15- * Fix an issue where the inputMethodQuery call to the Qt library returns an object that PyQt6
48+ * Fixed an issue where the inputMethodQuery call to the Qt library returns an object that PyQt6
1649 cannot convert to a Python object. The fix just disables the conversion since the return value is
1750 passed back to the Qt library anyway. The problem affects Qt/PyQt 6.10 and is triggered in MacOS
1851 at least, but it is not known if it affects other platforms. Issue #2622 . PR #2623 .
@@ -35,9 +68,9 @@ See the website for complete [Release Notes](https://novelwriter.io/releases/rel
3568
3669** Bugfixes**
3770
38- * Fix an issue where the app could crash when the user pasted from an empty clipboard. This appears
39- to be a Qt or PyQt bug, and is not present on the later releases, but a fix has been added that
40- ensures the bug is not triggered. Issue #2598 . PR #2602 .
71+ * Fixed an issue where the app could crash when the user pasted from an empty clipboard. This
72+ appears to be a Qt or PyQt bug, and is not present on the later releases, but a fix has been
73+ added that ensures the bug is not triggered. Issue #2598 . PR #2602 .
4174
4275** Documentation**
4376
0 commit comments