Updated changelog
This commit is contained in:
+4
-3
@@ -14,9 +14,10 @@
|
|||||||
or moved, the other will follow and update. Issues #541 and #185, PR #538.
|
or moved, the other will follow and update. Issues #541 and #185, PR #538.
|
||||||
* Added a Project Details dialog that lists project details (moved from Project Settings' Details
|
* Added a Project Details dialog that lists project details (moved from Project Settings' Details
|
||||||
Tab) and a Table of Contents tab where details on chapter level is displayed. This table also
|
Tab) and a Table of Contents tab where details on chapter level is displayed. This table also
|
||||||
shows an estimated page count and estimated page location of each chapter. Issue #528, PR #555.
|
shows an estimated page count and estimated page location of each chapter. Issue #528, PRs #555
|
||||||
* Added three buttins below the project tree view that connects to Project Details, Writing
|
and #598.
|
||||||
Statistics, and Project Settings. PR #555.
|
* Added three buttons below the project tree that connects to Project Details, Writing Statistics,
|
||||||
|
and Project Settings. PR #555.
|
||||||
* Added support for multi-paragraph quote (dialogue) highlighting. This feature is optional, and
|
* Added support for multi-paragraph quote (dialogue) highlighting. This feature is optional, and
|
||||||
can be enabled/disabled in Preferences. Issue #546, PR #577.
|
can be enabled/disabled in Preferences. Issue #546, PR #577.
|
||||||
* The settings and tabs in the Preferences dialog have been re-arranged into more tabs with less
|
* The settings and tabs in the Preferences dialog have been re-arranged into more tabs with less
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<novelWriterXML appVersion="1.1a0" hexVersion="0x010100a0" fileVersion="1.2" timeStamp="2021-01-24 14:52:13">
|
<novelWriterXML appVersion="1.1rc1" hexVersion="0x010100c1" fileVersion="1.2" timeStamp="2021-01-25 11:24:09">
|
||||||
<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>831</saveCount>
|
<saveCount>871</saveCount>
|
||||||
<autoCount>153</autoCount>
|
<autoCount>157</autoCount>
|
||||||
<editTime>39587</editTime>
|
<editTime>41694</editTime>
|
||||||
</project>
|
</project>
|
||||||
<settings>
|
<settings>
|
||||||
<doBackup>False</doBackup>
|
<doBackup>False</doBackup>
|
||||||
|
|||||||
Reference in New Issue
Block a user