Updated changelog
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
* The language indicator in the status bar now has a tooltip stating what tool and spell check dictionary provider is being used. PR #462.
|
||||
* All representations of integers, mostly word counts, are now presented in the same way. They should all use a thousand separator representation defined by the localised settings. PR #464.
|
||||
* Many parts of the GUI have had a spin/wait cursor added for processes that may take a while and will block the GUI in the meantime. PRs #460, #463 and #464.
|
||||
* A line counter has been added to the footer of the document editor next to the word counter. It makes it easier to compare the position in the document when also accessing it in an external editor. PR #466.
|
||||
|
||||
**Improvements for macOS**
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<novelWriterXML appVersion="1.0b3" hexVersion="0x010000b3" fileVersion="1.2" timeStamp="2020-09-19 23:16:35">
|
||||
<novelWriterXML appVersion="1.0b4" hexVersion="0x010000b4" fileVersion="1.2" timeStamp="2020-10-11 15:12:57">
|
||||
<project>
|
||||
<name>Sample Project</name>
|
||||
<title>Sample Project</title>
|
||||
<author>Jane Smith</author>
|
||||
<author>Jay Doh</author>
|
||||
<saveCount>744</saveCount>
|
||||
<autoCount>144</autoCount>
|
||||
<editTime>36162</editTime>
|
||||
<saveCount>765</saveCount>
|
||||
<autoCount>148</autoCount>
|
||||
<editTime>37663</editTime>
|
||||
</project>
|
||||
<settings>
|
||||
<doBackup>False</doBackup>
|
||||
@@ -120,7 +120,7 @@
|
||||
<charCount>1811</charCount>
|
||||
<wordCount>318</wordCount>
|
||||
<paraCount>8</paraCount>
|
||||
<cursorPos>1880</cursorPos>
|
||||
<cursorPos>1332</cursorPos>
|
||||
</item>
|
||||
<item handle="bc0cbd2a407f3" order="2" parent="e7ded148d6e4a">
|
||||
<name>Another Scene</name>
|
||||
|
||||
Reference in New Issue
Block a user