diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 08544acb..59fe0722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,15 @@ All notable changes to this project will be documented in this file. ### Fixed -- Remember passphrase option did not work with keys that had empty passphrases and were generated before 2019 - Folder names that were very long did not look right - Error message for wrong SSH/HTTPS password now looks cleaner +## [1.9.1] - 2020-06-28 + +### Fixed + +- Remember passphrase option did not work with old-style keys (generated either before 2019 or by passing `-m PEM` to new versions of OpenSSH) + ### Added - Add GNU IceCatMobile to the list of supported browsers for Autofill @@ -209,7 +214,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/1.9.0...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.1...HEAD + +[1.9.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.0...1.9.1 [1.9.0]: https://github.com/android-password-store/Android-Password-Store/compare/1.8.1...1.9.0 |