From 1738364d2fdb3c4069d55516ea623d49dcebfd48 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 8 Aug 2021 13:06:26 +0530 Subject: 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 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3