Bumped version and update changelog

This commit is contained in:
Veronica Berglyd Olsen
2022-08-17 23:49:37 +02:00
parent 20da33348c
commit 53c1d1b7ee
3 changed files with 44 additions and 3 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.2"
__hexversion__ = "0x010602f0"
__date__ = "2022-03-20"
__version__ = "1.6.3"
__hexversion__ = "0x010603f0"
__date__ = "2022-08-18"
__status__ = "Stable"
__domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io"
+11
View File
@@ -53,5 +53,16 @@ empty documents would trigger a rebuild of the index each time the project was o
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>
<h3>Patch 1.6.3 &ndash; 18 August 2022</h3>
<p>This is a bugfix release that fixes a rare problem causing novelWriter to crash if the spell
checker language setting was configured to an empty value.</p>
<p>A few other minor issues have also been fixed: The project language setting is now properly
exported to ODT documents. Spaces are no longer inserted automatically in front of colons in
certain meta data settings when the feature is enabled (it is primarily used for French). Lastly,
the slider splitting the editor and viewer panels can no longer be dragged until the viewer
disappears. It was not necessarily obvious how the viewer panel could be restored in such cases.
</p>
</body>
</html>