Bumped version for release 1.1.1

This commit is contained in:
Veronica K. B. Olsen
2021-02-13 12:54:16 +01:00
parent fe828a1c49
commit 3c72f195ba
4 changed files with 21 additions and 8 deletions
+8
View File
@@ -1,5 +1,13 @@
# novelWriter Changelog
## Version 1.1.1 [2021-02-21]
### Release Notes
### Detailed Changelog
----
## Version 1.1 [2021-02-07]
### Release Notes
+2 -2
View File
@@ -25,9 +25,9 @@ copyright = "20182021, Veronica Berglyd Olsen"
author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "1.1"
version = "1.1.1"
# The full version, including alpha/beta/rc tags
release = "1.1"
release = "1.1.1"
# -- General configuration ---------------------------------------------------
+3 -3
View File
@@ -62,9 +62,9 @@ __license__ = "GPLv3"
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "1.1"
__hexversion__ = "0x010100f0"
__date__ = "2021-02-07"
__version__ = "1.1.1"
__hexversion__ = "0x010101f0"
__date__ = "2021-02-21"
__status__ = "Stable"
__domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io"
+8 -3
View File
@@ -2,6 +2,14 @@
<html>
<body>
<h2>Release Notes for 1.1.1</h2>
<p><i>Released on 21 February 2021</i></p>
<p>TBD</p>
<p><i>See also the <a href="https://github.com/vkbo/novelWriter/releases">Releases</a> page.</i></p>
<hr/>
<h2>Release Notes for 1.1</h2>
<p><i>Released on 7 February 2021</i></p>
<p>The main change in this release is the addition of a new tab to the project tree on the left
@@ -25,8 +33,5 @@ clearer categories and hopefully better help text. Some new options have been ad
syntax highlighting of multi-paragraph quotes. The highlighter can now optionally accept quotes to
be left "hanging", that is, no closing quote in the same paragraph.</p>
<p><i>The full changelog is available
<a href="https://github.com/vkbo/novelWriter/blob/main/CHANGELOG.md">here</a>.</i></p>
</body>
</html>