Updated changelog with changes so far for beta 2

This commit is contained in:
Veronica K. B. Olsen
2020-09-06 14:58:47 +02:00
parent 4d603aecf3
commit f32ec659bf
+18
View File
@@ -1,5 +1,23 @@
# novelWriter ChangeLog
## Version 1.0 Beta 2 [2020-09-13]
**Bugfixes**
* If the horizontal scroll bar appeared at the bottom of the document editor or viewer, for instance if a long, un-wrapable line was entered, the scroll bar would sit on top of the document footer. The footer bar now properly moves out of the way when the horizontal scroll bar appears. Issue #433, PR #434.
**New Features**
* It is now possible to set a different spell check language for a project than the one set in the main Preferences. It is only possible to select a different language, not a different spell check tool. The setting is managed in the first tab of the Project Settings dialog. Issue #368, PR #437.
* The document editor now has the Cut/Copy/Paste options in the main context menu. In addition, Select All, Select Word, and Select Paragraph has been added to the menu. The latter two will select the word or paragraph under the mouse pointer, not the cursor as the main menu entries do. Issue #438, PR #439.
* 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.
**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.
## Version 1.0 Beta 1 [2020-08-30]
**Bugfixes**