Skip to content

Commit 8960fff

Browse files
Release v3.1.1
1 parent 2050d29 commit 8960fff

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()}\""

app/src/main/assets/changelog.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,18 @@
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>

0 commit comments

Comments
 (0)