Bump the version number and update the changelog

This commit is contained in:
Veronica Berglyd Olsen
2022-10-25 18:26:37 +02:00
parent e93e125a46
commit 4862ac3857
4 changed files with 31 additions and 9 deletions
+3 -3
View File
@@ -60,9 +60,9 @@ __license__ = "GPLv3"
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "1.6.5"
__hexversion__ = "0x010605f0"
__date__ = "2022-10-13"
__version__ = "1.6.6"
__hexversion__ = "0x010606f0"
__date__ = "2022-10-25"
__status__ = "Stable"
__domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io"
+6 -1
View File
@@ -72,7 +72,7 @@ text cursor sometimes disappears when reaching the right-hand edge of the text e
<h3>Patch 1.6.5 &ndash; 13 October 2022</h3>
<p>This is a bugfix release that fixes a a few minor issues. The idle time for new projects would
<p>This is a bugfix release that fixes a few minor issues. The idle time for new projects would
be artificially inflated as the clock was not reset when the project was first created. This only
affects the first entry in the writing statistics. A scaling issue for the Preferences dialog has
also been fixed. It only affected screens with UI scaling enabled. Lastly, typing Shift+Enter in
@@ -80,5 +80,10 @@ the text editor now creates a regular line break instead of a special line separ
separator serves no purpose in plain text, and was producing inconsistencies in how text is
processed and displayed.</p>
<h3>Patch 1.6.6 &ndash; 25 October 2022</h3>
<p>This is a bugfix release that fixes a minor issues with following tags in the editor. It is now
possible to also follow tags that contain spaces.</p>
</body>
</html>