Release 2.2.1 (#1667)
This commit is contained in:
@@ -1,5 +1,28 @@
|
|||||||
# novelWriter Changelog
|
# novelWriter Changelog
|
||||||
|
|
||||||
|
## Version 2.2.1 [2024-01-27]
|
||||||
|
|
||||||
|
### Release Notes
|
||||||
|
|
||||||
|
This is a patch release that fixes an issue where the Project View would sometimes switch to the
|
||||||
|
Novel View when a new item was created. This patch also includes updated translations for German
|
||||||
|
and Chinese.
|
||||||
|
|
||||||
|
### Detailed Changelog
|
||||||
|
|
||||||
|
**Bugfixes**
|
||||||
|
|
||||||
|
* Fix a bug in the toggle for the tree view on the left would trigger each time a new project item
|
||||||
|
was created. Issue #1649. PR #1648.
|
||||||
|
* Fix an issue where multiple Manuscript and Writing Stats dialogs could be opened. PR #1671.
|
||||||
|
|
||||||
|
**Internationalisation**
|
||||||
|
|
||||||
|
* Updated German translation, by @HeyMyian. PR #1666.
|
||||||
|
* Updated Chinese translation, by @ruixuan658 and @longqzh. PR #1666.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
## Version 2.2 [2023-12-17]
|
## Version 2.2 [2023-12-17]
|
||||||
|
|
||||||
### 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.2"
|
__version__ = "2.2.1"
|
||||||
__hexversion__ = "0x020200f0"
|
__hexversion__ = "0x020201f0"
|
||||||
__date__ = "2023-12-17"
|
__date__ = "2024-01-27"
|
||||||
__status__ = "Stable"
|
__status__ = "Stable"
|
||||||
__domain__ = "novelwriter.io"
|
__domain__ = "novelwriter.io"
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
<h2>Release Notes for 2.2</h2>
|
<h2>Release Notes for 2.2</h2>
|
||||||
<p><i>Released on 17 December 2023</i></p>
|
<p><i>Released on 17 December 2023</i></p>
|
||||||
|
|
||||||
|
<p>Scroll down for <a href="#patch">Patch Notes</a></p>
|
||||||
|
|
||||||
<p>This release comes with a number of new features. These are some highlights.</p>
|
<p>This release comes with a number of new features. These are some highlights.</p>
|
||||||
<p>In addition to the common Markdown style formatting for bold, italic and strike through, a set
|
<p>In addition to the common Markdown style formatting for bold, italic and strike through, a set
|
||||||
of new shortcodes have been added. The shortcodes are far more flexible than the Markdown style
|
of new shortcodes have been added. The shortcodes are far more flexible than the Markdown style
|
||||||
@@ -46,5 +48,13 @@ had to be removed. It may be added back later.</p>
|
|||||||
|
|
||||||
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
|
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
|
||||||
|
|
||||||
|
<a name="patch"></a><h2>Patch Notes</h2>
|
||||||
|
|
||||||
|
<h3>Patch 2.2.1 – 27 January 2024</h3>
|
||||||
|
|
||||||
|
<p>This is a patch release that fixes an issue where the Project View would sometimes switch to the
|
||||||
|
Novel View when a new item was created. This patch also includes updated translations for German
|
||||||
|
and Chinese.</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+1
-1
@@ -870,8 +870,8 @@ def makeForLaunchpad(doSign=False, isFirst=False, isSnapshot=False):
|
|||||||
distLoop = [
|
distLoop = [
|
||||||
("20.04", "focal"),
|
("20.04", "focal"),
|
||||||
("22.04", "jammy"),
|
("22.04", "jammy"),
|
||||||
("23.04", "lunar"),
|
|
||||||
("23.10", "mantic"),
|
("23.10", "mantic"),
|
||||||
|
("24.04", "noble"),
|
||||||
]
|
]
|
||||||
|
|
||||||
tStamp = datetime.datetime.now().strftime("%Y%m%d~%H%M%S")
|
tStamp = datetime.datetime.now().strftime("%Y%m%d~%H%M%S")
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<novelWriterXML appVersion="2.2" hexVersion="0x020200f0" fileVersion="1.5" fileRevision="1" timeStamp="2023-12-13 12:31:51">
|
<novelWriterXML appVersion="2.2.1" hexVersion="0x020201f0" fileVersion="1.5" fileRevision="1" timeStamp="2024-01-25 23:44:37">
|
||||||
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1616" autoCount="255" editTime="81239">
|
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1618" autoCount="255" editTime="81255">
|
||||||
<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