Bump version to 1.4.1, and update changelog and release notes
This commit is contained in:
+18
-7
@@ -1,5 +1,23 @@
|
||||
# novelWriter Changelog
|
||||
|
||||
## Version 1.4.1 [2021-07-27]
|
||||
|
||||
### Release Notes
|
||||
|
||||
This release fixes a couple of minor issue with some of the dialog boxes. The fix was accidentally
|
||||
left out of release 1.4.
|
||||
|
||||
### Detailed Changelog
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
* The way margins are determined in the paged dialogs used many places, including Preferences, has
|
||||
been improved. These margins would sometimes be set to zero when they shouldn't. PR #834.
|
||||
* Dialogs that are non-modal are no longer duplicated when opened multiple times. Instead, the
|
||||
existing dialog is moved to the front. PR #834.
|
||||
|
||||
----
|
||||
|
||||
## Version 1.4 [2021-07-27]
|
||||
|
||||
### Release Notes
|
||||
@@ -60,13 +78,6 @@ _These Release Notes also include the changes from 1.4 Beta 1 and RC 1._
|
||||
|
||||
### Detailed Changelog
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
* The way margins are determined in the paged dialogs used many places, including Preferences, has
|
||||
been improved. These margins would sometimes be set to zero when they shouldn't. PR #834.
|
||||
* Dialogs that are non-modal are no longer duplicated when opened multiple times. Instead, the
|
||||
existing dialog is moved to the front. PR #834.
|
||||
|
||||
**Internationalisation**
|
||||
|
||||
* US English and Norwegian translations have been updated by @vkbo. PR #825.
|
||||
|
||||
+2
-2
@@ -24,9 +24,9 @@ copyright = "2018–2021, Veronica Berglyd Olsen"
|
||||
author = "Veronica Berglyd Olsen"
|
||||
|
||||
# The short X.Y version
|
||||
version = "1.4"
|
||||
version = "1.4.1"
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = "1.4"
|
||||
release = "1.4.1"
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
+2
-2
@@ -61,8 +61,8 @@ __license__ = "GPLv3"
|
||||
__author__ = "Veronica Berglyd Olsen"
|
||||
__maintainer__ = "Veronica Berglyd Olsen"
|
||||
__email__ = "code@vkbo.net"
|
||||
__version__ = "1.4"
|
||||
__hexversion__ = "0x010400f0"
|
||||
__version__ = "1.4.1"
|
||||
__hexversion__ = "0x010401f0"
|
||||
__date__ = "2021-07-27"
|
||||
__status__ = "Stable"
|
||||
__domain__ = "novelwriter.io"
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h2>Release Notes for 1.4.1</h2>
|
||||
<p><i>Released on 27 July 2021</i></p>
|
||||
|
||||
<p>This release fixes a couple of minor issue with some of the dialog boxes. The fix was
|
||||
accidentally left out of release 1.4.</p>
|
||||
|
||||
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h2>Release Notes for 1.4</h2>
|
||||
<p><i>Released on 27 July 2021</i></p>
|
||||
|
||||
@@ -47,7 +57,5 @@ at the same time, which results in the paragraph being centred.</p>
|
||||
<p>Format menu entries and keyboard shortcuts have been added so that you don't have to memorise
|
||||
these codes.</p>
|
||||
|
||||
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<novelWriterXML appVersion="1.4" hexVersion="0x010400f0" fileVersion="1.2" timeStamp="2021-07-27 23:14:32">
|
||||
<novelWriterXML appVersion="1.4.1" hexVersion="0x010401f0" fileVersion="1.2" timeStamp="2021-07-27 23:46:07">
|
||||
<project>
|
||||
<name>Sample Project</name>
|
||||
<title>Sample Project</title>
|
||||
<author>Jane Smith</author>
|
||||
<author>Jay Doh</author>
|
||||
<saveCount>1109</saveCount>
|
||||
<saveCount>1110</saveCount>
|
||||
<autoCount>189</autoCount>
|
||||
<editTime>53268</editTime>
|
||||
<editTime>53279</editTime>
|
||||
</project>
|
||||
<settings>
|
||||
<doBackup>False</doBackup>
|
||||
|
||||
Reference in New Issue
Block a user