Sync with release branch (#896)
This commit is contained in:
parent
a3eaefa50d
commit
56c301dc7c
2 changed files with 10 additions and 3 deletions
11
CHANGELOG.md
11
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
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId 'dev.msfjarvis.aps'
|
||||
versionCode 10901
|
||||
versionCode 10911
|
||||
versionName '1.10.0-SNAPSHOT'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue