Skip to content

Commit 7518408

Browse files
committed
Release v1.3-beta1
1 parent 6d68625 commit 7518408

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId "com.beemdevelopment.aegis"
2121
minSdkVersion 21
2222
targetSdkVersion 29
23-
versionCode 36
24-
versionName "1.2"
23+
versionCode 37
24+
versionName "1.3-beta1"
2525
multiDexEnabled true
2626
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
2727
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,24 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 1.3</h3>
35+
<h4>New</h4>
36+
<ul>
37+
<li>Completely rewritten intro/onboarding</li>
38+
<li>Option to show a PIN keyboard when unlocking Aegis</li>
39+
<li>A password strength meter when setting up encryption (based on zxcvbn)</li>
40+
<li>RTL support</li>
41+
<li>Arabic and Portuguese translations</li>
42+
<li>Updates to existing translations</li>
43+
</ul>
44+
<h4>Fixes</h4>
45+
<ul>
46+
<li>Better lifecycle handling of the biometric authentication prompt</li>
47+
<li>The filename of exported vaults had a double .json extension</li>
48+
<li>The navigation bar color was incorrect on devices pre API 27</li>
49+
<li>QR code scanner performance and stability improvements</li>
50+
<li>Various other small usability and stability improvements</li>
51+
</ul>
3452
<h3>Version 1.2.1</h3>
3553
<h4>Fixes</h4>
3654
<ul>

0 commit comments

Comments
 (0)