Skip to content

Commit 81a26cc

Browse files
committed
Release v3.3.3
1 parent 1fb36b0 commit 81a26cc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId "${packageName}"
2929
minSdkVersion 21
3030
targetSdkVersion 35
31-
versionCode 75
32-
versionName "3.3.2"
31+
versionCode 76
32+
versionName "3.3.3"
3333
multiDexEnabled true
3434
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3535
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 3.3.3</h3>
35+
<h4>Fixes</h4>
36+
<ul>
37+
<li>Some users ran into out of memory conditions due to large icons in their vault file. We've introduced a temporary measure that should help in most cases, but we'll follow up with a more comprehensive fix soon.</li>
38+
<li>Window insets were not always applied correctly, causing parts of the UI to appear off-screen</li>
39+
<li>The 2FAS importer did not tolerate spaces for secrets and was not always able to extract the issuer</li>
40+
</ul>
3441
<h3>Version 3.3.2</h3>
3542
<h4>New</h4>
3643
<ul>

0 commit comments

Comments
 (0)