mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-18 07:53:11 +00:00
Release v1.1.2
This commit is contained in:
parent
dc6bf3795a
commit
7f1ce1e645
2 changed files with 10 additions and 2 deletions
|
@ -19,8 +19,8 @@ android {
|
||||||
applicationId "com.beemdevelopment.aegis"
|
applicationId "com.beemdevelopment.aegis"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 25
|
versionCode 26
|
||||||
versionName "1.1.1"
|
versionName "1.1.2"
|
||||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,14 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div></div>
|
<div></div>
|
||||||
|
<h3>Version 1.1.2</h3>
|
||||||
|
<h4>New</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Ability to select multiple entries</li>
|
||||||
|
<li>Ability to select a file location when exporting the vault (including cloud providers like Google Drive)</li>
|
||||||
|
<li>Explanation and warning for the security options</li>
|
||||||
|
<li>Removed external storage permissions</li>
|
||||||
|
</ul>
|
||||||
<h3>Version 1.1.1</h3>
|
<h3>Version 1.1.1</h3>
|
||||||
<h4>Fixes</h4>
|
<h4>Fixes</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue