mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-19 21:39:18 +00:00
Release v2.2-beta1
This commit is contained in:
parent
18e6fd2561
commit
67d7f7a75d
3 changed files with 19 additions and 3 deletions
|
@ -27,8 +27,8 @@ android {
|
|||
applicationId "${packageName}"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 58
|
||||
versionName "2.1.3"
|
||||
versionCode 59
|
||||
versionName "2.2-beta1"
|
||||
multiDexEnabled true
|
||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||
|
|
|
@ -31,6 +31,22 @@
|
|||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
<h3>Version 2.2</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
<li>Authenticator Pro encrypted import support</li>
|
||||
<li>Ability to change account name position</li>
|
||||
<li>A new dialog explaining how our password reminder works</li>
|
||||
<li>Ability to change copy behavior</li>
|
||||
<li>Ability to only show account names when necessary</li>
|
||||
<li>New view mode: Tiles/Grid</li>
|
||||
<li>Added translation: Dutch (Frysian)</li>
|
||||
<li>Updated translations</li>
|
||||
</ul>
|
||||
<h4>Fixes</h4>
|
||||
<ul>
|
||||
<li>Deleting an entry while a search filter is active now shows the correct state</li>
|
||||
</ul>
|
||||
<h3>Version 2.1.3</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.1.1'
|
||||
classpath 'com.android.tools.build:gradle:8.0.2'
|
||||
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.47'
|
||||
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue