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 {
2828 applicationId " ${ packageName} "
2929 minSdkVersion 21
3030 targetSdkVersion 34
31- versionCode 69
32- versionName " 3.1.1-beta1 "
31+ versionCode 70
32+ versionName " 3.1.1"
3333 multiDexEnabled true
3434 buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
3535 buildConfigField " String" , " GIT_BRANCH" , " \" ${ getGitBranch()} \" "
Original file line number Diff line number Diff line change 3131 </ head >
3232 < body >
3333 < div > </ div >
34- < h3 > Version 3.1.1-beta1</ h3 >
34+ < h3 > Version 3.1.1</ h3 >
35+ < h4 > Fixes</ h4 >
3536 < p >
3637 A recent Android Pixel update introduced a bug causing Aegis to sometimes show a black screen after unlocking the vault.
3738 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.
3940 </ 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 >
4046 < h3 > Version 3.1</ h3 >
4147 < h4 > New</ h4 >
4248 < ul >
You can’t perform that action at this time.
0 commit comments