This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.13.4] - 2021-03-20
8+
9+ - Fix support for ECDSA SSH keys and support AES-GCM
10+ - Fix a couple issues with Autofill
11+
712## [ 1.13.3] - 2021-03-06
813
914### Fixed
@@ -415,7 +420,9 @@ All notable changes to this project will be documented in this file.
415420
416421- Fix elements overlapping.
417422
418- [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...HEAD
423+ [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...HEAD
424+
425+ [ 1.13.4 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4
419426
420427[ 1.13.3 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3
421428
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
3535
3636 defaultConfig {
3737 applicationId = " dev.msfjarvis.aps"
38- versionCode = 1_13_30
39- versionName = " 1.13.3 "
38+ versionCode = 1_13_40
39+ versionName = " 1.13.4 "
4040 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
4141 }
4242
You can’t perform that action at this time.
0 commit comments