Bump version to 2.0.7 and update changelog

This commit is contained in:
Veronica Berglyd Olsen
2023-04-15 20:52:40 +02:00
parent 1a716d858b
commit 8cdb7c245c
4 changed files with 68 additions and 5 deletions
+3 -3
View File
@@ -59,9 +59,9 @@ __license__ = "GPLv3"
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "2.0.6"
__hexversion__ = "0x020006f0"
__date__ = "2023-02-26"
__version__ = "2.0.7"
__hexversion__ = "0x020007f0"
__date__ = "2023-04-16"
__status__ = "Stable"
__domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io"
+11
View File
@@ -135,5 +135,16 @@ Tree now also receives focus automatically when a new Project Item is created.</
<p>The backlinks in the Reference Panel below the Document Viewer were no longer working. They have
now been fixed. They were broken due to a change in the link format in 2.0.</p>
<h3>Patch 2.0.7 &ndash; 16 April 2023</h3>
<p>This is a patch release that fixes a few issues and adds a Japanese translation.</p>
<p>The issues were mostly related to spell checking. In particular, issues with finding the word
boundary when using underscore characters for italics markup. These issues should now be resolved.
In addition, escaped markup characters are now renderred properly in HTML and ODT build formats.</p>
<p>A few usability improvements have also been made. The Add Item menu in the project tree no
longer shows the options to create Novel Documents when an item in the tree is selected that cannot
hold such a document. In addition, the "Change Label" context menu entry has been changed to say
"Rename", which is a more logical choice.</p>
</body>
</html>