Release 1.4 RC 1 (#824)
* Bump version to 1.4 RC 1 * Update changelog and release notes
This commit is contained in:
committed by
GitHub
parent
9f667a0b35
commit
6890b278ea
+3
-3
@@ -61,9 +61,9 @@ __license__ = "GPLv3"
|
||||
__author__ = "Veronica Berglyd Olsen"
|
||||
__maintainer__ = "Veronica Berglyd Olsen"
|
||||
__email__ = "code@vkbo.net"
|
||||
__version__ = "1.4b1"
|
||||
__hexversion__ = "0x010400b1"
|
||||
__date__ = "2021-06-13"
|
||||
__version__ = "1.4rc1"
|
||||
__hexversion__ = "0x010400c1"
|
||||
__date__ = "2021-07-12"
|
||||
__status__ = "Stable"
|
||||
__domain__ = "novelwriter.io"
|
||||
__url__ = "https://novelwriter.io"
|
||||
|
||||
@@ -2,16 +2,18 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h2>Release Notes for 1.4 Beta 1</h2>
|
||||
<p><i>Released on 13 June 2021</i></p>
|
||||
<h2>Release Notes for 1.4 RC 1</h2>
|
||||
<p><i>Released on 12 July 2021</i></p>
|
||||
|
||||
<p>This is a preview release of novelWriter 1.4. It contains some new features and a lot of code
|
||||
refactoring. This release is a testing release, and may contain bugs. Please be careful when using
|
||||
this version to work on your projects.</p>
|
||||
<p>Below are the main feature changes of this release.</p>
|
||||
|
||||
<h3>Line Breaks</h3>
|
||||
<h3>Internationalisation</h3>
|
||||
<p>Translation files have been added for Simplified Chinese by Qianzhi Long.</p>
|
||||
|
||||
<h3>Line Breaks</h3>
|
||||
<p>The way line breaks inside paragraphs work has been changed. A single line break is now treated
|
||||
as a proper line break and will show up in the document viewer and exported documents. A single
|
||||
line break does not start a new paragraph, but forces a break inside the paragraph like a Shift +
|
||||
|
||||
Reference in New Issue
Block a user