Skip to content

Commit 66cc377

Browse files
authored
Release 2.0.2 (#1279)
2 parents 1b177ff + b1def7b commit 66cc377

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

CHANGELOG.md

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

3+
## Version 2.0.2 [2022-12-01]
4+
5+
### Release Notes
6+
7+
This is a patch release that fixes a minor issues with syntax highlighting not updating when the
8+
highlighting preferences were changed. It also fixes an issue that broke the FreeBSD release.
9+
10+
### Detailed Changelog
11+
12+
**Bugfixes**
13+
14+
* Fix an issue where changing the Highlighting Preferences for highlighting quotes, emphasis, and
15+
multiple or trailing spaces would not reload the syntax highlighter in the editor. The changes
16+
would only take effect after restarting the app. Issue #1274. PR #1278.
17+
18+
**Packaging and Installation**
19+
20+
* The 2.0.1 release was broken on Linux, but was fixed and the packages rebuilt. However, the
21+
FreeBSD port was still broken. This release fixes this issue. Issue #1277. PR #1272.
22+
23+
----
24+
325
## Version 2.0.1 [2022-11-29]
426

527
### 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.1"
63-
__hexversion__ = "0x020001f0"
64-
__date__ = "2022-11-29"
62+
__version__ = "2.0.2"
63+
__hexversion__ = "0x020002f0"
64+
__date__ = "2022-12-01"
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
@@ -94,5 +94,10 @@ <h3>Patch 2.0.1 &ndash; 29 November 2022</h3>
9494
<p>This is a patch release that fixes a minor issues with loading custom GUI themes that haven't
9595
been updated to include the icon theme setting. The patch also updates the French translation.</p>
9696

97+
<h3>Patch 2.0.2 &ndash; 1 December 2022</h3>
98+
99+
<p>This is a patch release that fixes a minor issues with syntax highlighting not updating when the
100+
highlighting preferences were changed. It also fixes an issue that broke the FreeBSD release.</p>
101+
97102
</body>
98103
</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.1" hexVersion="0x020001f0" fileVersion="1.5" timeStamp="2022-11-29 13:42:05">
3-
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1461" autoCount="237" editTime="74232">
2+
<novelWriterXML appVersion="2.0.2" hexVersion="0x020002f0" fileVersion="1.5" timeStamp="2022-12-01 23:33:10">
3+
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1463" autoCount="237" editTime="74319">
44
<name>Sample Project</name>
55
<title>Sample Project</title>
66
<author>Jane Smith</author>

0 commit comments

Comments
 (0)