Update changelog and release notes
This commit is contained in:
+24
-6
@@ -4,12 +4,17 @@
|
|||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
||||||
This is a patch release that fixes a number of minor bugs and usability issues. The Project Details
|
This is a patch release that fixes a number of minor bugs and usability issues.
|
||||||
dialog now properly updates when another project is opened, and the "Total editing time" value has
|
|
||||||
a less ambiguous time format. The editor no longer inserts blank lines if block formats are applied
|
The Project Details dialog now properly updates when another project is opened, and the "Total
|
||||||
to an empty line. The optional last column in the Novel Tree will now show all items of the
|
editing time" value has a less ambiguous time format. The editor no longer inserts blank lines if
|
||||||
selected type, not only the first, and the column size can be adjusted from the same menu where the
|
block formats are applied to an empty line. The optional last column in the Novel Tree will now
|
||||||
column content is selected.
|
show all items of the selected type, not only the first, and the column size can be adjusted from
|
||||||
|
the same menu where the column content is selected. The Open Document build output has been updated
|
||||||
|
to ODF 1.3 extended format, and passes validation.
|
||||||
|
|
||||||
|
An Italian translation has been added, and Russian is currently available for project builds. A
|
||||||
|
full translation into Russian is on its way.
|
||||||
|
|
||||||
### Detailed Changelog
|
### Detailed Changelog
|
||||||
|
|
||||||
@@ -21,6 +26,8 @@ column content is selected.
|
|||||||
previously missing though. Issue #1336. PR #1339.
|
previously missing though. Issue #1336. PR #1339.
|
||||||
* Add a check to the data storage class that a path exists before it is returned to other classes
|
* Add a check to the data storage class that a path exists before it is returned to other classes
|
||||||
that uses them for file I/O. Issue #1317. PR #1342.
|
that uses them for file I/O. Issue #1317. PR #1342.
|
||||||
|
* Fixed some issues with the Open Document build format as the produced document wasn't compliant
|
||||||
|
with the standard. It is now compliant with ODF 1.3 extended format. Issue #1359. PR #1360.
|
||||||
|
|
||||||
**Usability Fixes**
|
**Usability Fixes**
|
||||||
|
|
||||||
@@ -33,6 +40,17 @@ column content is selected.
|
|||||||
* The optional third column in the Novel Tree now shows all references for the selected category
|
* The optional third column in the Novel Tree now shows all references for the selected category
|
||||||
instead of just the first one. The maximum width of the column can also be selected from the
|
instead of just the first one. The maximum width of the column can also be selected from the
|
||||||
Novel Tree config menu. Issue #1351. PR #1355.
|
Novel Tree config menu. Issue #1351. PR #1355.
|
||||||
|
* The Open Document produced by the build tool now has the necessary title and author meta data set
|
||||||
|
so that it can be used in LibreOffice. Other meta data has also been added. Issue #1359.
|
||||||
|
PR #1360.
|
||||||
|
|
||||||
|
**Internationalisation**
|
||||||
|
|
||||||
|
* Existing translations for US English, Norwegian, Brazilian Portuguese, Latin American Spanish,
|
||||||
|
and German have been updated. French and Dutch are partially updated. PR #1341.
|
||||||
|
* Russian project variables have been added. Full translation is forthcoming. Contributed by
|
||||||
|
Aleksey (@SKYnv). PR #1341.
|
||||||
|
* A complete Italian translation has been added. Contributed by Riccardo Mangili. PR #1341.
|
||||||
|
|
||||||
**Packaging**
|
**Packaging**
|
||||||
|
|
||||||
|
|||||||
@@ -114,5 +114,17 @@ dialog box, replacing the Credits section on the main About tab.</p>
|
|||||||
<p>This is a patch release that fixes a bug where novelWriter would crash if PyQt5 version 5.15.8
|
<p>This is a patch release that fixes a bug where novelWriter would crash if PyQt5 version 5.15.8
|
||||||
was installed and imported.</p>
|
was installed and imported.</p>
|
||||||
|
|
||||||
|
<h3>Patch 2.0.5 – 12 February 2023</h3>
|
||||||
|
|
||||||
|
<p>This is a patch release that fixes a number of minor bugs and usability issues.</p>
|
||||||
|
<p>The Project Details dialog now properly updates when another project is opened, and the "Total
|
||||||
|
editing time" value has a less ambiguous time format. The editor no longer inserts blank lines if
|
||||||
|
block formats are applied to an empty line. The optional last column in the Novel Tree will now
|
||||||
|
show all items of the selected type, not only the first, and the column size can be adjusted from
|
||||||
|
the same menu where the column content is selected. The Open Document build output has been updated
|
||||||
|
to ODF 1.3 extended format, and passes validation.</p>
|
||||||
|
<p>An Italian translation has been added, and Russian is currently available for project builds. A
|
||||||
|
full translation into Russian is on its way.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<novelWriterXML appVersion="2.0.5" hexVersion="0x020005f0" fileVersion="1.5" timeStamp="2023-02-10 21:49:53">
|
<novelWriterXML appVersion="2.0.5" hexVersion="0x020005f0" fileVersion="1.5" timeStamp="2023-02-12 16:02:30">
|
||||||
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1470" autoCount="237" editTime="74416">
|
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1471" autoCount="237" editTime="74437">
|
||||||
<name>Sample Project</name>
|
<name>Sample Project</name>
|
||||||
<title>Sample Project</title>
|
<title>Sample Project</title>
|
||||||
<author>Jane Smith</author>
|
<author>Jane Smith</author>
|
||||||
|
|||||||
Reference in New Issue
Block a user