Release 1.6.2 (#1024)

This commit is contained in:
Veronica Berglyd Olsen
2022-03-20 15:44:52 +01:00
committed by GitHub
parent 8c4e5b99fe
commit 203e353e92
4 changed files with 45 additions and 12 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.1"
__hexversion__ = "0x010601f0"
__date__ = "2022-03-16"
__version__ = "1.6.2"
__hexversion__ = "0x010602f0"
__date__ = "2022-03-20"
__status__ = "Stable"
__domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io"
+11 -3
View File
@@ -41,9 +41,17 @@ not compatible.</p>
<h3>Patch 1.6.1 &ndash; 16 March 2022</h3>
<p>This is a bugfix and patch release that fixes two recursion/loop issues. One can cause a crash
if the window is resized rapidly, and one can cause a hang with certain search parameters in the
editor's search box. The Latin American Spanish translation has also been updated.</p>
<p>This is a bugfix and patch release that fixes two recursion/loop issues. One would potentially
cause a crash if the window was resized rapidly, and one would cause a hang with certain search
parameters in the editor's search box. The Latin American Spanish translation has also been
updated.</p>
<h3>Patch 1.6.2 &ndash; 20 March 2022</h3>
<p>This is a bugfix release that fixes a couple of minor issues. Projects containing one or more
empty documents would trigger a rebuild of the index each time the project was opened. This has now
been fixed. Another fix resolves an error message being written to the console logging output when
a new document was created. Both errors were harmless.</p>
</body>
</html>