Skip to content

Commit 4f11990

Browse files
authored
Release 2.0.4 (#1326)
2 parents fe6d4de + e4cc9ef commit 4f11990

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

CHANGELOG.md

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

3+
## Version 2.0.4 [2023-01-29]
4+
5+
### Release Notes
6+
7+
This is a patch release that fixes a bug where novelWriter would crash if PyQt5 version 5.15.8 was
8+
installed and imported.
9+
10+
### Detailed Changelog
11+
12+
**Bugfixes**
13+
14+
* Fix an issue with the version check against PyQt5, which was imported from the wrong package when
15+
running novelWriter with PyQt5 version 5.15.8, released 2023-01-28. Issue #1324. PR #1325.
16+
17+
----
18+
319
## Version 2.0.3 [2023-01-08]
420

521
### Release Notes

novelwriter/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
__author__ = "Veronica Berglyd Olsen"
6060
__maintainer__ = "Veronica Berglyd Olsen"
6161
__email__ = "[email protected]"
62-
__version__ = "2.0.3"
63-
__hexversion__ = "0x020003f0"
64-
__date__ = "2023-01-08"
62+
__version__ = "2.0.4"
63+
__hexversion__ = "0x020004f0"
64+
__date__ = "2023-01-29"
6565
__status__ = "Stable"
6666
__domain__ = "novelwriter.io"
6767
__url__ = "https://novelwriter.io"

novelwriter/assets/text/release_notes.htm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,10 @@ <h3>Patch 2.0.3 &ndash; 8 January 2023</h3>
109109
and Spanish translations have been updated as well. A new credits tab has been added to the About
110110
dialog box, replacing the Credits section on the main About tab.</p>
111111

112+
<h3>Patch 2.0.4 &ndash; 29 January 2023</h3>
113+
114+
<p>This is a patch release that fixes a bug where novelWriter would crash if PyQt5 version 5.15.8
115+
was installed and imported.</p>
116+
112117
</body>
113118
</html>

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.0.3" hexVersion="0x020003f0" fileVersion="1.5" timeStamp="2023-01-08 19:10:50">
3-
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1467" autoCount="237" editTime="74387">
2+
<novelWriterXML appVersion="2.0.4" hexVersion="0x020004f0" fileVersion="1.5" timeStamp="2023-01-29 02:33:40">
3+
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1468" autoCount="237" editTime="74401">
44
<name>Sample Project</name>
55
<title>Sample Project</title>
66
<author>Jane Smith</author>

0 commit comments

Comments
 (0)