mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
Update changelog and pull request template (#842)
This commit is contained in:
parent
2fa03e3fa0
commit
7569d40270
10
.github/pull_request_template.md
vendored
10
.github/pull_request_template.md
vendored
|
@ -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">
|
||||
-->
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue