Release 2.0.4 (#1326)
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# novelWriter Changelog
|
||||
|
||||
## Version 2.0.4 [2023-01-29]
|
||||
|
||||
### Release Notes
|
||||
|
||||
This is a patch release that fixes a bug where novelWriter would crash if PyQt5 version 5.15.8 was
|
||||
installed and imported.
|
||||
|
||||
### Detailed Changelog
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
* Fix an issue with the version check against PyQt5, which was imported from the wrong package when
|
||||
running novelWriter with PyQt5 version 5.15.8, released 2023-01-28. Issue #1324. PR #1325.
|
||||
|
||||
----
|
||||
|
||||
## Version 2.0.3 [2023-01-08]
|
||||
|
||||
### Release Notes
|
||||
|
||||
@@ -59,9 +59,9 @@ __license__ = "GPLv3"
|
||||
__author__ = "Veronica Berglyd Olsen"
|
||||
__maintainer__ = "Veronica Berglyd Olsen"
|
||||
__email__ = "code@vkbo.net"
|
||||
__version__ = "2.0.3"
|
||||
__hexversion__ = "0x020003f0"
|
||||
__date__ = "2023-01-08"
|
||||
__version__ = "2.0.4"
|
||||
__hexversion__ = "0x020004f0"
|
||||
__date__ = "2023-01-29"
|
||||
__status__ = "Stable"
|
||||
__domain__ = "novelwriter.io"
|
||||
__url__ = "https://novelwriter.io"
|
||||
|
||||
@@ -109,5 +109,10 @@ been updated and a renderring issue with one of them fixed. Chinese, Norwegian,
|
||||
and Spanish translations have been updated as well. A new credits tab has been added to the About
|
||||
dialog box, replacing the Credits section on the main About tab.</p>
|
||||
|
||||
<h3>Patch 2.0.4 – 29 January 2023</h3>
|
||||
|
||||
<p>This is a patch release that fixes a bug where novelWriter would crash if PyQt5 version 5.15.8
|
||||
was installed and imported.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<novelWriterXML appVersion="2.0.3" hexVersion="0x020003f0" fileVersion="1.5" timeStamp="2023-01-08 19:10:50">
|
||||
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1467" autoCount="237" editTime="74387">
|
||||
<novelWriterXML appVersion="2.0.4" hexVersion="0x020004f0" fileVersion="1.5" timeStamp="2023-01-29 02:33:40">
|
||||
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1468" autoCount="237" editTime="74401">
|
||||
<name>Sample Project</name>
|
||||
<title>Sample Project</title>
|
||||
<author>Jane Smith</author>
|
||||
|
||||
Reference in New Issue
Block a user