Skip to content

Commit 8562faf

Browse files
committed
Release v2.1-beta1
1 parent 708a5f4 commit 8562faf

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId "${packageName}"
2828
minSdkVersion 21
2929
targetSdkVersion 33
30-
versionCode 51
31-
versionName "2.0.3"
30+
versionCode 52
31+
versionName "2.1-beta1"
3232
multiDexEnabled true
3333
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3434
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,52 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 2.1</h3>
35+
<h4>New</h4>
36+
<ul>
37+
<li>Support for mOTP</li>
38+
<li>Support for Yandex OTP (Experimental)</li>
39+
<li>An Adaptive Icon for Material You</li>
40+
<li>Ability to favorite certain entries and pin them to the top of the entry list</li>
41+
<li>Ability to filter by entries that are not in a group</li>
42+
<li>Ability to set a separate password that is used for encrypting backups and exports</li>
43+
<li>Support for predictive back gesture</li>
44+
<li>Improved overview of backup status in preferences</li>
45+
<li>Additional options for code digit grouping</li>
46+
<li>Support for importing from Duo</li>
47+
<li>Support for importing from Bitwarden</li>
48+
<li>Support for importing multiple QR code images in one go</li>
49+
<li>Support for scanning Google Authenticator export QR codes from image files</li>
50+
<li>Display some extra information in the dialog displayed when deleting an entry</li>
51+
<li>An option to export through Google Authenticator export QR code images</li>
52+
<li>An option to import an existing vault file from the first page in the intro</li>
53+
<li>An option to minimize the app after copying a token</li>
54+
<li>A count of the total number of entries is displayed at the bottom of the entry list</li>
55+
<li>A backup reminder is shown if changes were made to the vault, but no backup or export has been created yet since then</li>
56+
<li>A warning is shown after a plaintext export has been made</li>
57+
<li>An option to focus search immediately after the app starts</li>
58+
<li>Allow customization of the frequency of the password reminder</li>
59+
<li>Allow sharing text to Aegis in the format of a Google Authenticator URI to add as a new entry</li>
60+
<li>Always allow D2D (device-to-device) Android backups regardless of backup settings</li>
61+
<li>Mark clipboard data as sensitive when copying tokens so that Android will mask them in the UI</li>
62+
<li>Updated translations for almost all languages</li>
63+
<li>New languages: Asturian, Catalan, Galician</li>
64+
</ul>
65+
<h4>Fixes</h4>
66+
<ul>
67+
<li>Various reliability improvements for the QR code scanner</li>
68+
<li>The floating action button was glitchy when making small entry list scroll movements</li>
69+
<li>The vault unlocked notification was never shown and was still using the old app icon</li>
70+
<li>The automatically generated entry icon was broken if the entry name/issuer is a multi-codepoint character (certain emoji's, for example)</li>
71+
<li>The PIN keyboard was not disabled after enabling encryption</li>
72+
<li>The password prompt message was unclear when importing from a file</li>
73+
<li>The entry list was not sorted correctly if a change to an entry caused its location to change</li>
74+
<li>Quickly double-tapping on the copy button would cause a crash</li>
75+
<li>Importing an entry with an empty secret would cause a crash loop</li>
76+
<li>On certain devices, it was not possible to import icon packs because the .ZIP files would be grayed out</li>
77+
<li>An unclear error message was shown when trying to import from Steam and Google Authenticator</li>
78+
<li>Various other minor UI and stability improvements</li>
79+
</ul>
3480
<h3>Version 2.0.3</h3>
3581
<h4>New</h4>
3682
<ul>

0 commit comments

Comments
 (0)