diff --git a/app/build.gradle b/app/build.gradle
index 7fc0e884..1e84a488 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -24,8 +24,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 30
- versionCode 46
- versionName "2.0-beta1"
+ versionCode 47
+ versionName "2.0-beta2"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html
index 2a7bb717..f2021162 100644
--- a/app/src/main/assets/changelog.html
+++ b/app/src/main/assets/changelog.html
@@ -38,6 +38,7 @@
Support for participation in Android's backup system (Google Drive, Seedvault)
UI refresh (switched to the Material Components theme)
Bottom sheet with chips to filter on groups
+ Support for importing from 2FAS Authenticator
Search in account names by default (and remove the setting)
Replaced the FAB with a bottom sheet dialog
Reorganization of settings into separate categories
@@ -50,6 +51,8 @@
The app would vanish from the recent apps list after locking
When importing from Nextcloud, Aegis would report that the file could not be found.
The biometrics prompt would not appear on some devices
+ The app would lock when selecting a file/icon on certain devices and configurations
+ There were multiple layout issues on small screen devices
Various other usability, performance and stability improvements
Version 1.4.2