Skip to content

Commit

Permalink
Release 2.2.1 (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo authored Jan 27, 2024
2 parents d455cb7 + b008721 commit 5979503
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 6 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# 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]

### Release Notes
Expand Down
6 changes: 3 additions & 3 deletions novelwriter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "2.2"
__hexversion__ = "0x020200f0"
__date__ = "2023-12-17"
__version__ = "2.2.1"
__hexversion__ = "0x020201f0"
__date__ = "2024-01-27"
__status__ = "Stable"
__domain__ = "novelwriter.io"

Expand Down
10 changes: 10 additions & 0 deletions novelwriter/assets/text/release_notes.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<h2>Release Notes for 2.2</h2>
<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>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
Expand Down Expand Up @@ -46,5 +48,13 @@ <h2>Release Notes for 2.2</h2>

<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 &ndash; 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>
</html>
2 changes: 1 addition & 1 deletion pkgutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,8 @@ def makeForLaunchpad(doSign=False, isFirst=False, isSnapshot=False):
distLoop = [
("20.04", "focal"),
("22.04", "jammy"),
("23.04", "lunar"),
("23.10", "mantic"),
("24.04", "noble"),
]

tStamp = datetime.datetime.now().strftime("%Y%m%d~%H%M%S")
Expand Down
4 changes: 2 additions & 2 deletions sample/nwProject.nwx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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">
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="1616" autoCount="255" editTime="81239">
<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="1618" autoCount="255" editTime="81255">
<name>Sample Project</name>
<title>Sample Project</title>
<author>Jane Smith</author>
Expand Down

0 comments on commit 5979503

Please sign in to comment.