diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-07-01 13:08:55 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-07-01 13:08:55 +0530 |
commit | f49d9c35e68faafe01f475f7a7525fbed31838db (patch) | |
tree | c4cc4d207f708807dfd2dbdb4581ba1be75b8d4d | |
parent | eaaa3eeea8d437abec9a70135080c2f5e03b205d (diff) | |
parent | 1a8e9ec1e4d215845fc5d2d808475e779ba44fe8 (diff) |
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>
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | app/build.gradle | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a10857c9..2f34dfa6 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/app/build.gradle b/app/build.gradle index eaef71c2..4489c0ba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,7 @@ android { defaultConfig { applicationId 'dev.msfjarvis.aps' - versionCode 10911 + versionCode 10921 versionName '1.10.0-SNAPSHOT' } |