diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-05-01 16:32:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 16:32:58 +0530 |
commit | ced8bcca01dc2545edc3ef17e0cd44922dd97e61 (patch) | |
tree | 9836972e9f3333216308018906d6916fa57f02c6 /CHANGELOG.md | |
parent | 9696af4024e2b74c5a893883631fa70b97aaf4ee (diff) |
Confirm password move if it will replace an existing one (#757)
* Confirm password move if it will replace an existing one
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* CHANGELOG: update
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 315c5ff0..4b8603df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added +- Allow user to abort password move when it is replacing an existing file + ## [1.7.2] - 2020-04-29 ### Added @@ -126,7 +129,8 @@ All notable changes to this project will be documented in this file. - Fix elements overlapping. -[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2...HEAD +[1.7.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2 [1.7.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1 [1.7.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0 [1.6.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.5.0..v1.6.0 |