diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-06-09 13:50:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 19:20:25 +0530 |
commit | 7569d4027081d27a6e3d975c14cfc9bdcd879257 (patch) | |
tree | b4ea1e92afef85b77bd9a6d91c9b0922f007a2eb /CHANGELOG.md | |
parent | 2fa03e3fa0bab743e65a8e5964ed510758b4a908 (diff) |
Update changelog and pull request template (#842)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 88cf637b..4c787b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Fixed +- 'Draw over other apps' permission dialog opens when attempting to use Oreo Autofill + ### Added - Completely revamped decypted password view +- 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. ### 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). +- **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 |