Skip to content

Commit

Permalink
Bump version and update changelog and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Oct 23, 2021
1 parent 7f44e86 commit 208a405
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 11 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# novelWriter Changelog

## Version 1.5.1 [2021-10-23]

### Release Notes

This is a bugfix release that fixes two issues. One related to the Project Details dialog missing
its translated labels for non-English languages, and a fix concerning switching focus to the
project tree when the Novel tab is visible. If the Novel tab is selected, the focus shift now
correctly gives focus to the Novel tree.

### Detailed Changelog

**Bugfixes**

* The Project Details dialog source file was previously in the wrong source code folder, and was
moved to the correct location in the previous release. However, the translation framework still
pointed to the old location. The reference has been fixed and the missing translation strings
restored.
* Pressing the `Alt+1` key to switch focus to the Project Tree while the Novel Tree was in focus
would still give focus to the Project Tree, which would be invisible. The focus is now correctly
given to the Novel Tree when the tab is visible. Issue #913.

----

## Version 1.5 [2021-09-19]

### Release Notes
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
author = "Veronica Berglyd Olsen"

# The short X.Y version
version = "1.5"
version = "1.5.1"
# The full version, including alpha/beta/rc tags
release = "1.5"
release = "1.5.1"

# -- General Configuration ---------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions novelwriter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "1.5"
__hexversion__ = "0x010500f0"
__date__ = "2021-09-19"
__version__ = "1.5.1"
__hexversion__ = "0x010501f0"
__date__ = "2021-10-23"
__status__ = "Stable"
__domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io"
Expand Down
14 changes: 12 additions & 2 deletions novelwriter/assets/text/release_notes.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
<html>
<body>

<h2>Release Notes for 1.5.1</h2>
<p><i>Released on 23 October 2021</i></p>

<p>This is a bugfix release that fixes two issues. One related to the Project Details dialog
missing its translated labels for non-English languages, and a fix concerning switching focus to
the project tree when the Novel tab is visible. If the Novel tab is selected, the focus shift now
correctly gives focus to the Novel tree.</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.5</h2>
<p><i>Released on 19 September 2021</i></p>

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

<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>

</body>
</html>
8 changes: 4 additions & 4 deletions sample/nwProject.nwx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version='1.0' encoding='utf-8'?>
<novelWriterXML appVersion="1.5" hexVersion="0x010500f0" fileVersion="1.3" timeStamp="2021-09-19 00:04:16">
<novelWriterXML appVersion="1.5.1" hexVersion="0x010501f0" fileVersion="1.3" timeStamp="2021-10-23 16:03:04">
<project>
<name>Sample Project</name>
<title>Sample Project</title>
<author>Jane Smith</author>
<author>Jay Doh</author>
<saveCount>1256</saveCount>
<saveCount>1260</saveCount>
<autoCount>198</autoCount>
<editTime>61899</editTime>
<editTime>62008</editTime>
</project>
<settings>
<doBackup>False</doBackup>
Expand Down Expand Up @@ -121,7 +121,7 @@
<charCount>2429</charCount>
<wordCount>432</wordCount>
<paraCount>14</paraCount>
<cursorPos>61</cursorPos>
<cursorPos>1760</cursorPos>
</item>
<item handle="bc0cbd2a407f3" order="2" parent="e7ded148d6e4a">
<name>Another Scene</name>
Expand Down

0 comments on commit 208a405

Please sign in to comment.