diff --git a/app/build.gradle b/app/build.gradle index 68484c84..479e8163 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "${packageName}" minSdkVersion 21 targetSdkVersion 34 - versionCode 63 - versionName "3.0-beta1" + versionCode 64 + versionName "3.0" 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 7126a023..36212fd8 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -38,9 +38,11 @@
  • Automatic assignment of icons to entries
  • Ability to select all entries in one go
  • Support for importing 2FAS schema v4 backups
  • +
  • Sort entries based on the last time they were used
  • Some clarifications related to importing and backup permission errors
  • Preparations for the ability to assign a single entry to multiple groups
  • Performance improvements when scrolling through an entry list with lots of icons
  • +
  • A new look for the third-party licenses list
  • Fixes