diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-26 21:03:08 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 21:03:08 +0530 |
commit | 3f20678d799e15e21d1b7f013bc3672270f0d20f (patch) | |
tree | 5aff526f3352637f4c1af4b53eb4f2dace5719b6 /CHANGELOG.md | |
parent | 373a46f73a51bda3900b895f72fba5ca619e5884 (diff) |
autofill-parser: remove Bromite from supported browsers (#1423)
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 8e58de6a..de026371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file. - The settings UI has been completely re-done to dramatically improve discoverability and navigation for users - Using the `git://` protocol in the server URL now presents an explicit discouragement rather than a generic error - Encrypted data is no longer ASCII armored, bringing it in line with `pass` +- Removed Bromite from supported Autofill browsers, since they [disable Android autofill](https://github.com/bromite/bromite/blob/master/FAQ.md#does-bromite-support-the-android-autofill-framework). ## [1.13.4] - 2021-03-20 |