Skip to content

Commit cfcf05f

Browse files
authored
Release 2.3.1 (#1762)
2 parents c254581 + 423bde0 commit cfcf05f

File tree

3 files changed

+32
-5
lines changed

3 files changed

+32
-5
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# novelWriter Changelog
22

3+
## Version 2.3.1 [2024-03-17]
4+
5+
### Release Notes
6+
7+
This is a patch release that fixes several issues with translations into other languages than the
8+
default English, and adds completed translations for French.
9+
10+
### Detailed Changelog
11+
12+
**Internationalisation**
13+
14+
* Fix untranslated text on the "Project Word List" dialog. PR #1744. Issue #1746.
15+
* Fix untranslated text on the dialog that pops up after an upgrade, PR #1754. Issue #1749.
16+
* Fix error in Norwegian translation. PR #1744.
17+
* Allow the translated text for adding chapter and scenes on the Welcome dialog to flow around the
18+
number selector since the number is inserted into the sentence, and not all languages will split
19+
the sentence around the number like is done in English. PR #1754. Issue #1750.
20+
* French translation updated by Albert Aribaud (@aaribaud). PR #1760.
21+
* Minor updates to other translations for the 2.3.1 fixes by other contributors. PR #1760.
22+
23+
**Other Changes**
24+
25+
* Bump the revision of the project file format to 1.5 Revision 3 from Revision 2. This should have
26+
been done in the 2.3 release due to the addition of the Templates root folder type. PR #1748.
27+
28+
----
29+
330
## Version 2.3 [2024-03-10]
431

532
### Release Notes

novelwriter/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
__author__ = "Veronica Berglyd Olsen"
4343
__maintainer__ = "Veronica Berglyd Olsen"
4444
__email__ = "[email protected]"
45-
__version__ = "2.3"
46-
__hexversion__ = "0x020300f0"
47-
__date__ = "2024-03-10"
45+
__version__ = "2.3.1"
46+
__hexversion__ = "0x020301f0"
47+
__date__ = "2024-03-17"
4848
__status__ = "Stable"
4949
__domain__ = "novelwriter.io"
5050

sample/nwProject.nwx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<novelWriterXML appVersion="2.3" hexVersion="0x020300f0" fileVersion="1.5" fileRevision="3" timeStamp="2024-03-11 11:09:12">
3-
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1685" autoCount="263" editTime="82782">
2+
<novelWriterXML appVersion="2.3.1" hexVersion="0x020301f0" fileVersion="1.5" fileRevision="3" timeStamp="2024-03-17 11:00:14">
3+
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1686" autoCount="263" editTime="82785">
44
<name>Sample Project</name>
55
<author>Jane Smith</author>
66
</project>

0 commit comments

Comments
 (0)