File tree Expand file tree Collapse file tree 4 files changed +26
-5
lines changed Expand file tree Collapse file tree 4 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 5959__author__ = "Veronica Berglyd Olsen"
6060__maintainer__ = "Veronica Berglyd Olsen"
616162- __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"
Original file line number Diff line number Diff line change @@ -109,5 +109,10 @@ <h3>Patch 2.0.3 – 8 January 2023</h3>
109109and Spanish translations have been updated as well. A new credits tab has been added to the About
110110dialog box, replacing the Credits section on the main About tab.</ p >
111111
112+ < h3 > Patch 2.0.4 – 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments