Version 3.2beta2

This commit is contained in:
Dominik Schürmann 2015-03-10 16:30:00 +01:00
parent 58d066a54e
commit 4ed1bf0ca4
3 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,16 @@
## 3.2beta2
* Material design
* Integration of QR Scanner (New permissions required)
* Improved key creation wizard
* Fix missing contacts after sync
* Requires Android 4
* Redesigned key screen
* Simplify crypto preferences, better selection of secure ciphers
* API: Detached signatures, free selection of signing key,...
* Fix: Some valid keys were shown revoked or expired
* Don't accept signatures by expired or revoked subkeys
* Keybase.io support in advanced view
## 3.1.2
* Fix key export to files (now for real)

View File

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.sufficientlysecure.keychain"
android:installLocation="auto"
android:versionCode="31201"
android:versionName="3.2beta1">
android:versionCode="31202"
android:versionName="3.2beta2">
<!--
General remarks

View File

@ -6,9 +6,10 @@ And don't add newlines before or after p tags because of transifex -->
</head>
<body>
<h2>3.2beta1</h2>
<h2>3.2beta2</h2>
<ul>
<li>Material design</li>
<li>Integration of QR Scanner (New permissions required)</li>
<li>Improved key creation wizard</li>
<li>Fix missing contacts after sync</li>
<li>Requires Android 4</li>