diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-08-10 18:11:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 18:11:16 +0530 |
commit | 1c4ac91c6cd8440a1874390d4fd1f32953a2e8e3 (patch) | |
tree | aaa3a8ea9d0bb350f39f01f586666e228a24d220 /CHANGELOG.md | |
parent | 3dace243e4b0fe1378e2d81c46fb70cb236e6ae5 (diff) |
Prompt user to install OpenKeychain when missing (#1005)
* Prompt user to install OpenKeychain when missing
Fixes #996
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Update changelog
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b6bebf..128274c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file. - Allow creating nested directories directly - I keep saying this but for real: error message for wrong SSH/HTTPS password is properly fixed now +- Fix crash when OpenKeychain is not installed ## [1.10.3] - 2020-07-30 |