Update changelog with latest fix

This commit is contained in:
Veronica Berglyd Olsen
2024-07-26 00:22:58 +02:00
parent 5167608f7a
commit 93e7343fe9
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -1,12 +1,13 @@
# novelWriter Changelog
## Version 2.5.1 [2024-07-22]
## Version 2.5.1 [2024-07-28]
### 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.
issue when selecting to edit a tag or reference from the Tags and References panel as well as fixed
an issue with the Importance labels not being updated in the tabs for tags.
### Detailed Changelog
@@ -21,6 +22,8 @@ issue when selecting to edit a tag or reference from the Tags and References pan
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.
* Fixed an issue where Importance labels were not updated in the viewer panel's tags tabs when they
where changed in Project Settings. Issue #1992. PR #1993.
**Usability**
+1 -1
View File
@@ -49,7 +49,7 @@ __maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "2.5.1"
__hexversion__ = "0x020501f0"
__date__ = "2024-07-22"
__date__ = "2024-07-28"
__status__ = "Stable"
__domain__ = "novelwriter.io"