From 916f782df93d25f8fb4bf9bc96000012b904b128 Mon Sep 17 00:00:00 2001
From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com>
Date: Sun, 26 Feb 2023 11:15:20 +0100
Subject: [PATCH 1/2] Bump version and update changelog
---
CHANGELOG.md | 15 +++++++++++++++
novelwriter/__init__.py | 6 +++---
sample/nwProject.nwx | 4 ++--
3 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9913126e..3e6f9e63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py
index e330d5ab..ea2b02a5 100644
--- a/novelwriter/__init__.py
+++ b/novelwriter/__init__.py
@@ -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"
diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx
index feb7e7b0..2672b65b 100644
--- a/sample/nwProject.nwx
+++ b/sample/nwProject.nwx
@@ -1,6 +1,6 @@
-
An Italian translation has been added, and Russian is currently available for project builds. A full translation into Russian is on its way.
+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.
+