diff options
author | Diogenes Molinares <amolinares19@gmail.com> | 2020-06-14 11:31:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-14 15:01:43 +0530 |
commit | faff735a087241d0166e39ef2e39fd3f43305fa9 (patch) | |
tree | 3b74cc72107c63d0d4b2b7a73b69668ac1992bd3 /CHANGELOG.md | |
parent | cd72d15b328cce62d0a6162533bd868222824f75 (diff) |
Properly support password renaming (#852)
Co-authored-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 0bbe354f..8e7a8b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. - Add support for better, more secure Keyex's and MACs with a brand new SSH backend - Allow manually marking domains for subdomain-level association. This will allow you to keep separate passwords for `site1.example.com` and `site2.example.com` and have them show as such in Autofill. - Provide better messages for OpenKeychain errors +- Rename passwords ### 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) |