Skip to content

Commit d82c739

Browse files
committed
Release 1.6.4
1 parent 7267490 commit d82c739

File tree

4 files changed

+31
-6
lines changed

4 files changed

+31
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

novelwriter/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
__author__ = "Veronica Berglyd Olsen"
6161
__maintainer__ = "Veronica Berglyd Olsen"
6262
__email__ = "[email protected]"
63-
__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"

novelwriter/assets/text/release_notes.htm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,11 @@ <h3>Patch 1.6.3 &ndash; 18 August 2022</h3>
6464
disappears. It was not necessarily obvious how the viewer panel could be restored in such cases.
6565
</p>
6666

67+
<h3>Patch 1.6.4 &ndash; 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>

sample/nwProject.nwx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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>

0 commit comments

Comments
 (0)