Bump version and update changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user