From ae3b14a17e8187e4cc218dd23594666edd6f2f57 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Sun, 12 May 2019 16:31:03 +0200 Subject: [PATCH] Updated changelog with latest PRs --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 886c9c00..d54a7532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # novelWriter ChangeLog -## Version 0.1 [2019-XX-XX] +## Not Released + +**User Interface** + +* Rewritten the spell check context menu. The previous implementation was adapted from a Qt4 example, but could be improved a great deal. It now also doesn't have the default context menu, and allows for adding words to personal word list. Spell checking can also be enabled and disabled from the menu, and re-run on a the current document. PRs #1 and #3 (V.K. Berglyd Olsen) + +**Test Suite** + +* Added a unit test framework based on `pytest`. This currently checks basic opening and saving of the main config file and the main project file. PR #2 (V.K. Berglyd Olsen) + +## Version 0.1 [2019-05-10] This is the initial release of a working version of novelWriter, but with very limited capabilities. So far, the following has been implemented: