Merge remote-tracking branch 'origin/release' into release-catchup
* origin/release: Bump version Prepare release 1.9.2 update changelog Workaround to prevent crash on first run (#898) build: bump version Prepare release 1.9.1 Backport Actions fixes (#894) Remove API 30 from pull request test matrix (#879) CHANGELOG: reword to better clarify fixes Prevent cached passwords from being wiped (#884) Use remembered credential even if it is empty (#880) Reset SSH passphrase after SSH key import (#885) Add relnotes for #871 (#872) Add org.gnu.icecat as a trusted multi-origin browser (#871) Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
commit
f49d9c35e6
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -15,6 +15,12 @@ All notable changes to this project will be documented in this file.
|
|||
- Initial support for detecting and filling OTP fields with Autofill
|
||||
- Importing TOTP secrets using QR codes
|
||||
|
||||
## [1.9.2] - 2020-06-30
|
||||
|
||||
### Fixed
|
||||
|
||||
- App crashes upon launching the app for the first time
|
||||
|
||||
## [1.9.1] - 2020-06-28
|
||||
|
||||
### Fixed
|
||||
|
@ -220,7 +226,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.1...HEAD
|
||||
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.2...HEAD
|
||||
|
||||
[1.9.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.1...1.9.2
|
||||
|
||||
[1.9.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.0...1.9.1
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId 'dev.msfjarvis.aps'
|
||||
versionCode 10911
|
||||
versionCode 10921
|
||||
versionName '1.10.0-SNAPSHOT'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue