diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3f4257..d52fc0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index 12bc825c..f7d8978a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,9 +25,9 @@ copyright = "2018–2021, 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 --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index 37954bc6..f3464613 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -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" diff --git a/nw/assets/text/release_notes.htm b/nw/assets/text/release_notes.htm index 92506344..b215e736 100644 --- a/nw/assets/text/release_notes.htm +++ b/nw/assets/text/release_notes.htm @@ -2,6 +2,14 @@
+Released on 21 February 2021
+TBD
+ +See also the Releases page.
+ +Released on 7 February 2021
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.
-The full changelog is available -here.
-