diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-05-31 13:42:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 10:12:31 +0200 |
commit | 5a34f444c22687d791d9694b6fef2c630a4a3d0f (patch) | |
tree | c164984f695e8b19fd97b2fdbd40b3765a11f56a /CHANGELOG.md | |
parent | 523f2afc5389ab0bf69792d6f823a32e86f92512 (diff) |
Completely revamp decrypted password screen (#817)
* Completely revamp decrypted password screen
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* update changelog
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Fabian Henneke <FabianHenneke@users.noreply.github.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 041eb8e2..88cf637b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added +- Completely revamped decypted password view + ### 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 |