diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-21 14:03:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 14:03:51 +0530 |
commit | db4683e0d60a31d87c41050445c00b0e48b77ae1 (patch) | |
tree | 5f6ec3f324483eac3872384102e13fbd368282e1 /CHANGELOG.md | |
parent | 74122ccbfcf5da436e2d127a05f4530b39b4f431 (diff) |
Inform users that GPG key selection is mandatory (#1355)
* Inform users that GPG key selection is mandatory
Fixes #1342
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* changelog: sync for 1.13.4 release
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* changelog: add GPG key selection improvements
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a90be91..6c1ed385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,12 +18,20 @@ All notable changes to this project will be documented in this file. - Clipboard history now attempts to flush through 35 times rather than 20 to combat increased clipboard history item count in Samsung devices - .gpg-id file generated by APS did not work with pass CLI - All but the latest launcher shortcut would have an empty icon +- When prompted to select a GPG key during onboarding, the app would crash if the user did not make a selection in OpenKeychain ### Changed - Accessibility autofill has been removed completely due to being buggy, insecure and lacking in features. Upgrade to Android 8 or preferably later to gain access to our advanced Autofill implementation. - The settings UI has been completely re-done to dramatically improve discoverability and navigation for users +## [1.13.4] - 2021-03-20 + +### Fixed + +- Fix support for ECDSA SSH keys and support AES-GCM +- Fix a couple issues with Autofill + ## [1.13.3] - 2021-03-06 ### Fixed @@ -434,7 +442,9 @@ 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.13.3...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...HEAD + +[1.13.4]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4 [1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3 |