Release 1.6.4

This commit is contained in:
Veronica Berglyd Olsen
2022-09-29 19:23:41 +02:00
parent 7267490645
commit d82c739f01
4 changed files with 31 additions and 6 deletions
+19
View File
@@ -1,5 +1,24 @@
# novelWriter Changelog
## Version 1.6.4 [2022-09-29]
### Release Notes
This is a bugfix release that fixes a critical bug in the insert non-breaking spaces feature. It
basically no longer worked in the 1.6.3 release. This release also fixes a minor issue where the
text cursor sometimes dissappears when reaching the right-hand edge of the text editor window.
### Detailed Changelog
**Bugfixes**
* Fixed a bug in the auto-replace feature of the editor that caused a crash when using the insert
non-breaking spaces feature was used. Issue #1118. PR #1120.
* Backported a bugfix from 1.7 RC1 that resolves an issue with the text cursor sometimes
dissappearing at the right-hand edge of the text editor. Issues #1112 and #1119. PR #1120.
----
## Version 1.6.3 [2022-08-18]
### Release Notes