mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-24 07:58:50 -05:00
Version 3.2beta2
This commit is contained in:
parent
58d066a54e
commit
4ed1bf0ca4
13
CHANGELOG
13
CHANGELOG
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user