Update changelog and change release date
This commit is contained in:
+7
-1
@@ -1,15 +1,20 @@
|
||||
# novelWriter ChangeLog
|
||||
|
||||
## Version 1.0 Release Candidate 1 [2020-11-01]
|
||||
## Version 1.0 Release Candidate 1 [2020-11-08]
|
||||
|
||||
**Installation**
|
||||
|
||||
* A new setup option `setup.py xdg-install` will install the desktop integration (icons, mime and launcher) using the OS' `xdg-utils`. This is a more standardised way of installing these elements, and replaces the previous `launcher` option. PR #484.
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
* The Details Panel below the Outline Tree View was not cleared when a project was closed, and whatever was listed there was still present if a new project was opened. The panel is now reset when a project is closed. Issue #490, PR #491.
|
||||
|
||||
**User Interface**
|
||||
|
||||
* The Typewriter Mode feature has been improved to keep the cursor stationary at any point in the document as long as the cursor is at a user-defined minimum distance from the top of the editor window. The mouse, arrow and page keys do not trigger a reposition. The new behaviour is similar to that of the Gutenberg editor in WordPress. PR #482.
|
||||
* The document editor and viewer are now properly updated when the user switches syntax theme. There is no longer a need to restart novelWriter first to apply the changes. PR #487.
|
||||
* Some minor GUI changes include: don't run the background word counter when there is no document open, make the split panels of the Build Novel Project tool non-collapsible, and set the initial column widths of tree views to more sensible values. PR #489.
|
||||
|
||||
**Other Changes**
|
||||
|
||||
@@ -19,6 +24,7 @@
|
||||
**Code Improvements**
|
||||
|
||||
* There has been some clean-up of comments and docstrings, as well as optimisation and merging of a few functions that were implemented in multiple places. PR #485.
|
||||
* Move some of the constants defined in various other classes into the appropriate constants classes, and make all constants upper case variables. PR #489.
|
||||
|
||||
|
||||
## Version 1.0 Beta 5 [2020-10-18]
|
||||
|
||||
+1
-1
@@ -63,7 +63,7 @@ __copyright__ = "Copyright 2018–2020, Veronica Berglyd Olsen"
|
||||
__license__ = "GPLv3"
|
||||
__version__ = "1.0rc1"
|
||||
__hexversion__ = "0x010000c1"
|
||||
__date__ = "2020-11-01"
|
||||
__date__ = "2020-11-08"
|
||||
__maintainer__ = "Veronica Berglyd Olsen"
|
||||
__email__ = "code@vkbo.net"
|
||||
__status__ = "Beta"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<novelWriterXML appVersion="1.0b5" hexVersion="0x010000b5" fileVersion="1.2" timeStamp="2020-10-24 18:57:05">
|
||||
<novelWriterXML appVersion="1.0rc1" hexVersion="0x010000c1" fileVersion="1.2" timeStamp="2020-11-01 17:13:13">
|
||||
<project>
|
||||
<name>Sample Project</name>
|
||||
<title>Sample Project</title>
|
||||
<author>Jane Smith</author>
|
||||
<author>Jay Doh</author>
|
||||
<saveCount>766</saveCount>
|
||||
<autoCount>148</autoCount>
|
||||
<editTime>37687</editTime>
|
||||
<saveCount>793</saveCount>
|
||||
<autoCount>151</autoCount>
|
||||
<editTime>38598</editTime>
|
||||
</project>
|
||||
<settings>
|
||||
<doBackup>False</doBackup>
|
||||
@@ -120,7 +120,7 @@
|
||||
<charCount>1811</charCount>
|
||||
<wordCount>318</wordCount>
|
||||
<paraCount>8</paraCount>
|
||||
<cursorPos>1332</cursorPos>
|
||||
<cursorPos>219</cursorPos>
|
||||
</item>
|
||||
<item handle="bc0cbd2a407f3" order="2" parent="e7ded148d6e4a">
|
||||
<name>Another Scene</name>
|
||||
|
||||
Reference in New Issue
Block a user