Bump version to 1.6.5 and update changelog

This commit is contained in:
Veronica Berglyd Olsen
2022-10-13 10:44:08 +02:00
parent 1001140eec
commit dbf672224f
4 changed files with 50 additions and 7 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.4"
__hexversion__ = "0x010604f0"
__date__ = "2022-09-29"
__version__ = "1.6.5"
__hexversion__ = "0x010605f0"
__date__ = "2022-10-13"
__status__ = "Stable"
__domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io"
+10
View File
@@ -70,5 +70,15 @@ disappears. It was not necessarily obvious how the viewer panel could be restore
basically no longer worked in the 1.6.3 release. This release also fixes a minor issue where the
text cursor sometimes disappears when reaching the right-hand edge of the text editor window.</p>
<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
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
the text editor now creates a regular line break instead of a special line separator. The line
separator serves no purpose in plain text, and was producing inconsistencies in how text is
processed and displayed.</p>
</body>
</html>