File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,25 @@ also receives focus automatically when a new Project Item is created.
1313The backlinks in the Reference Panel below the Document Viewer were no longer working. They have
1414now been fixed. They were broken due to a change in the link format in 2.0.
1515
16+ ### Detailed Changelog
17+
18+ ** Bugfixes**
19+
20+ * The Reference Panel link would no longer recognise the new, shorter links after the 2.0 project
21+ index change. The explicit check has now been made more lenient and will accept any link that is
22+ at least 13 characters long (the length of a document handle). Test coverage has been added for
23+ handling Reference Panel links. Issue #1378 . PR #1379 .
24+ * The ` setSelectedItem ` method of the project tree class had a ` setFocus() ` call. It should not do
25+ this as global focus is handled by the main GUI class, and doing this explicitly in the
26+ ` setSelectedItem ` method is presumptuous. Issue #1369 . PR #1379 .
27+
28+ ** Usability Fixes**
29+
30+ * When creating new items in the project tree via shortcuts, the project tree receives focus. Since
31+ these actions can be accessed when the project tree does not have focus, a user would have to
32+ switch focus to be able to open new items. The tree now automatically receives focus when a new
33+ item is created. Issue #1376 . PR #1379 .
34+
1635----
1736
1837## Version 2.0.5 [ 2023-02-12]
Original file line number Diff line number Diff line change @@ -126,5 +126,14 @@ <h3>Patch 2.0.5 – 12 February 2023</h3>
126126< p > An Italian translation has been added, and Russian is currently available for project builds. A
127127full translation into Russian is on its way.</ p >
128128
129+ < h3 > Patch 2.0.6 – 26 February 2023</ h3 >
130+
131+ < p > This is a patch release that fixes a few minor bugs and a broken feature.</ p >
132+ < p > When opening a document from the Novel Tree or Outline View, the Project Tree would receive
133+ focus even when it was hidden. This has been corrected and no focus change is made. The Project
134+ Tree now also receives focus automatically when a new Project Item is created.</ p >
135+ < p > The backlinks in the Reference Panel below the Document Viewer were no longer working. They have
136+ now been fixed. They were broken due to a change in the link format in 2.0.</ p >
137+
129138</ body >
130139</ html >
You can’t perform that action at this time.
0 commit comments