diff options
-rw-r--r-- | .github/pull_request_template.md | 10 | ||||
-rw-r--r-- | CHANGELOG.md | 7 |
2 files changed, 9 insertions, 8 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 83e930c8..39dc2e60 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 <!--- Describe your changes in detail --> @@ -22,14 +22,10 @@ <!--- Put an `x` in the boxes that apply --> - [ ] 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 - +<!-- If this change unblocks further improvements or needs some changes down the line, note them here --> ## :camera_flash: Screenshots / GIFs <!--- Mandatory for UI changes --> -<!-- Uncomment the next line and replace it with links to your screenshots. --> -<!-- -<img src="https://placekitten.com/260/260" width="260"> <img src="https://placekitten.com/300/300" width="260"> ---> 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 |