diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 83e930c8f..39dc2e601 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ - [ ] New feature - [ ] Enhancement - [ ] Refactoring - +- [ ] Dependency updates ## :scroll: Description @@ -22,14 +22,10 @@ - [ ] I formatted the code with the IDE's reformat action (Ctrl + Shift + L/Cmd + Shift + L) - [ ] I reviewed submitted code - +- [ ] I added a [CHANGELOG](CHANGELOG.md) entry if applicable ## :crystal_ball: Next steps - + ## :camera_flash: Screenshots / GIFs - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 88cf637bd..4c787b111 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