Skip to content

Commit 83e9299

Browse files
committed
Make a clarification in the changelog
1 parent 33146f0 commit 83e9299

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ a proper line break and will show up in the document viewer and exported documen
1919
break does not start a new paragraph, but forces a break inside the paragraph like a Shift + Enter
2020
does in most rich text editors. Two line breaks is still needed to start a new paragraph.
2121

22-
The old syntax of adding two spaces to force a line break within a paragraph will still work as
23-
before, so there is no need to change your existing text if you've used this feature. However,
24-
there is a new highlighting feature that will show you where in the text you have redundant spaces.
25-
If you are used to having double spaces between sentences, you may want to switch off this
26-
highlighting feature in Preferences as it will also detect those.
22+
The old syntax of adding two spaces at the end of a line to force a line break within a paragraph
23+
will still work as before, so there is no need to change your existing text if you've used this
24+
feature. However, there is a new highlighting feature that will show you where in the text you have
25+
redundant spaces. If you are used to having double spaces between sentences, you may want to switch
26+
off this highlighting feature in Preferences as it will also detect those.
2727

2828
A helper function has been added to the Format menu that can look through a paragraph and remove
2929
line breaks in case you've been using line breaks inside your existing text under the assumption

nw/assets/text/release_notes.htm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ <h3>Line Breaks</h3>
1717
as a proper line break and will show up in the document viewer and exported documents. A single
1818
line break does not start a new paragraph, but forces a break inside the paragraph like a Shift +
1919
Enter does in most rich text editors. Two line breaks is still needed to start a new paragraph.</p>
20-
<p>The old syntax of adding two spaces to force a line break within a paragraph will still work
21-
as before, so there is no need to change your existing text if you've used this feature. However,
22-
there is a new highlighting feature that will show you where in the text you have redundant spaces.
23-
If you are used to having double spaces between sentences, you may want to switch off this
24-
highlighting feature in Preferences as it will also detect those.</p>
20+
<p>The old syntax of adding two spaces at the end of a line to force a line break within a
21+
paragraph will still work as before, so there is no need to change your existing text if you've
22+
used this feature. However, there is a new highlighting feature that will show you where in the
23+
text you have redundant spaces. If you are used to having double spaces between sentences, you may
24+
want to switch off this highlighting feature in Preferences as it will also detect those.</p>
2525
<p>A helper function has been added to the Format menu that can look through a paragraph and remove
2626
line breaks in case you've been using line breaks inside your existing text under the assumption
2727
that the exporter and viewer will ignore them.</p>

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.4b1" hexVersion="0x010400b1" fileVersion="1.2" timeStamp="2021-06-13 19:55:59">
2+
<novelWriterXML appVersion="1.4" hexVersion="0x010400f0" fileVersion="1.2" timeStamp="2021-07-27 23:14:32">
33
<project>
44
<name>Sample Project</name>
55
<title>Sample Project</title>
66
<author>Jane Smith</author>
77
<author>Jay Doh</author>
8-
<saveCount>1108</saveCount>
8+
<saveCount>1109</saveCount>
99
<autoCount>189</autoCount>
10-
<editTime>53069</editTime>
10+
<editTime>53268</editTime>
1111
</project>
1212
<settings>
1313
<doBackup>False</doBackup>

0 commit comments

Comments
 (0)