File tree Expand file tree Collapse file tree 5 files changed +44
-11
lines changed Expand file tree Collapse file tree 5 files changed +44
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1919author = "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
Original file line number Diff line number Diff line change 6161__author__ = "Veronica Berglyd Olsen"
6262__maintainer__ = "Veronica Berglyd Olsen"
636364- __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"
Original file line number Diff line number Diff line change 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>
7486it is available, a "User Manual (PDF)" option should be visible in the Help menu. This should give
7587you 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments