diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-13 03:05:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 03:05:03 +0530 |
commit | 197af98bb541b12eb24b1c0e3c8976763114e647 (patch) | |
tree | 5aa4bf986bb9c1e428a8060de19b58a97626cf67 /CHANGELOG.md | |
parent | 6206850eb298f554b7ce9a1cd9adb6a392ff1e54 (diff) |
Append trailing newline to `.gpg-id` during creation (#1344)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a1aed4f1..6b57588b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,17 +13,23 @@ All notable changes to this project will be documented in this file. ### Fixed -- Autofill now works much more reliably in Chrome 89 and later, including support for saving passwords if no accessibility service is enabled. - Pressing the back button in the navigation bar and the one in the toolbar behaved differently -- Editing a password allowed accidentally overwriting an existing one - App shortcuts would never update once the first 4 were set - 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 ### 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.3] - 2021-03-06 + +### Fixed + +- Autofill now works much more reliably in Chrome 89 and later, including support for saving passwords if no accessibility service is enabled. +- Editing a password allowed accidentally overwriting an existing one + ## [1.13.2] - 2020-12-21 ### Added @@ -427,7 +433,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.2...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...HEAD + +[1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3 [1.13.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.1...v1.13.2 |