From 805161ff71b71a0b883dabe2841791ac507b35a4 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:14:15 +0100 Subject: [PATCH] Fixed typos and grammar in the changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e91682d..5ded7660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,17 @@ **User Interface** -* The Typewriter Mode feature has been improved to keep the cursor stationary at any point in the document as long as the cursor at a user-defined minimum distance from the3 top. The arrow and page keys do not trigger a reposition. The new behaviour is similar to that of the Gutenberg editor in WordPress. PR #482. +* The Typewriter Mode feature has been improved to keep the cursor stationary at any point in the document as long as the cursor is at a user-defined minimum distance from the top of the editor window. The mouse, arrow and page keys do not trigger a reposition. The new behaviour is similar to that of the Gutenberg editor in WordPress. PR #482. * The document editor and viewer are now properly updated when the user switches syntax theme. There is no longer a need to restart novelWriter first to apply the changes. PR #487. **Other Changes** * The index cache file `meta/tagsIndex.json` now has line breaks and indents. This makes it easier to version control if the user really wants to track this file. PR #483. -* The format of the meta data at the top of document files has been changed to both be easier to parse, and easier to extend with new settings, but also more human readable in cases where the user opens the file in the project folder with other software. PR #486. +* The format of the meta data at the top of document files has been changed to be easier to parse, and easier to extend with new settings. It is also more human readable in cases where the user opens a document file with other software. PR #486. **Code Improvements** -* Sime clean-up of comments and docstrings, as well as optimising and merging a few functions that were implemented in multiple places. PR #485. +* There has been some clean-up of comments and docstrings, as well as optimisation and merging of a few functions that were implemented in multiple places. PR #485. ## Version 1.0 Beta 5 [2020-10-18]