From adc17272dcf09785633d3bf6c1b028dafa6579c4 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Tue, 19 Jan 2021 20:17:15 +0100 Subject: [PATCH] Updated changelog with latest changes --- CHANGELOG.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1162cdf..9a02b966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ ### Detailed Changelog +**Installation** + +* The dependency list was missing in the setup configuration for PyPi due to a bug in the + `setup.cfg` file. The dependencies have been moved to a different section where the setup tool + now picks them up properly. Issue #570, PR #573 by @stranger-danger-zamu. + **Bug Fixes** * Fixed an issue with note files being moved between a non-novel root folder and a novel root @@ -13,14 +19,20 @@ duplicate entries for such a file. PR #558. * Fixed a cosmetic issue where the meta data panel below the project tree was not cleared when the project was closed. PR #559. -* Fixed an issue where the main window title was not cleared when a project was closed, and the new - title not set when a new project was first created. Issue #560, PR #561. +* Fixed an issue where the main window title would not be cleared when a project was closed, and + the new title not set when a new project was first created. Issue #560, PR #561. +* The editor context menu option to "Add Word to Dictionary" should also be visible when there are + no spell checker suggestions. The entry was erroneously added under an if-condition that excluded + it in those cases. Issue #574, PR #575. **Documentation** * Fixed some typos and spelling mistakes in the documentation, and reworded parts of the text that - were unclear. The technical page has also been extended with more information of project folder + were unclear. The technical page has also been extended with more information on project folder structure. PR #557. +* Clarify install instructions, and remove the duplicate instructions in the README file and + replace them with a brief section. The full instructions are in the documentation. Issues #566 + and #570, PR #576. ----