+2
-2
@@ -24,8 +24,8 @@ android {
|
||||
applicationId "${packageName}"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 49
|
||||
versionName "2.0.1"
|
||||
versionCode 50
|
||||
versionName "2.0.2"
|
||||
multiDexEnabled true
|
||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||
|
||||
@@ -31,6 +31,18 @@
|
||||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
<h3>Version 2.0.2</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
<li>Add a note field to entries</li>
|
||||
<li>An option to pause code updating of highlighted entries</li>
|
||||
<li>New translation: Lithuanian</li>
|
||||
</ul>
|
||||
<h4>Fixes</h4>
|
||||
<ul>
|
||||
<li>Minor UI and stability improvements</li>
|
||||
<li>The Microsoft Authenticator importer did not accept spaces and dashes in secrets</li>
|
||||
</ul>
|
||||
<h3>Version 2.0.1</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user