mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
3.0 beta1
This commit is contained in:
parent
9b250642dd
commit
d5a1e9bb66
@ -3,8 +3,8 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="org.sufficientlysecure.keychain"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="29200"
|
||||
android:versionName="2.9.2">
|
||||
android:versionCode="29201"
|
||||
android:versionName="3.0 beta1">
|
||||
|
||||
<!--
|
||||
General remarks
|
||||
|
@ -5,6 +5,20 @@ And don't add newlines before or after p tags because of transifex -->
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h2>3.0</h2>
|
||||
<ul>
|
||||
<li>Full support for Yubikey signature generation and decryption!</li>
|
||||
<li>Propose installable compatible apps in apps list</li>
|
||||
<li>New design for decryption screens</li>
|
||||
<li>Many fixes for key import, also fixes stripped keys</li>
|
||||
<li>Honor and display key authenticate flags</li>
|
||||
<li>User interface to generate custom keys</li>
|
||||
<li>Fixing user id revocation certificates</li>
|
||||
<li>New cloud search (searches over traditional keyservers and keybase.io)</li>
|
||||
<li>Support for stripping keys inside OpenKeychain</li>
|
||||
</ul>
|
||||
|
||||
<h2>2.9.2</h2>
|
||||
<ul>
|
||||
<li>Fix keys broken in 2.9.1</li>
|
||||
|
Loading…
Reference in New Issue
Block a user