diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-04-13 00:31:25 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 00:31:25 +0530 |
commit | 4f20c49abb500c6b74558119675314a6210c4221 (patch) | |
tree | 95b850b4a299e83bd21ab386b7069c892f9acb60 /CHANGELOG.md | |
parent | f21b6426af0182691d9df697768cdcf16a368652 (diff) |
Request WRITE_EXTERNAL_STORAGE for external password repository (#698)
* PasswordStore: request WRITE_EXTERNAL_STORAGE permission instead
We wish to be able to write to our password store directory as well.
Fixes #697
Fixes #365
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Reword changelog entry
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 14cfa052..2308cce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Text input box theming +- Password repository held in non-hidden storage no longer fails ## [1.6.0] - 2020-03-20 |