diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-05-28 22:42:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 22:42:13 +0530 |
commit | e7463ec24c929860f0a7311b558f496919d54d20 (patch) | |
tree | eb460f7e49e1a71acaceaec305e511bb4c0a9d45 /CHANGELOG.md | |
parent | ffcbabc2f4ef9766271be5335cec1869fe634646 (diff) |
Remove HOTP/TOTP support (#806)
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 224885ae..041eb8e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ### Changed +- **BREAKING**: Remove support for HOTP/TOTP secrets - Please use FIDO keys or a dedicated app like [Aegis](https://github.com/beemdevelopment/Aegis) or [andOTP](https://github.com/andOTP/andOTP). - Reduce Autofill false positives on username fields by removing "name" from list of heuristic terms - Reduced app size - Improve IME experience with server config screen |