mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 22:35:17 +00:00
Sync with release branch (#896)
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -6,10 +6,15 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Fixed
|
### 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
|
- Folder names that were very long did not look right
|
||||||
- Error message for wrong SSH/HTTPS password now looks cleaner
|
- 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
|
### Added
|
||||||
|
|
||||||
- Add GNU IceCatMobile to the list of supported browsers for Autofill
|
- 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.
|
- 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
|
[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 {
|
defaultConfig {
|
||||||
applicationId 'dev.msfjarvis.aps'
|
applicationId 'dev.msfjarvis.aps'
|
||||||
versionCode 10901
|
versionCode 10911
|
||||||
versionName '1.10.0-SNAPSHOT'
|
versionName '1.10.0-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user