Skip to content

Commit 61ac83b

Browse files
committed
Release v2.0-beta1
1 parent 9c907cf commit 61ac83b

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "${packageName}"
2525
minSdkVersion 21
2626
targetSdkVersion 30
27-
versionCode 45
28-
versionName "1.4.2"
27+
versionCode 46
28+
versionName "2.0-beta1"
2929
multiDexEnabled true
3030
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3131
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,27 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 2.0</h3>
35+
<h4>New</h4>
36+
<ul>
37+
<li>Support for icon packs</li>
38+
<li>Support for participation in Android's backup system (Google Drive, Seedvault)</li>
39+
<li>UI refresh (switched to the Material Components theme)</li>
40+
<li>Bottom sheet with chips to filter on groups</li>
41+
<li>Search in account names by default (and remove the setting)</li>
42+
<li>Replaced the FAB with a bottom sheet dialog</li>
43+
<li>Reorganization of settings into separate categories</li>
44+
<li>Ability to 'share' images of QR codes to scan in Aegis</li>
45+
<li>New translations for Bulgarian, Danish, Latvian, Swedish and Ukranian</li>
46+
</ul>
47+
<h4>Fixes</h4>
48+
<ul>
49+
<li>The QR code scanner had trouble detecting QR codes on some devices due to low resolution image capture</li>
50+
<li>The app would vanish from the recent apps list after locking</li>
51+
<li>When importing from Nextcloud, Aegis would report that the file could not be found.</li>
52+
<li>The biometrics prompt would not appear on some devices</li>
53+
<li>Various other usability, performance and stability improvements</li>
54+
</ul>
3455
<h3>Version 1.4.2</h3>
3556
<h4>Fixes</h4>
3657
<ul>

0 commit comments

Comments
 (0)