Skip to content

Commit 80960e2

Browse files
committed
Release v2.0.2
1 parent a32ecda commit 80960e2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "${packageName}"
2525
minSdkVersion 21
2626
targetSdkVersion 30
27-
versionCode 49
28-
versionName "2.0.1"
27+
versionCode 50
28+
versionName "2.0.2"
2929
multiDexEnabled true
3030
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3131
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 2.0.2</h3>
35+
<h4>New</h4>
36+
<ul>
37+
<li>Add a note field to entries</li>
38+
<li>An option to pause code updating of highlighted entries</li>
39+
<li>New translation: Lithuanian</li>
40+
</ul>
41+
<h4>Fixes</h4>
42+
<ul>
43+
<li>Minor UI and stability improvements</li>
44+
<li>The Microsoft Authenticator importer did not accept spaces and dashes in secrets</li>
45+
</ul>
3446
<h3>Version 2.0.1</h3>
3547
<h4>New</h4>
3648
<ul>

0 commit comments

Comments
 (0)