Release v2.0.2

This commit is contained in:
Alexander Bakker 2021-09-15 15:40:46 +02:00
parent a32ecdaf9b
commit 80960e23fc
2 changed files with 14 additions and 2 deletions

View file

@ -24,8 +24,8 @@ android {
applicationId "${packageName}" applicationId "${packageName}"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 49 versionCode 50
versionName "2.0.1" versionName "2.0.2"
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 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> <h3>Version 2.0.1</h3>
<h4>New</h4> <h4>New</h4>
<ul> <ul>