Skip to content

Commit 0eb1194

Browse files
committed
Release v3.3.2
1 parent 170f626 commit 0eb1194

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
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 35
31-
versionCode 74
32-
versionName "3.3.1"
31+
versionCode 75
32+
versionName "3.3.2"
3333
multiDexEnabled true
3434
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3535
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@
3131
</head>
3232
<body>
3333
<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>
3447
<h3>Version 3.3.1</h3>
3548
<h4>Fixes</h4>
3649
<ul>

0 commit comments

Comments
 (0)