File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ android {
20
20
applicationId " com.beemdevelopment.aegis"
21
21
minSdkVersion 21
22
22
targetSdkVersion 29
23
- versionCode 36
24
- versionName " 1.2 "
23
+ versionCode 37
24
+ versionName " 1.3-beta1 "
25
25
multiDexEnabled true
26
26
buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
27
27
buildConfigField " String" , " GIT_BRANCH" , " \" ${ getGitBranch()} \" "
Original file line number Diff line number Diff line change 31
31
</ head >
32
32
< body >
33
33
< div > </ div >
34
+ < h3 > Version 1.3</ h3 >
35
+ < h4 > New</ h4 >
36
+ < ul >
37
+ < li > Completely rewritten intro/onboarding</ li >
38
+ < li > Option to show a PIN keyboard when unlocking Aegis</ li >
39
+ < li > A password strength meter when setting up encryption (based on zxcvbn)</ li >
40
+ < li > RTL support</ li >
41
+ < li > Arabic and Portuguese translations</ li >
42
+ < li > Updates to existing translations</ li >
43
+ </ ul >
44
+ < h4 > Fixes</ h4 >
45
+ < ul >
46
+ < li > Better lifecycle handling of the biometric authentication prompt</ li >
47
+ < li > The filename of exported vaults had a double .json extension</ li >
48
+ < li > The navigation bar color was incorrect on devices pre API 27</ li >
49
+ < li > QR code scanner performance and stability improvements</ li >
50
+ < li > Various other small usability and stability improvements</ li >
51
+ </ ul >
34
52
< h3 > Version 1.2.1</ h3 >
35
53
< h4 > Fixes</ h4 >
36
54
< ul >
You can’t perform that action at this time.
0 commit comments