Skip to content

Commit

Permalink
Release 2.3.1 (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo authored Mar 17, 2024
2 parents c254581 + 423bde0 commit cfcf05f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# novelWriter Changelog

## Version 2.3.1 [2024-03-17]

### Release Notes

This is a patch release that fixes several issues with translations into other languages than the
default English, and adds completed translations for French.

### Detailed Changelog

**Internationalisation**

* Fix untranslated text on the "Project Word List" dialog. PR #1744. Issue #1746.
* Fix untranslated text on the dialog that pops up after an upgrade, PR #1754. Issue #1749.
* Fix error in Norwegian translation. PR #1744.
* Allow the translated text for adding chapter and scenes on the Welcome dialog to flow around the
number selector since the number is inserted into the sentence, and not all languages will split
the sentence around the number like is done in English. PR #1754. Issue #1750.
* French translation updated by Albert Aribaud (@aaribaud). PR #1760.
* Minor updates to other translations for the 2.3.1 fixes by other contributors. PR #1760.

**Other Changes**

* Bump the revision of the project file format to 1.5 Revision 3 from Revision 2. This should have
been done in the 2.3 release due to the addition of the Templates root folder type. PR #1748.

----

## Version 2.3 [2024-03-10]

### Release Notes
Expand Down
6 changes: 3 additions & 3 deletions novelwriter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "[email protected]"
__version__ = "2.3"
__hexversion__ = "0x020300f0"
__date__ = "2024-03-10"
__version__ = "2.3.1"
__hexversion__ = "0x020301f0"
__date__ = "2024-03-17"
__status__ = "Stable"
__domain__ = "novelwriter.io"

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

0 comments on commit cfcf05f

Please sign in to comment.