diff options
author | Fabian Meumertzheim <fabian@meumertzhe.im> | 2021-03-04 08:10:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 07:10:21 +0000 |
commit | 6206850eb298f554b7ce9a1cd9adb6a392ff1e54 (patch) | |
tree | 2a4873edbea8ac18b8119e33845d650a0ccb62c7 /CHANGELOG.md | |
parent | 64fbd2ed44827224a1c3159c5d8c46e9984b6a78 (diff) |
Mark Chrome as reliably fillable and saveable (#1338)
* Mark Chrome as reliably fillable and saveable
* Mention Autofill improvements in CHANGELOG
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 80166c65..a1aed4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. ### Fixed +- Autofill now works much more reliably in Chrome 89 and later, including support for saving passwords if no accessibility service is enabled. - Pressing the back button in the navigation bar and the one in the toolbar behaved differently - Editing a password allowed accidentally overwriting an existing one - App shortcuts would never update once the first 4 were set |