diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a02b966..8a875128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # novelWriter Change Log -## Version 1.0.2 [2021-01-24] +## Version 1.0.2 [2021-01-19] ### 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 **Installation** diff --git a/nw/__init__.py b/nw/__init__.py index f0d09ff3..02438d68 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -65,7 +65,7 @@ __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" __version__ = "1.0.2" __hexversion__ = "0x010002f0" -__date__ = "2021-01-24" +__date__ = "2021-01-19" __status__ = "Stable" __domain__ = "novelwriter.io" __url__ = "https://novelwriter.io" diff --git a/nw/assets/text/release_notes.htm b/nw/assets/text/release_notes.htm index f1a9bfaa..cdee0872 100644 --- a/nw/assets/text/release_notes.htm +++ b/nw/assets/text/release_notes.htm @@ -2,6 +2,17 @@
+Released on 19 January 2021
+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.
+ +The full changelog is available +here.
+ +Released on 10 January 2021
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 project.
-The full changelog is available -here.
-