File tree Expand file tree Collapse file tree 5 files changed +35
-16
lines changed Expand file tree Collapse file tree 5 files changed +35
-16
lines changed Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff line change 2424author = "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 ---------------------------------------------------
Original file line number Diff line number Diff line change 6161__author__ = "Veronica Berglyd Olsen"
6262__maintainer__ = "Veronica Berglyd Olsen"
636364- __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"
Original file line number Diff line number Diff line change 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
4858these 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments