Release 2.3.1 (#1762)
This commit is contained in:
@@ -1,5 +1,32 @@
|
|||||||
# novelWriter Changelog
|
# 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]
|
## Version 2.3 [2024-03-10]
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|||||||
@@ -42,9 +42,9 @@ __license__ = "GPLv3"
|
|||||||
__author__ = "Veronica Berglyd Olsen"
|
__author__ = "Veronica Berglyd Olsen"
|
||||||
__maintainer__ = "Veronica Berglyd Olsen"
|
__maintainer__ = "Veronica Berglyd Olsen"
|
||||||
__email__ = "code@vkbo.net"
|
__email__ = "code@vkbo.net"
|
||||||
__version__ = "2.3"
|
__version__ = "2.3.1"
|
||||||
__hexversion__ = "0x020300f0"
|
__hexversion__ = "0x020301f0"
|
||||||
__date__ = "2024-03-10"
|
__date__ = "2024-03-17"
|
||||||
__status__ = "Stable"
|
__status__ = "Stable"
|
||||||
__domain__ = "novelwriter.io"
|
__domain__ = "novelwriter.io"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?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">
|
<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="1685" autoCount="263" editTime="82782">
|
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1686" autoCount="263" editTime="82785">
|
||||||
<name>Sample Project</name>
|
<name>Sample Project</name>
|
||||||
<author>Jane Smith</author>
|
<author>Jane Smith</author>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user