From f9f37d30b2f38440e8b9968bf1623522824241bc Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Sun, 24 Mar 2024 16:47:26 +0100 Subject: [PATCH] Release v3.0 --- app/build.gradle | 4 ++-- app/src/main/assets/changelog.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 68484c8483..479e816352 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 7126a023cf..36212fd86e 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -38,9 +38,11 @@

New

  • 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