Skip to content

Commit 30f0e82

Browse files
committed
Release 1.4.2
1 parent bdef9a3 commit 30f0e82

File tree

9 files changed

+39
-362
lines changed

9 files changed

+39
-362
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# novelWriter Changelog
22

3+
## Version 1.4.2 [2021-08-30]
4+
5+
### Release Notes
6+
7+
This is a patch release fixing an issue with the auto-replace feature for single and double quotes.
8+
The issue appears when using the new indent and text alignment codes followed by a quote symbol,
9+
and quotes following a tab or non-breaking space.
10+
11+
### Detailed Changelog
12+
13+
**Bugfixes**
14+
15+
* Any single or double straight quote following a whitespace other than a regular space, or a left
16+
indent or right align set of angle bracket codes without a space following them, would be
17+
erroneously replaced by a closing quote instead of an opening quote. Issue #874.
18+
19+
----
20+
321
## Version 1.4.1 [2021-07-27]
422

523
### Release Notes

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = "Veronica Berglyd Olsen"
2525

2626
# The short X.Y version
27-
version = "1.4.1"
27+
version = "1.4.2"
2828
# The full version, including alpha/beta/rc tags
29-
release = "1.4.1"
29+
release = "1.4.2"
3030

3131

3232
# -- General configuration ---------------------------------------------------

nw/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
__author__ = "Veronica Berglyd Olsen"
6262
__maintainer__ = "Veronica Berglyd Olsen"
6363
__email__ = "[email protected]"
64-
__version__ = "1.4.1"
65-
__hexversion__ = "0x010401f0"
66-
__date__ = "2021-07-27"
64+
__version__ = "1.4.2"
65+
__hexversion__ = "0x010402f0"
66+
__date__ = "2021-08-30"
6767
__status__ = "Stable"
6868
__domain__ = "novelwriter.io"
6969
__url__ = "https://novelwriter.io"

nw/assets/text/release_notes.htm

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22
<html>
33
<body>
44

5+
<h2>Release Notes for 1.4.2</h2>
6+
<p><i>Released on 30 August 2021</i></p>
7+
8+
<p>This is a patch release fixing an issue with the auto-replace feature for single and double
9+
quotes. The issue appears when using the new indent and text alignment codes followed by a quote
10+
symbol, and quotes following a tab or non-breaking space.</p>
11+
12+
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
13+
14+
<hr/>
15+
516
<h2>Release Notes for 1.4.1</h2>
617
<p><i>Released on 27 July 2021</i></p>
718

819
<p>This release fixes a couple of minor issue with some of the dialog boxes. The fix was
920
accidentally left out of release 1.4.</p>
1021

11-
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
12-
1322
<hr/>
1423

1524
<h2>Release Notes for 1.4</h2>

nw/assets/text/release_notes_1.0.htm

Lines changed: 0 additions & 137 deletions
This file was deleted.

nw/assets/text/release_notes_1.1.htm

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)