Release 1.6.6 (#1210)
This commit is contained in:
+18
-1
@@ -1,10 +1,27 @@
|
|||||||
# novelWriter Changelog
|
# novelWriter Changelog
|
||||||
|
|
||||||
|
## Version 1.6.6 [2022-10-25]
|
||||||
|
|
||||||
|
### Release Notes
|
||||||
|
|
||||||
|
This is a bugfix release that fixes a minor issues with following tags in the editor. It is now
|
||||||
|
possible to also follow tags that contain spaces.
|
||||||
|
|
||||||
|
### Detailed Changelog
|
||||||
|
|
||||||
|
**Bugfixes**
|
||||||
|
|
||||||
|
* Fix a bug where only the word under the cursor would be looked up when the user tried to follow a
|
||||||
|
tag in the editor. The lookup function now uses the same parser for the `@`-line as the syntax
|
||||||
|
highlighter does, so they should behave consistently. Issue #1195. PR #1209.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
## Version 1.6.5 [2022-10-13]
|
## Version 1.6.5 [2022-10-13]
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
||||||
This is a bugfix release that fixes a a few minor issues. The idle time for new projects would be
|
This is a bugfix release that fixes a few minor issues. The idle time for new projects would be
|
||||||
artificially inflated as the clock was not reset when the project was first created. This only
|
artificially inflated as the clock was not reset when the project was first created. This only
|
||||||
affects the first entry in the writing statistics. A scaling issue for the Preferences dialog has
|
affects the first entry in the writing statistics. A scaling issue for the Preferences dialog has
|
||||||
also been fixed. It only affected screens with UI scaling enabled. Lastly, typing `Shift+Enter` in
|
also been fixed. It only affected screens with UI scaling enabled. Lastly, typing `Shift+Enter` in
|
||||||
|
|||||||
@@ -60,9 +60,9 @@ __license__ = "GPLv3"
|
|||||||
__author__ = "Veronica Berglyd Olsen"
|
__author__ = "Veronica Berglyd Olsen"
|
||||||
__maintainer__ = "Veronica Berglyd Olsen"
|
__maintainer__ = "Veronica Berglyd Olsen"
|
||||||
__email__ = "code@vkbo.net"
|
__email__ = "code@vkbo.net"
|
||||||
__version__ = "1.6.5"
|
__version__ = "1.6.6"
|
||||||
__hexversion__ = "0x010605f0"
|
__hexversion__ = "0x010606f0"
|
||||||
__date__ = "2022-10-13"
|
__date__ = "2022-10-25"
|
||||||
__status__ = "Stable"
|
__status__ = "Stable"
|
||||||
__domain__ = "novelwriter.io"
|
__domain__ = "novelwriter.io"
|
||||||
__url__ = "https://novelwriter.io"
|
__url__ = "https://novelwriter.io"
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ text cursor sometimes disappears when reaching the right-hand edge of the text e
|
|||||||
|
|
||||||
<h3>Patch 1.6.5 – 13 October 2022</h3>
|
<h3>Patch 1.6.5 – 13 October 2022</h3>
|
||||||
|
|
||||||
<p>This is a bugfix release that fixes a a few minor issues. The idle time for new projects would
|
<p>This is a bugfix release that fixes a few minor issues. The idle time for new projects would
|
||||||
be artificially inflated as the clock was not reset when the project was first created. This only
|
be artificially inflated as the clock was not reset when the project was first created. This only
|
||||||
affects the first entry in the writing statistics. A scaling issue for the Preferences dialog has
|
affects the first entry in the writing statistics. A scaling issue for the Preferences dialog has
|
||||||
also been fixed. It only affected screens with UI scaling enabled. Lastly, typing Shift+Enter in
|
also been fixed. It only affected screens with UI scaling enabled. Lastly, typing Shift+Enter in
|
||||||
@@ -80,5 +80,10 @@ the text editor now creates a regular line break instead of a special line separ
|
|||||||
separator serves no purpose in plain text, and was producing inconsistencies in how text is
|
separator serves no purpose in plain text, and was producing inconsistencies in how text is
|
||||||
processed and displayed.</p>
|
processed and displayed.</p>
|
||||||
|
|
||||||
|
<h3>Patch 1.6.6 – 25 October 2022</h3>
|
||||||
|
|
||||||
|
<p>This is a bugfix release that fixes a minor issues with following tags in the editor. It is now
|
||||||
|
possible to also follow tags that contain spaces.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<novelWriterXML appVersion="1.6.5" hexVersion="0x010605f0" fileVersion="1.3" timeStamp="2022-10-13 10:43:08">
|
<novelWriterXML appVersion="1.6.6" hexVersion="0x010606f0" fileVersion="1.3" timeStamp="2022-10-25 18:26:15">
|
||||||
<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>1306</saveCount>
|
<saveCount>1312</saveCount>
|
||||||
<autoCount>199</autoCount>
|
<autoCount>199</autoCount>
|
||||||
<editTime>65126</editTime>
|
<editTime>65207</editTime>
|
||||||
</project>
|
</project>
|
||||||
<settings>
|
<settings>
|
||||||
<doBackup>False</doBackup>
|
<doBackup>False</doBackup>
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
<charCount>2429</charCount>
|
<charCount>2429</charCount>
|
||||||
<wordCount>432</wordCount>
|
<wordCount>432</wordCount>
|
||||||
<paraCount>14</paraCount>
|
<paraCount>14</paraCount>
|
||||||
<cursorPos>219</cursorPos>
|
<cursorPos>62</cursorPos>
|
||||||
</item>
|
</item>
|
||||||
<item handle="bc0cbd2a407f3" order="2" parent="e7ded148d6e4a">
|
<item handle="bc0cbd2a407f3" order="2" parent="e7ded148d6e4a">
|
||||||
<name>Another Scene</name>
|
<name>Another Scene</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user