Bump version and update changelog
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
# novelWriter Changelog
|
||||
|
||||
## Version 2.0.6 [2023-02-26]
|
||||
|
||||
### Release Notes
|
||||
|
||||
This is a patch release that fixes a few minor bugs and a broken feature.
|
||||
|
||||
When opening a document from the Novel Tree or Outline View, the Project Tree would receive focus
|
||||
even when it was hidden. This has been corrected and no focus change is made. The Project Tree now
|
||||
also receives focus automatically when a new Project Item is created.
|
||||
|
||||
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.
|
||||
|
||||
----
|
||||
|
||||
## Version 2.0.5 [2023-02-12]
|
||||
|
||||
### Release Notes
|
||||
|
||||
@@ -59,9 +59,9 @@ __license__ = "GPLv3"
|
||||
__author__ = "Veronica Berglyd Olsen"
|
||||
__maintainer__ = "Veronica Berglyd Olsen"
|
||||
__email__ = "code@vkbo.net"
|
||||
__version__ = "2.0.5"
|
||||
__hexversion__ = "0x020005f0"
|
||||
__date__ = "2023-02-12"
|
||||
__version__ = "2.0.6"
|
||||
__hexversion__ = "0x020006f0"
|
||||
__date__ = "2023-02-26"
|
||||
__status__ = "Stable"
|
||||
__domain__ = "novelwriter.io"
|
||||
__url__ = "https://novelwriter.io"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<novelWriterXML appVersion="2.0.5" hexVersion="0x020005f0" fileVersion="1.5" timeStamp="2023-02-12 16:02:30">
|
||||
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1471" autoCount="237" editTime="74437">
|
||||
<novelWriterXML appVersion="2.0.6" hexVersion="0x020006f0" fileVersion="1.5" timeStamp="2023-02-26 11:15:06">
|
||||
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1473" autoCount="237" editTime="74454">
|
||||
<name>Sample Project</name>
|
||||
<title>Sample Project</title>
|
||||
<author>Jane Smith</author>
|
||||
|
||||
Reference in New Issue
Block a user