diff --git a/CHANGELOG.md b/CHANGELOG.md index ecad190f..404f7cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,18 @@ * The document viewer has a new custom context menu with Copy, Select All, Select Word and Select Paragraph with identical functionality and look to the context menu entries in the document editor. PR #439. * The document view panel now has a back navigation and forward navigation history of 20 documents. The navigation is activated by two buttons in the header, menu entries and keyboard shortcuts in the `View` menu, and by navigation buttons on the mouse. Issue #441, PR #442. * Clicking on a document in the project tree with the middle mouse button will now open the document in the document viewer. PR #443. +* Added an edit and a search button to the top left corner of the document editor, in the header. The edit button opens the edit item dialog for the open document, and the search button toggles the search box for the document. PR #445. +* Added show/hide comment and synopsis buttons to the bottom right corner of the document viewer, in the footer. These toggle on and off the rendering of these elements in the viewed document. The corresponding settings in Preferences have been removed. PR #445. **Feature Improvements** * The document split tool now asks for permission before generating the documents. This adds a final confirmation before generating a lot of new documents that it can be tedious to clean up if the action was activated by mistake. PR #436. * Both split and merge tools now preserve the document status or importance value from the source item. Previously, it would be reset to the default value. PR #436. +**Test Suite** + +* Improved test coverage. PR #446. + ## Version 1.0 Beta 1 [2020-08-30]