diff --git a/CHANGELOG.md b/CHANGELOG.md index 00cd8fe9..ac00b543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index 4c1869bf..f40caddb 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -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"