Update changelog and release notes

This commit is contained in:
Veronica K. B. Olsen
2021-03-21 17:08:51 +01:00
parent 99555f7dd0
commit 88d69f6fd4
3 changed files with 27 additions and 5 deletions
+12
View File
@@ -4,6 +4,11 @@
### Release Notes
This patch release is a bug fix release addressing issues with the document editor's search and
replace tool. Due to some recently added restrictions on when various tools are active, depending
on which part of the main window has the user's focus, the search tool keyboard shortcuts and
buttons were blocked when they shouldn't. This release resolves these issues.
### Detailed Changelog
**Bugfixes**
@@ -13,6 +18,13 @@
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.
**Documentation**
* Improve the instructions for setup on Linux when manually installing using the `setup.py` script.
Previously, the documentation wasn't very clear on the difference between a user space install
and a system wide install. Neither did it explain how to install `setuptools` if the package is
missing. Issue #714. PR #715.
----
## Version 1.2 [2021-03-14]