File tree Expand file tree Collapse file tree 4 files changed +31
-6
lines changed Expand file tree Collapse file tree 4 files changed +31
-6
lines changed Original file line number Diff line number Diff line change 11# novelWriter Changelog
22
3+ ## Version 1.6.4 [ 2022-09-29]
4+
5+ ### Release Notes
6+
7+ This is a bugfix release that fixes a critical bug in the insert non-breaking spaces feature. It
8+ basically no longer worked in the 1.6.3 release. This release also fixes a minor issue where the
9+ text cursor sometimes dissappears when reaching the right-hand edge of the text editor window.
10+
11+ ### Detailed Changelog
12+
13+ ** Bugfixes**
14+
15+ * Fixed a bug in the auto-replace feature of the editor that caused a crash when using the insert
16+ non-breaking spaces feature was used. Issue #1118 . PR #1120 .
17+ * Backported a bugfix from 1.7 RC1 that resolves an issue with the text cursor sometimes
18+ dissappearing at the right-hand edge of the text editor. Issues #1112 and #1119 . PR #1120 .
19+
20+ ----
21+
322## Version 1.6.3 [ 2022-08-18]
423
524### Release Notes
Original file line number Diff line number Diff line change 6060__author__ = "Veronica Berglyd Olsen"
6161__maintainer__ = "Veronica Berglyd Olsen"
626263- __version__ = "1.6.3 "
64- __hexversion__ = "0x010603f0 "
65- __date__ = "2022-08-18 "
63+ __version__ = "1.6.4 "
64+ __hexversion__ = "0x010604f0 "
65+ __date__ = "2022-09-29 "
6666__status__ = "Stable"
6767__domain__ = "novelwriter.io"
6868__url__ = "https://novelwriter.io"
Original file line number Diff line number Diff line change @@ -64,5 +64,11 @@ <h3>Patch 1.6.3 – 18 August 2022</h3>
6464disappears. It was not necessarily obvious how the viewer panel could be restored in such cases.
6565</ p >
6666
67+ < h3 > Patch 1.6.4 – 29 September 2022</ h3 >
68+
69+ < p > This is a bugfix release that fixes a critical bug in the insert non-breaking spaces feature. It
70+ basically no longer worked in the 1.6.3 release. This release also fixes a minor issue where the
71+ text cursor sometimes dissappears when reaching the right-hand edge of the text editor window.</ p >
72+
6773</ body >
6874</ html >
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
2- <novelWriterXML appVersion =" 1.6.2 " hexVersion =" 0x010602f0 " fileVersion =" 1.3" timeStamp =" 2022-08-18 20:38:04 " >
2+ <novelWriterXML appVersion =" 1.6.4 " hexVersion =" 0x010604f0 " fileVersion =" 1.3" timeStamp =" 2022-09-29 19:23:00 " >
33 <project >
44 <name >Sample Project</name >
55 <title >Sample Project</title >
66 <author >Jane Smith</author >
77 <author >Jay Doh</author >
8- <saveCount >1304 </saveCount >
8+ <saveCount >1305 </saveCount >
99 <autoCount >199</autoCount >
10- <editTime >65055 </editTime >
10+ <editTime >65071 </editTime >
1111 </project >
1212 <settings >
1313 <doBackup >False</doBackup >
You can’t perform that action at this time.
0 commit comments