Update changelog
This commit is contained in:
+26
-11
@@ -4,17 +4,8 @@
|
|||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
||||||
### Detailed Changelog
|
This is the first release candidate of 1.2. The release is intended for testing of new features.
|
||||||
|
Please take this into account when working on your live projects.
|
||||||
----
|
|
||||||
|
|
||||||
## Version 1.2 Beta 1 [2021-02-11]
|
|
||||||
|
|
||||||
### Release Notes
|
|
||||||
|
|
||||||
This release is a beta release of 1.2. The release is intended for testing of new features. There
|
|
||||||
is a higher risk of encountering bugs in a beta release than a final release, so be extra careful
|
|
||||||
with backups if used on active writing projects.
|
|
||||||
|
|
||||||
#### The Build Novel Project Tool
|
#### The Build Novel Project Tool
|
||||||
|
|
||||||
@@ -73,6 +64,9 @@ logs regardless of whether the status bar clock displays this information or not
|
|||||||
|
|
||||||
#### Other Changes
|
#### Other Changes
|
||||||
|
|
||||||
|
The user dictionary of the project, where words added to the dictionary from the document editor
|
||||||
|
go, can now be viewed and edited with a new "Project Word List" tool in the "Tools" menu.
|
||||||
|
|
||||||
A small additional feature added is also the ability to undo the last move of an item in the
|
A small additional feature added is also the ability to undo the last move of an item in the
|
||||||
project tree. The keyboard shortcut for this is `Ctrl+Shift+Z`, or it can be accessed from the
|
project tree. The keyboard shortcut for this is `Ctrl+Shift+Z`, or it can be accessed from the
|
||||||
menu. The feature can only undo the last move, but it includes both documents moved to trash, moves
|
menu. The feature can only undo the last move, but it includes both documents moved to trash, moves
|
||||||
@@ -82,6 +76,27 @@ Lastly, a new keyword has been added to mark characters in the story. The new ke
|
|||||||
to tag a character as the focus character for a chapter or scene. This is useful for stories where
|
to tag a character as the focus character for a chapter or scene. This is useful for stories where
|
||||||
the point-of-view character and the focus character are different.
|
the point-of-view character and the focus character are different.
|
||||||
|
|
||||||
|
_These Release Notes also include the changes from 1.2 Beta 1._
|
||||||
|
|
||||||
|
### Detailed Changelog
|
||||||
|
|
||||||
|
**New Features**
|
||||||
|
|
||||||
|
* Added a tool to edit the project's user dictionary. This is the dictionary where the "Add Word to
|
||||||
|
Dictionary" actions from the document editor go. The dialog tool allows for listing, removing and
|
||||||
|
adding words to this dictionary. Issue #665. PR #669.
|
||||||
|
|
||||||
|
**User Interface**
|
||||||
|
|
||||||
|
* Pressing the `F2` key when in the document editor will open the Item Editor for the open document
|
||||||
|
instead of the one selected in the project tree. PR #664.
|
||||||
|
* The shortcut for deleting an item in the project tree has been changed from `Ctrl+Del` to
|
||||||
|
`Ctrl+Shift+Del`. This change was also backported to version 1.1.1. Resolves #629. PR #664.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
## Version 1.2 Beta 1 [2021-02-11]
|
||||||
|
|
||||||
### Detailed Changelog
|
### Detailed Changelog
|
||||||
|
|
||||||
**New Features**
|
**New Features**
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<novelWriterXML appVersion="1.2b1" hexVersion="0x010200b1" fileVersion="1.2" timeStamp="2021-02-11 17:04:25">
|
<novelWriterXML appVersion="1.2rc1" hexVersion="0x010200c1" fileVersion="1.2" timeStamp="2021-02-20 17:08:19">
|
||||||
<project>
|
<project>
|
||||||
<name>Sample Project</name>
|
<name>Sample Project</name>
|
||||||
<title>Sample Project</title>
|
<title>Sample Project</title>
|
||||||
<author>Jane Smith</author>
|
<author>Jane Smith</author>
|
||||||
<author>Jay Doh</author>
|
<author>Jay Doh</author>
|
||||||
<saveCount>936</saveCount>
|
<saveCount>937</saveCount>
|
||||||
<autoCount>161</autoCount>
|
<autoCount>161</autoCount>
|
||||||
<editTime>46791</editTime>
|
<editTime>46797</editTime>
|
||||||
</project>
|
</project>
|
||||||
<settings>
|
<settings>
|
||||||
<doBackup>False</doBackup>
|
<doBackup>False</doBackup>
|
||||||
|
|||||||
Reference in New Issue
Block a user