Bump version and update changelog and release notes

This commit is contained in:
Veronica Berglyd Olsen
2024-01-25 23:45:02 +01:00
parent 2772c9bf0b
commit 5abb8d566a
4 changed files with 37 additions and 5 deletions
+3 -3
View File
@@ -42,9 +42,9 @@ __license__ = "GPLv3"
__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-28"
__status__ = "Stable"
__domain__ = "novelwriter.io"
+10
View File
@@ -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
@@ -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>
<a name="patch"></a><h2>Patch Notes</h2>
<h3>Patch 2.2.1 &ndash; 28 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>