Skip to content

Commit 60593cd

Browse files
committed
Bump version to 2.4.3 and update changelog
1 parent f9292d6 commit 60593cd

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# novelWriter Changelog
22

3+
## Version 2.4.3 [2024-05-20]
4+
5+
### Release Notes
6+
7+
This is a patch release that fixes issues with the document font in the editor, viewer and
8+
manuscript preview on some Linux distros, and also fixes a potential crash on Windows when using
9+
the spell check dictionary install tool.
10+
11+
### Detailed Changelog
12+
13+
**Bugfixes**
14+
15+
* Fix a crash in the dictionaries install tool on Windows if the config folder reported by the
16+
third party Enchant spell checker tool didn't already exist prior to adding new dictionaries.
17+
The folder is now created when the tool is opened if it doesn't exist. Issue #1874. PR #1876.
18+
* Fix issues setting a different text font for the editor and viewer, and related issues with the
19+
preview in the Manuscript Build tool, on certain platforms. Changing the font and setting
20+
non-standard font sizes produced unexpected results when reloading. The issue seems to be related
21+
to Qt 5.15.3, but that is not fully confirmed. However, the only place so far where the issue is
22+
observed is on Mint 21.3. Issues #1862 and #1875. PR #1877.
23+
24+
----
25+
326
## Version 2.4.2 [2024-05-18]
427

528
### Release Notes

novelwriter/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
__author__ = "Veronica Berglyd Olsen"
4848
__maintainer__ = "Veronica Berglyd Olsen"
4949
__email__ = "[email protected]"
50-
__version__ = "2.4.2"
51-
__hexversion__ = "0x020402f0"
52-
__date__ = "2024-05-18"
50+
__version__ = "2.4.3"
51+
__hexversion__ = "0x020403f0"
52+
__date__ = "2024-05-20"
5353
__status__ = "Stable"
5454
__domain__ = "novelwriter.io"
5555

sample/nwProject.nwx

Lines changed: 3 additions & 3 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.4.2" hexVersion="0x020402f0" fileVersion="1.5" fileRevision="3" timeStamp="2024-05-18 15:19:25">
3-
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1703" autoCount="264" editTime="83397">
2+
<novelWriterXML appVersion="2.4.2" hexVersion="0x020402f0" fileVersion="1.5" fileRevision="3" timeStamp="2024-05-20 12:18:46">
3+
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1712" autoCount="264" editTime="83669">
44
<name>Sample Project</name>
55
<author>Jane Smith</author>
66
</project>
@@ -57,7 +57,7 @@
5757
<name status="sf24ce6" import="ia857f0" active="yes">Chapter One</name>
5858
</item>
5959
<item handle="636b6aa9b697b" parent="6a2d6d5f4f401" root="7031beac91f75" order="0" type="FILE" class="NOVEL" layout="DOCUMENT">
60-
<meta expanded="no" heading="H3" charCount="2937" wordCount="520" paraCount="15" cursorPos="1465" />
60+
<meta expanded="no" heading="H3" charCount="2937" wordCount="520" paraCount="15" cursorPos="19" />
6161
<name status="s90e6c9" import="ia857f0" active="yes">Making a Scene</name>
6262
</item>
6363
<item handle="bc0cbd2a407f3" parent="6a2d6d5f4f401" root="7031beac91f75" order="1" type="FILE" class="NOVEL" layout="DOCUMENT">

0 commit comments

Comments
 (0)