Bump version to 2.5.1 and update changelog

This commit is contained in:
Veronica Berglyd Olsen
2024-07-21 20:05:54 +02:00
parent 5936e1a68b
commit 66237c35ea
3 changed files with 35 additions and 6 deletions
+29
View File
@@ -1,5 +1,34 @@
# novelWriter Changelog
## Version 2.5.1 [2024-07-22]
### Release Notes
This is a patch release that fixes an issue with the lock file being left in the project when the
project open is cancelled, a few issues with custom input boxes in Preferences, and a usability
issue when selecting to edit a tag or reference from the Tags and References panel.
### Detailed Changelog
**Bugfixes**
* Fixes an issue where the project lock file was created before certain checks where the user could
cancel the project open process, leaving a lock file in the project folder behind. Issue #1977.
PR #1978.
* Fixes an issue where the user could add spaces to the pad before and after Preference settings,
which would pad every space entered into the text. The Preferences settings no longer accept any
white spaces in these boxes (they are removed on save) and also strips duplicate character
entries. Issue #1985. PR #1986.
* The narrator break and dialog symbol Preference text boxes will now be cleared if the settings is
a white space. PR #1986.
**Usability**
* When selecting to edit a tag or reference from the panel below the Document Viewer, the editor
now scrolls to the relevant heading as it does in the viewer. Issue #1983. PR #1987.
----
## Version 2.5 [2024-07-10]
### Release Notes