File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ android {
28
28
applicationId " ${ packageName} "
29
29
minSdkVersion 21
30
30
targetSdkVersion 35
31
- versionCode 74
32
- versionName " 3.3.1 "
31
+ versionCode 75
32
+ versionName " 3.3.2 "
33
33
multiDexEnabled true
34
34
buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
35
35
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 3.3.2</ h3 >
35
+ < h4 > New</ h4 >
36
+ < ul >
37
+ < li > Find entries by searching in multiple fields simultaneously</ li >
38
+ </ ul >
39
+ < h4 > Fixes</ h4 >
40
+ < ul >
41
+ < li > Entries would not actually be added to the Aegis vault in some cases when importing from Google Authenticator export QR codes</ li >
42
+ < li > The lock button was sometimes shown for unencrypted vaults</ li >
43
+ < li > The sort category menu item did not always reflect the current sorting</ li >
44
+ < li > The next code was not always easy to read because its color had low contrast with the background</ li >
45
+ < li > Entry selection was not cancelled when changing the group filter</ li >
46
+ </ ul >
34
47
< h3 > Version 3.3.1</ h3 >
35
48
< h4 > Fixes</ h4 >
36
49
< ul >
You can’t perform that action at this time.
0 commit comments