diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-08-10 18:48:11 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 18:48:11 +0530 |
commit | e0350043d0cb95999335ac746154c2c3f3129616 (patch) | |
tree | 94056711ffc07ae04a412027ccc7537234838b4e /CHANGELOG.md | |
parent | 1c4ac91c6cd8440a1874390d4fd1f32953a2e8e3 (diff) |
Disable automatic copy on decrypt by default (#1006)
Fixes #476
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 128274c0..af559a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - Slightly reduce APK size - Always show the parent path in entries +- Passwords will no longer be copied to the clipboard by default ### Fixed |