Bump version to 1.2.2 and update changelog

This commit is contained in:
Veronica K. B. Olsen
2021-03-27 15:38:48 +01:00
parent 2f269c3e17
commit cb0591fe5f
3 changed files with 32 additions and 5 deletions
+27
View File
@@ -1,5 +1,32 @@
# novelWriter Changelog
## Version 1.2.2 [2021-03-28]
### Release Notes
### Detailed Changelog
**Bugfixes**
* The way Focus Mode worked when activated through the menu and through the document header button
were inconsistent. The header button would deactivate the edit, search and close buttons, while
the menu entry would not. These two methods now call the same set of functions to ensure the
behaviour is consistent. PR #717.
* Closing the document while in Focus Mode now ends Focus Mode. Previously, the editor would be
left stuck in Focus Mode with no way to exit. PR #717.
**User Interface**
* The keyboard shortcuts for the search and replace tool now also work in Focus Mode. Previously,
the menu entries and their shortcuts were deactivated in this mode. Issue #716. PR #717.
**Installation**
* The setup script command do build minimal install archive files now also generate SHA 256 file
sum files. PR #724.
----
## Version 1.2.1 [2021-03-21]
### 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.2.1"
version = "1.2.2"
# The full version, including alpha/beta/rc tags
release = "1.2.1"
release = "1.2.2"
# -- 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.2.1"
__hexversion__ = "0x010201f0"
__date__ = "2021-03-21"
__version__ = "1.2.2"
__hexversion__ = "0x010202f0"
__date__ = "2021-03-28"
__status__ = "Stable"
__domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io"