diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-08-08 13:06:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-08 13:06:26 +0530 |
commit | 1738364d2fdb3c4069d55516ea623d49dcebfd48 (patch) | |
tree | 5dd397147b872ec62db00b935ca536216c50e6ae /CHANGELOG.md | |
parent | 1b54e679b7b6eaf2955c45d4223426650d197461 (diff) |
Make password generator parameter changes reactive (#1480)
* Make XkPassword generator reactive
* Handle empty strings
* Make password generator reactive
* Sync changelog for 1.13.5 release
* Add to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a756f1..bedec617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,11 +30,17 @@ All notable changes to this project will be documented in this file. - Using the `git://` protocol in the server URL now presents an explicit discouragement rather than a generic error - Encrypted data is no longer ASCII armored, bringing it in line with `pass` - Removed Bromite from supported Autofill browsers, since they [disable Android autofill](https://github.com/bromite/bromite/blob/master/FAQ.md#does-bromite-support-the-android-autofill-framework). +- Changing password generator parameters now automatically updates the password without needing to press the 'Generate' button again -## [1.13.4] - 2021-03-20 +## [1.13.5] - 2021-07-28 ### Fixed +- When prompted to select a GPG key during onboarding, the app would crash if the user did not make a selection in OpenKeychain +- Certain apps had incorrect Autofill hints which would crash the app + +## [1.13.4] - 2021-03-20 + - Fix support for ECDSA SSH keys and support AES-GCM - Fix a couple issues with Autofill @@ -448,7 +454,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.4...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.5...release-1.13 + +[1.13.5]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...v1.13.5 [1.13.4]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4 |