Bump version and update changelog for patch 1.2.1
This commit is contained in:
@@ -1,5 +1,20 @@
|
|||||||
# novelWriter Changelog
|
# novelWriter Changelog
|
||||||
|
|
||||||
|
## Version 1.2.1 [2021-03-21]
|
||||||
|
|
||||||
|
### Release Notes
|
||||||
|
|
||||||
|
### Detailed Changelog
|
||||||
|
|
||||||
|
**Bugfixes**
|
||||||
|
|
||||||
|
* Fixed an issue with the search bar where the button and shortcut actions would be blocked unless
|
||||||
|
the document itself had focus. This focus check was added for all the text altering functions,
|
||||||
|
but should not affect search and replace. The search and replace actions now bypass the regular
|
||||||
|
action pipeline with the focus check. Issue #708. PR #709.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
## Version 1.2 [2021-03-14]
|
## Version 1.2 [2021-03-14]
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|||||||
+2
-2
@@ -25,9 +25,9 @@ copyright = "2018–2021, Veronica Berglyd Olsen"
|
|||||||
author = "Veronica Berglyd Olsen"
|
author = "Veronica Berglyd Olsen"
|
||||||
|
|
||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = "1.2"
|
version = "1.2.1"
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = "1.2"
|
release = "1.2.1"
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|||||||
+3
-3
@@ -62,9 +62,9 @@ __license__ = "GPLv3"
|
|||||||
__author__ = "Veronica Berglyd Olsen"
|
__author__ = "Veronica Berglyd Olsen"
|
||||||
__maintainer__ = "Veronica Berglyd Olsen"
|
__maintainer__ = "Veronica Berglyd Olsen"
|
||||||
__email__ = "code@vkbo.net"
|
__email__ = "code@vkbo.net"
|
||||||
__version__ = "1.2"
|
__version__ = "1.2.1"
|
||||||
__hexversion__ = "0x010200f0"
|
__hexversion__ = "0x010201f0"
|
||||||
__date__ = "2021-03-14"
|
__date__ = "2021-03-21"
|
||||||
__status__ = "Stable"
|
__status__ = "Stable"
|
||||||
__domain__ = "novelwriter.io"
|
__domain__ = "novelwriter.io"
|
||||||
__url__ = "https://novelwriter.io"
|
__url__ = "https://novelwriter.io"
|
||||||
|
|||||||
Reference in New Issue
Block a user