summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-06-28 22:36:20 +0530
committerGitHub <noreply@github.com>2020-06-28 22:36:20 +0530
commit56c301dc7c5353d7f7021e04441104cfe42c063f (patch)
tree56cf4db3852657634ba1d76ad24fdf912fe52926
parenta3eaefa50dc87f208a11e077697f0f4f50674fa0 (diff)
Sync with release branch (#896)
-rw-r--r--CHANGELOG.md11
-rw-r--r--app/build.gradle2
2 files changed, 10 insertions, 3 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
diff --git a/app/build.gradle b/app/build.gradle
index 0b0b707a..cff5b193 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -25,7 +25,7 @@ android {
defaultConfig {
applicationId 'dev.msfjarvis.aps'
- versionCode 10901
+ versionCode 10911
versionName '1.10.0-SNAPSHOT'
}