Changed release date and updated release notes

This commit is contained in:
Veronica K. B. Olsen
2021-01-19 20:56:29 +01:00
parent adc17272dc
commit 447966e3b8
4 changed files with 20 additions and 8 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
# novelWriter Change Log # novelWriter Change Log
## Version 1.0.2 [2021-01-24] ## Version 1.0.2 [2021-01-19]
### Release Notes ### Release Notes
This patch release fixes a few minor cosmetic issues, a minor issue with the indexer, and a bug
when adding words to the user's own spell check dictionary. Additionally, the documentation has
been updated based on user feedback, and some install issues resolved.
### Detailed Changelog ### Detailed Changelog
**Installation** **Installation**
+1 -1
View File
@@ -65,7 +65,7 @@ __maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net" __email__ = "code@vkbo.net"
__version__ = "1.0.2" __version__ = "1.0.2"
__hexversion__ = "0x010002f0" __hexversion__ = "0x010002f0"
__date__ = "2021-01-24" __date__ = "2021-01-19"
__status__ = "Stable" __status__ = "Stable"
__domain__ = "novelwriter.io" __domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io" __url__ = "https://novelwriter.io"
+11 -3
View File
@@ -2,6 +2,17 @@
<html> <html>
<body> <body>
<h2>Release Notes for 1.0.2</h2>
<p><i>Released on 19 January 2021</i></p>
<p>This patch release fixes a few minor cosmetic issues, a minor issue with the indexer, and a bug
when adding words to the user's own spell check dictionary. Additionally, the documentation has
been updated based on user feedback, and some install issues resolved.</p>
<p><i>The full changelog is available
<a href="https://github.com/vkbo/novelWriter/blob/main/CHANGELOG.md">here</a>.</i></p>
<hr/>
<h2>Release Notes for 1.0.1</h2> <h2>Release Notes for 1.0.1</h2>
<p><i>Released on 10 January 2021</i></p> <p><i>Released on 10 January 2021</i></p>
<p>This release is mainly to bring the documentation up to date, as I forgot to update the install <p>This release is mainly to bring the documentation up to date, as I forgot to update the install
@@ -13,9 +24,6 @@ issues with the document and project changed icons on the status bar have also b
indicators were previously set to changed status even if no actual change had been made to the indicators were previously set to changed status even if no actual change had been made to the
project.</p> project.</p>
<p><i>The full changelog is available
<a href="https://github.com/vkbo/novelWriter/blob/main/CHANGELOG.md">here</a>.</i></p>
<hr/> <hr/>
<h2>Release Notes for 1.0</h2> <h2>Release Notes for 1.0</h2>
+3 -3
View File
@@ -1,13 +1,13 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<novelWriterXML appVersion="1.0.1" hexVersion="0x010001f0" fileVersion="1.2" timeStamp="2021-01-07 22:31:29"> <novelWriterXML appVersion="1.0.2" hexVersion="0x010002f0" fileVersion="1.2" timeStamp="2021-01-19 20:55:33">
<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>824</saveCount> <saveCount>826</saveCount>
<autoCount>153</autoCount> <autoCount>153</autoCount>
<editTime>39478</editTime> <editTime>39506</editTime>
</project> </project>
<settings> <settings>
<doBackup>False</doBackup> <doBackup>False</doBackup>