File tree Expand file tree Collapse file tree 4 files changed +32
-5
lines changed Expand file tree Collapse file tree 4 files changed +32
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 5959__author__ = "Veronica Berglyd Olsen"
6060__maintainer__ = "Veronica Berglyd Olsen"
616162- __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"
Original file line number Diff line number Diff line change @@ -94,5 +94,10 @@ <h3>Patch 2.0.1 – 29 November 2022</h3>
9494< p > This is a patch release that fixes a minor issues with loading custom GUI themes that haven't
9595been updated to include the icon theme setting. The patch also updates the French translation.</ p >
9696
97+ < h3 > Patch 2.0.2 – 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments