Skip to content

Commit 5979503

Browse files
authored
Release 2.2.1 (#1667)
2 parents d455cb7 + b008721 commit 5979503

File tree

5 files changed

+39
-6
lines changed

5 files changed

+39
-6
lines changed

CHANGELOG.md

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

3+
## Version 2.2.1 [2024-01-27]
4+
5+
### Release Notes
6+
7+
This is a patch release that fixes an issue where the Project View would sometimes switch to the
8+
Novel View when a new item was created. This patch also includes updated translations for German
9+
and Chinese.
10+
11+
### Detailed Changelog
12+
13+
**Bugfixes**
14+
15+
* Fix a bug in the toggle for the tree view on the left would trigger each time a new project item
16+
was created. Issue #1649. PR #1648.
17+
* Fix an issue where multiple Manuscript and Writing Stats dialogs could be opened. PR #1671.
18+
19+
**Internationalisation**
20+
21+
* Updated German translation, by @HeyMyian. PR #1666.
22+
* Updated Chinese translation, by @ruixuan658 and @longqzh. PR #1666.
23+
24+
----
25+
326
## Version 2.2 [2023-12-17]
427

528
### 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.2"
46-
__hexversion__ = "0x020200f0"
47-
__date__ = "2023-12-17"
45+
__version__ = "2.2.1"
46+
__hexversion__ = "0x020201f0"
47+
__date__ = "2024-01-27"
4848
__status__ = "Stable"
4949
__domain__ = "novelwriter.io"
5050

novelwriter/assets/text/release_notes.htm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<h2>Release Notes for 2.2</h2>
66
<p><i>Released on 17 December 2023</i></p>
77

8+
<p>Scroll down for <a href="#patch">Patch Notes</a></p>
9+
810
<p>This release comes with a number of new features. These are some highlights.</p>
911
<p>In addition to the common Markdown style formatting for bold, italic and strike through, a set
1012
of new shortcodes have been added. The shortcodes are far more flexible than the Markdown style
@@ -46,5 +48,13 @@ <h2>Release Notes for 2.2</h2>
4648

4749
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
4850

51+
<a name="patch"></a><h2>Patch Notes</h2>
52+
53+
<h3>Patch 2.2.1 &ndash; 27 January 2024</h3>
54+
55+
<p>This is a patch release that fixes an issue where the Project View would sometimes switch to the
56+
Novel View when a new item was created. This patch also includes updated translations for German
57+
and Chinese.</p>
58+
4959
</body>
5060
</html>

pkgutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,8 +870,8 @@ def makeForLaunchpad(doSign=False, isFirst=False, isSnapshot=False):
870870
distLoop = [
871871
("20.04", "focal"),
872872
("22.04", "jammy"),
873-
("23.04", "lunar"),
874873
("23.10", "mantic"),
874+
("24.04", "noble"),
875875
]
876876

877877
tStamp = datetime.datetime.now().strftime("%Y%m%d~%H%M%S")

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.2" hexVersion="0x020200f0" fileVersion="1.5" fileRevision="1" timeStamp="2023-12-13 12:31:51">
3-
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1616" autoCount="255" editTime="81239">
2+
<novelWriterXML appVersion="2.2.1" hexVersion="0x020201f0" fileVersion="1.5" fileRevision="1" timeStamp="2024-01-25 23:44:37">
3+
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1618" autoCount="255" editTime="81255">
44
<name>Sample Project</name>
55
<title>Sample Project</title>
66
<author>Jane Smith</author>

0 commit comments

Comments
 (0)