Release 2.0.2 (#1279)
This commit is contained in:
@@ -1,5 +1,27 @@
|
|||||||
# novelWriter Changelog
|
# novelWriter Changelog
|
||||||
|
|
||||||
|
## Version 2.0.2 [2022-12-01]
|
||||||
|
|
||||||
|
### Release Notes
|
||||||
|
|
||||||
|
This is a patch release that fixes a minor issues with syntax highlighting not updating when the
|
||||||
|
highlighting preferences were changed. It also fixes an issue that broke the FreeBSD release.
|
||||||
|
|
||||||
|
### Detailed Changelog
|
||||||
|
|
||||||
|
**Bugfixes**
|
||||||
|
|
||||||
|
* Fix an issue where changing the Highlighting Preferences for highlighting quotes, emphasis, and
|
||||||
|
multiple or trailing spaces would not reload the syntax highlighter in the editor. The changes
|
||||||
|
would only take effect after restarting the app. Issue #1274. PR #1278.
|
||||||
|
|
||||||
|
**Packaging and Installation**
|
||||||
|
|
||||||
|
* The 2.0.1 release was broken on Linux, but was fixed and the packages rebuilt. However, the
|
||||||
|
FreeBSD port was still broken. This release fixes this issue. Issue #1277. PR #1272.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
## Version 2.0.1 [2022-11-29]
|
## Version 2.0.1 [2022-11-29]
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|||||||
@@ -59,9 +59,9 @@ __license__ = "GPLv3"
|
|||||||
__author__ = "Veronica Berglyd Olsen"
|
__author__ = "Veronica Berglyd Olsen"
|
||||||
__maintainer__ = "Veronica Berglyd Olsen"
|
__maintainer__ = "Veronica Berglyd Olsen"
|
||||||
__email__ = "code@vkbo.net"
|
__email__ = "code@vkbo.net"
|
||||||
__version__ = "2.0.1"
|
__version__ = "2.0.2"
|
||||||
__hexversion__ = "0x020001f0"
|
__hexversion__ = "0x020002f0"
|
||||||
__date__ = "2022-11-29"
|
__date__ = "2022-12-01"
|
||||||
__status__ = "Stable"
|
__status__ = "Stable"
|
||||||
__domain__ = "novelwriter.io"
|
__domain__ = "novelwriter.io"
|
||||||
__url__ = "https://novelwriter.io"
|
__url__ = "https://novelwriter.io"
|
||||||
|
|||||||
@@ -94,5 +94,10 @@ Project Settings dialog has been updated to reflect some of the same changes.</p
|
|||||||
<p>This is a patch release that fixes a minor issues with loading custom GUI themes that haven't
|
<p>This is a patch release that fixes a minor issues with loading custom GUI themes that haven't
|
||||||
been updated to include the icon theme setting. The patch also updates the French translation.</p>
|
been updated to include the icon theme setting. The patch also updates the French translation.</p>
|
||||||
|
|
||||||
|
<h3>Patch 2.0.2 – 1 December 2022</h3>
|
||||||
|
|
||||||
|
<p>This is a patch release that fixes a minor issues with syntax highlighting not updating when the
|
||||||
|
highlighting preferences were changed. It also fixes an issue that broke the FreeBSD release.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<novelWriterXML appVersion="2.0.1" hexVersion="0x020001f0" fileVersion="1.5" timeStamp="2022-11-29 13:42:05">
|
<novelWriterXML appVersion="2.0.2" hexVersion="0x020002f0" fileVersion="1.5" timeStamp="2022-12-01 23:33:10">
|
||||||
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1461" autoCount="237" editTime="74232">
|
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1463" autoCount="237" editTime="74319">
|
||||||
<name>Sample Project</name>
|
<name>Sample Project</name>
|
||||||
<title>Sample Project</title>
|
<title>Sample Project</title>
|
||||||
<author>Jane Smith</author>
|
<author>Jane Smith</author>
|
||||||
|
|||||||
Reference in New Issue
Block a user