This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree 2 files changed +10
-3
lines changed
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.
4
4
5
5
## [ Unreleased]
6
6
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
+
7
12
## [ 1.13.3] - 2021-03-06
8
13
9
14
### Fixed
@@ -415,7 +420,9 @@ All notable changes to this project will be documented in this file.
415
420
416
421
- Fix elements overlapping.
417
422
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
419
426
420
427
[ 1.13.3 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3
421
428
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
35
35
36
36
defaultConfig {
37
37
applicationId = " dev.msfjarvis.aps"
38
- versionCode = 1_13_30
39
- versionName = " 1.13.3 "
38
+ versionCode = 1_13_40
39
+ versionName = " 1.13.4 "
40
40
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments