Bump version to 2.0.7 and update changelog
This commit is contained in:
@@ -1,5 +1,57 @@
|
||||
# novelWriter Changelog
|
||||
|
||||
## Version 2.0.7 [2023-04-16]
|
||||
|
||||
### Release Notes
|
||||
|
||||
This is a patch release that fixes a few issues and adds a Japanese translation.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
### Detailed Changelog
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
* Fixed an issue where novelWriter sometimes shows up in the desktop environment on Linux under
|
||||
another name than it's supposed to, which meant it would show up without the correct icon. The
|
||||
desktop environment was apparently guessing its name based on various values. It is now set
|
||||
explicitly. PR #1405.
|
||||
* Fixed an issue where the syntax highlighting for spell checked words were not cleared when spell
|
||||
checking was disabled. Issue #1414. PR #1416.
|
||||
* Fixed a series of issues with spell checking of words and sentences with italics styling using
|
||||
underscores. The spell checker relies on RegEx for splitting words, and RegEx considers the
|
||||
underscore a word character. Issue #1415. PR #1417.
|
||||
* Fixed an issue where escaped markup characters were not being cleaned up when building HTML and
|
||||
ODT outputs. Issue #1412. PR #1418.
|
||||
|
||||
**Usability Fixes**
|
||||
|
||||
* The context menu entry "Change Label" in the project tree has now been changed to say "Rename",
|
||||
which matches with the main menu, and is also more in line with what users expect. PR #1403.
|
||||
* The entries for creating new Novel Documents in the project tree's Add Item menu are now hidden
|
||||
when the select item in the tree does not allow Novel Documents. This is less confusing than the
|
||||
previous behaviour where it would just create a Project Note regardless of selected file option.
|
||||
Issue #1404. PR #1406.
|
||||
|
||||
**Internationalisation**
|
||||
|
||||
* Added Japanese translation, contributed by @hebekeg. PR #1407.
|
||||
* Updated existing translations. PR #1407.
|
||||
|
||||
**Packaging**
|
||||
|
||||
* Legacy AppImage formats have been added to support glibc 2.24. This is a temporary solution until
|
||||
the AppImage base image is deprecated later in 2023. Issue #1391. PR #1410.
|
||||
|
||||
----
|
||||
|
||||
## Version 2.0.6 [2023-02-26]
|
||||
|
||||
### Release Notes
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 – 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>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<novelWriterXML appVersion="2.0.6" hexVersion="0x020006f0" fileVersion="1.5" timeStamp="2023-04-04 18:12:56">
|
||||
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1473" autoCount="237" editTime="74507">
|
||||
<novelWriterXML appVersion="2.0.7" hexVersion="0x020007f0" fileVersion="1.5" timeStamp="2023-04-15 20:52:06">
|
||||
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1475" autoCount="237" editTime="74579">
|
||||
<name>Sample Project</name>
|
||||
<title>Sample Project</title>
|
||||
<author>Jane Smith</author>
|
||||
|
||||
Reference in New Issue
Block a user