Release 1.4.2

This commit is contained in:
Veronica Berglyd Olsen
2021-08-30 23:36:42 +02:00
parent bdef9a3955
commit 30f0e82fba
9 changed files with 39 additions and 362 deletions
+18
View File
@@ -1,5 +1,23 @@
# novelWriter Changelog
## Version 1.4.2 [2021-08-30]
### Release Notes
This is a patch release fixing an issue with the auto-replace feature for single and double quotes.
The issue appears when using the new indent and text alignment codes followed by a quote symbol,
and quotes following a tab or non-breaking space.
### Detailed Changelog
**Bugfixes**
* Any single or double straight quote following a whitespace other than a regular space, or a left
indent or right align set of angle bracket codes without a space following them, would be
erroneously replaced by a closing quote instead of an opening quote. Issue #874.
----
## Version 1.4.1 [2021-07-27]
### Release Notes