Bump version to 1.2.3 and update changelog and release notes

This commit is contained in:
Veronica K. B. Olsen
2021-04-17 23:44:49 +02:00
parent 93875d667c
commit ac22838ded
5 changed files with 55 additions and 10 deletions
+3 -3
View File
@@ -62,9 +62,9 @@ __license__ = "GPLv3"
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "1.2.2"
__hexversion__ = "0x010202f0"
__date__ = "2021-03-28"
__version__ = "1.2.3"
__hexversion__ = "0x010203f0"
__date__ = "2021-04-18"
__status__ = "Stable"
__domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io"
+12 -2
View File
@@ -3,6 +3,18 @@
<body>
<h2>Release Notes for 1.2.3</h2>
<p><i>Released on 18 April 2021</i></p>
<p>This patch fixes a bug where the user's word list (personal dictionary) was not saved properly
for new projects. The added words were thus "forgotten" the next time the project was opened.</p>
<p>In addition, uninstall commands have been added to the main setup script to make it easier to
clean up icons (Linux and Windows) and registry keys (Windows) if the user wishes to uninstall
novelWriter.</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.2.2</h2>
<p><i>Released on 28 March 2021</i></p>
<p>This patch release is a bug fix release addressing some inconsistencies and issues with the
@@ -10,8 +22,6 @@ document header buttons when Focus Mode is active. The keyboard shortcuts for se
should now also work in Focus Mode. In addition, the setup script for novelWriter has been improved
when installing on Windows.</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.2.1</h2>