Skip to content

Commit b008721

Browse files
committed
Update changelog and change release date
1 parent bcd1e7e commit b008721

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# novelWriter Changelog
22

3-
## Version 2.2.1 [2024-01-28]
3+
## Version 2.2.1 [2024-01-27]
44

55
### Release Notes
66

@@ -14,6 +14,7 @@ and Chinese.
1414

1515
* Fix a bug in the toggle for the tree view on the left would trigger each time a new project item
1616
was created. Issue #1649. PR #1648.
17+
* Fix an issue where multiple Manuscript and Writing Stats dialogs could be opened. PR #1671.
1718

1819
**Internationalisation**
1920

novelwriter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
__email__ = "[email protected]"
4545
__version__ = "2.2.1"
4646
__hexversion__ = "0x020201f0"
47-
__date__ = "2024-01-28"
47+
__date__ = "2024-01-27"
4848
__status__ = "Stable"
4949
__domain__ = "novelwriter.io"
5050

novelwriter/assets/text/release_notes.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2>Release Notes for 2.2</h2>
5050

5151
<a name="patch"></a><h2>Patch Notes</h2>
5252

53-
<h3>Patch 2.2.1 &ndash; 28 January 2024</h3>
53+
<h3>Patch 2.2.1 &ndash; 27 January 2024</h3>
5454

5555
<p>This is a patch release that fixes an issue where the Project View would sometimes switch to the
5656
Novel View when a new item was created. This patch also includes updated translations for German

0 commit comments

Comments
 (0)