File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
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 34
31
- versionCode 69
32
- versionName " 3.1.1-beta1 "
31
+ versionCode 70
32
+ versionName " 3.1.1"
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.1.1-beta1</ h3 >
34
+ < h3 > Version 3.1.1</ h3 >
35
+ < h4 > Fixes</ h4 >
35
36
< p >
36
37
A recent Android Pixel update introduced a bug causing Aegis to sometimes show a black screen after unlocking the vault.
37
38
We have reported this issue to the Google Issue Tracker (< a href ="https://issuetracker.google.com/issues/352963108 "> link</ a > ) and
38
- are awaiting a response from Google. In the meantime, we have implemented a workaround to eliminates this bug.
39
+ are awaiting a response from Google. In the meantime, we have implemented a workaround that eliminates this bug.
39
40
</ p >
41
+ < ul >
42
+ < li > Group filter now gets applied properly upon unlocking the vault</ li >
43
+ < li > Advanced entry settings now gets shown correctly</ li >
44
+ < li > Keyboard when searching for entries now gets hidden when the user starts scrolling through the list</ li >
45
+ </ ul >
40
46
< h3 > Version 3.1</ h3 >
41
47
< h4 > New</ h4 >
42
48
< ul >
You can’t perform that action at this time.
0 commit comments