Skip to content

Commit dafccd5

Browse files
authored
Release 2.8.2 (#2655)
2 parents 7e85c70 + 016073c commit dafccd5

File tree

3 files changed

+42
-9
lines changed

3 files changed

+42
-9
lines changed

CHANGELOG.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
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

novelwriter/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
__author__ = "Veronica Berglyd Olsen"
5050
__maintainer__ = "Veronica Berglyd Olsen"
5151
__email__ = "code@vkbo.net"
52-
__version__ = "2.8.1"
53-
__hexversion__ = "0x020801f0"
54-
__date__ = "2025-12-28"
52+
__version__ = "2.8.2"
53+
__hexversion__ = "0x020802f0"
54+
__date__ = "2026-01-25"
5555
__status__ = "Stable"
5656
__domain__ = "novelwriter.io"
5757

sample/nwProject.nwx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<novelWriterXML appVersion="2.8.1" hexVersion="0x020801f0" fileVersion="1.5" fileRevision="6" timeStamp="2025-12-28 14:01:07">
3-
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="2308" autoCount="428" editTime="109330">
2+
<novelWriterXML appVersion="2.8.2" hexVersion="0x020802f0" fileVersion="1.5" fileRevision="6" timeStamp="2026-01-25 14:29:40">
3+
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="2310" autoCount="428" editTime="109342">
44
<name>Sample Project</name>
55
<author>Jane Smith</author>
66
</project>

0 commit comments

Comments
 (0)