Bump version and update changelog

This commit is contained in:
Veronica Berglyd Olsen
2024-05-18 15:19:30 +02:00
parent d1ae7f5fe2
commit de12b22c97
3 changed files with 29 additions and 5 deletions
+24
View File
@@ -1,5 +1,29 @@
# novelWriter Changelog
## Version 2.4.2 [2024-05-18]
### Release Notes
This is a patch release that fixes two minor font issues and updates the Dutch and Chinese
translations.
### Detailed Changelog
**Bugfixes**
* Change the preview widget in the Manuscript Build tool to use the document font only for the
document itself, not the yellow heading stating the age of the previewed text. PR #1863.
* Fixes the syntax highlighter so that it is re-initialised when the document editor is
re-initialised, so that changes to document font size regenerates the heading font sizes as well.
Issue #1865. PR #1866.
**Internationalisation**
* Dutch translation updated by Martijn van der Kleijn (@mvdkleijn). PR #1872.
* Chinese translation updated by @longqzh. PR #1872.
----
## Version 2.4.1 [2024-05-06]
### Release Notes
+3 -3
View File
@@ -47,9 +47,9 @@ __license__ = "GPLv3"
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "2.4.1"
__hexversion__ = "0x020401f0"
__date__ = "2024-05-06"
__version__ = "2.4.2"
__hexversion__ = "0x020402f0"
__date__ = "2024-05-18"
__status__ = "Stable"
__domain__ = "novelwriter.io"
+2 -2
View File
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<novelWriterXML appVersion="2.4.1" hexVersion="0x020401f0" fileVersion="1.5" fileRevision="3" timeStamp="2024-05-06 21:40:06">
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1702" autoCount="264" editTime="83392">
<novelWriterXML appVersion="2.4.2" hexVersion="0x020402f0" fileVersion="1.5" fileRevision="3" timeStamp="2024-05-18 15:19:25">
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1703" autoCount="264" editTime="83397">
<name>Sample Project</name>
<author>Jane Smith</author>
</project>