File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
24
24
applicationId " ${ packageName} "
25
25
minSdkVersion 21
26
26
targetSdkVersion 30
27
- versionCode 49
28
- versionName " 2.0.1 "
27
+ versionCode 50
28
+ versionName " 2.0.2 "
29
29
multiDexEnabled true
30
30
buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
31
31
buildConfigField " String" , " GIT_BRANCH" , " \" ${ getGitBranch()} \" "
Original file line number Diff line number Diff line change 31
31
</ head >
32
32
< body >
33
33
< 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 >
34
46
< h3 > Version 2.0.1</ h3 >
35
47
< h4 > New</ h4 >
36
48
< ul >
You can’t perform that action at this time.
0 commit comments