Update changelog with latest fix
This commit is contained in:
+5
-2
@@ -1,12 +1,13 @@
|
|||||||
# novelWriter Changelog
|
# novelWriter Changelog
|
||||||
|
|
||||||
## Version 2.5.1 [2024-07-22]
|
## Version 2.5.1 [2024-07-28]
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
||||||
This is a patch release that fixes an issue with the lock file being left in the project when the
|
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
|
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
|
### 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.
|
entries. Issue #1985. PR #1986.
|
||||||
* The narrator break and dialog symbol Preference text boxes will now be cleared if the settings is
|
* The narrator break and dialog symbol Preference text boxes will now be cleared if the settings is
|
||||||
a white space. PR #1986.
|
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**
|
**Usability**
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ __maintainer__ = "Veronica Berglyd Olsen"
|
|||||||
__email__ = "code@vkbo.net"
|
__email__ = "code@vkbo.net"
|
||||||
__version__ = "2.5.1"
|
__version__ = "2.5.1"
|
||||||
__hexversion__ = "0x020501f0"
|
__hexversion__ = "0x020501f0"
|
||||||
__date__ = "2024-07-22"
|
__date__ = "2024-07-28"
|
||||||
__status__ = "Stable"
|
__status__ = "Stable"
|
||||||
__domain__ = "novelwriter.io"
|
__domain__ = "novelwriter.io"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user