Release v3.1-beta

This commit is contained in:
Michael Schättgen 2024-06-14 12:50:37 +02:00
parent 2165ac4b2b
commit 372bbaa3fb
2 changed files with 14 additions and 2 deletions

View File

@ -28,8 +28,8 @@ android {
applicationId "${packageName}" applicationId "${packageName}"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
versionCode 65 versionCode 66
versionName "3.0.1" versionName "3.1-beta1"
multiDexEnabled true multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

View File

@ -31,6 +31,18 @@
</head> </head>
<body> <body>
<div></div> <div></div>
<h3>Version 3.1-beta1</h3>
<h4>New</h4>
<ul>
<li>A new audit log has been added to check all important events that occurred in your vault</li>
<li>Added the ability to rename groups</li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Group selection will now be remembered again upon launch</li>
<li>Various UI improvements</li>
<li>Stability fixes</li>
</ul>
<h3>Version 3.0.1</h3> <h3>Version 3.0.1</h3>
<h4>New</h4> <h4>New</h4>
<ul> <ul>