diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-07-07 17:02:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 20:32:57 +0530 |
commit | d192ab2d9a6f45fb23e3d3f709c144ce1be3a850 (patch) | |
tree | 7e946de1f3e15db63be9c184d74b49d610c49d09 /CHANGELOG.md | |
parent | 5d170249cdd0050349f40d3a5852a8ba996663bc (diff) |
Work around Chrome Autofill issue (#921)
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 d83343e1..1ee49497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. - Fix authentication failure with usernames that contain the `@` character - Text input boxes were illegible on dark theme - Top-level password names had inconsistent top margin making them look askew +- Autofill can now be made more reliable in Chrome by enabling an accessibility service that works around known Chrome limitations ### Added |