Skip to content

Commit 208a405

Browse files
committed
Bump version and update changelog and release notes
1 parent 7f44e86 commit 208a405

File tree

5 files changed

+44
-11
lines changed

5 files changed

+44
-11
lines changed

CHANGELOG.md

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

3+
## Version 1.5.1 [2021-10-23]
4+
5+
### Release Notes
6+
7+
This is a bugfix release that fixes two issues. One related to the Project Details dialog missing
8+
its translated labels for non-English languages, and a fix concerning switching focus to the
9+
project tree when the Novel tab is visible. If the Novel tab is selected, the focus shift now
10+
correctly gives focus to the Novel tree.
11+
12+
### Detailed Changelog
13+
14+
**Bugfixes**
15+
16+
* The Project Details dialog source file was previously in the wrong source code folder, and was
17+
moved to the correct location in the previous release. However, the translation framework still
18+
pointed to the old location. The reference has been fixed and the missing translation strings
19+
restored.
20+
* Pressing the `Alt+1` key to switch focus to the Project Tree while the Novel Tree was in focus
21+
would still give focus to the Project Tree, which would be invisible. The focus is now correctly
22+
given to the Novel Tree when the tab is visible. Issue #913.
23+
24+
----
25+
326
## Version 1.5 [2021-09-19]
427

528
### Release Notes

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
author = "Veronica Berglyd Olsen"
2020

2121
# The short X.Y version
22-
version = "1.5"
22+
version = "1.5.1"
2323
# The full version, including alpha/beta/rc tags
24-
release = "1.5"
24+
release = "1.5.1"
2525

2626
# -- General Configuration ---------------------------------------------------
2727

novelwriter/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
__author__ = "Veronica Berglyd Olsen"
6262
__maintainer__ = "Veronica Berglyd Olsen"
6363
__email__ = "[email protected]"
64-
__version__ = "1.5"
65-
__hexversion__ = "0x010500f0"
66-
__date__ = "2021-09-19"
64+
__version__ = "1.5.1"
65+
__hexversion__ = "0x010501f0"
66+
__date__ = "2021-10-23"
6767
__status__ = "Stable"
6868
__domain__ = "novelwriter.io"
6969
__url__ = "https://novelwriter.io"

novelwriter/assets/text/release_notes.htm

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

5+
<h2>Release Notes for 1.5.1</h2>
6+
<p><i>Released on 23 October 2021</i></p>
7+
8+
<p>This is a bugfix release that fixes two issues. One related to the Project Details dialog
9+
missing its translated labels for non-English languages, and a fix concerning switching focus to
10+
the project tree when the Novel tab is visible. If the Novel tab is selected, the focus shift now
11+
correctly gives focus to the Novel tree.</p>
12+
13+
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
14+
15+
<hr/>
16+
517
<h2>Release Notes for 1.5</h2>
618
<p><i>Released on 19 September 2021</i></p>
719

@@ -74,7 +86,5 @@ <h4>Other Changes</h4>
7486
it is available, a "User Manual (PDF)" option should be visible in the Help menu. This should give
7587
you access to the documentation also when you don't have an active internet connection.</p>
7688

77-
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
78-
7989
</body>
8090
</html>

sample/nwProject.nwx

Lines changed: 4 additions & 4 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.5" hexVersion="0x010500f0" fileVersion="1.3" timeStamp="2021-09-19 00:04:16">
2+
<novelWriterXML appVersion="1.5.1" hexVersion="0x010501f0" fileVersion="1.3" timeStamp="2021-10-23 16:03:04">
33
<project>
44
<name>Sample Project</name>
55
<title>Sample Project</title>
66
<author>Jane Smith</author>
77
<author>Jay Doh</author>
8-
<saveCount>1256</saveCount>
8+
<saveCount>1260</saveCount>
99
<autoCount>198</autoCount>
10-
<editTime>61899</editTime>
10+
<editTime>62008</editTime>
1111
</project>
1212
<settings>
1313
<doBackup>False</doBackup>
@@ -121,7 +121,7 @@
121121
<charCount>2429</charCount>
122122
<wordCount>432</wordCount>
123123
<paraCount>14</paraCount>
124-
<cursorPos>61</cursorPos>
124+
<cursorPos>1760</cursorPos>
125125
</item>
126126
<item handle="bc0cbd2a407f3" order="2" parent="e7ded148d6e4a">
127127
<name>Another Scene</name>

0 commit comments

Comments
 (0)