mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-25 00:18:51 -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
|
## 3.1.2
|
||||||
* Fix key export to files (now for real)
|
* Fix key export to files (now for real)
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="org.sufficientlysecure.keychain"
|
package="org.sufficientlysecure.keychain"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="31201"
|
android:versionCode="31202"
|
||||||
android:versionName="3.2beta1">
|
android:versionName="3.2beta2">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
General remarks
|
General remarks
|
||||||
|
@ -6,9 +6,10 @@ And don't add newlines before or after p tags because of transifex -->
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h2>3.2beta1</h2>
|
<h2>3.2beta2</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Material design</li>
|
<li>Material design</li>
|
||||||
|
<li>Integration of QR Scanner (New permissions required)</li>
|
||||||
<li>Improved key creation wizard</li>
|
<li>Improved key creation wizard</li>
|
||||||
<li>Fix missing contacts after sync</li>
|
<li>Fix missing contacts after sync</li>
|
||||||
<li>Requires Android 4</li>
|
<li>Requires Android 4</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user