Skip to content

Commit 6234437

Browse files
committed
Bump version to 1.4.1, and update changelog and release notes
1 parent 8cf96c3 commit 6234437

File tree

5 files changed

+35
-16
lines changed

5 files changed

+35
-16
lines changed

CHANGELOG.md

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

3+
## Version 1.4.1 [2021-07-27]
4+
5+
### Release Notes
6+
7+
This release fixes a couple of minor issue with some of the dialog boxes. The fix was accidentally
8+
left out of release 1.4.
9+
10+
### Detailed Changelog
11+
12+
**Bugfixes**
13+
14+
* The way margins are determined in the paged dialogs used many places, including Preferences, has
15+
been improved. These margins would sometimes be set to zero when they shouldn't. PR #834.
16+
* Dialogs that are non-modal are no longer duplicated when opened multiple times. Instead, the
17+
existing dialog is moved to the front. PR #834.
18+
19+
----
20+
321
## Version 1.4 [2021-07-27]
422

523
### Release Notes
@@ -60,13 +78,6 @@ _These Release Notes also include the changes from 1.4 Beta 1 and RC 1._
6078

6179
### Detailed Changelog
6280

63-
**Bugfixes**
64-
65-
* The way margins are determined in the paged dialogs used many places, including Preferences, has
66-
been improved. These margins would sometimes be set to zero when they shouldn't. PR #834.
67-
* Dialogs that are non-modal are no longer duplicated when opened multiple times. Instead, the
68-
existing dialog is moved to the front. PR #834.
69-
7081
**Internationalisation**
7182

7283
* US English and Norwegian translations have been updated by @vkbo. PR #825.

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"
27+
version = "1.4.1"
2828
# The full version, including alpha/beta/rc tags
29-
release = "1.4"
29+
release = "1.4.1"
3030

3131

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

nw/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
__author__ = "Veronica Berglyd Olsen"
6262
__maintainer__ = "Veronica Berglyd Olsen"
6363
__email__ = "[email protected]"
64-
__version__ = "1.4"
65-
__hexversion__ = "0x010400f0"
64+
__version__ = "1.4.1"
65+
__hexversion__ = "0x010401f0"
6666
__date__ = "2021-07-27"
6767
__status__ = "Stable"
6868
__domain__ = "novelwriter.io"

nw/assets/text/release_notes.htm

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
<html>
33
<body>
44

5+
<h2>Release Notes for 1.4.1</h2>
6+
<p><i>Released on 27 July 2021</i></p>
7+
8+
<p>This release fixes a couple of minor issue with some of the dialog boxes. The fix was
9+
accidentally left out of release 1.4.</p>
10+
11+
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
12+
13+
<hr/>
14+
515
<h2>Release Notes for 1.4</h2>
616
<p><i>Released on 27 July 2021</i></p>
717

@@ -47,7 +57,5 @@ <h3>Text Alignment and Indentation</h3>
4757
<p>Format menu entries and keyboard shortcuts have been added so that you don't have to memorise
4858
these codes.</p>
4959

50-
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
51-
5260
</body>
5361
</html>

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

0 commit comments

Comments
 (0)