mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-24 07:58:50 -05:00
Changelog 2.10
This commit is contained in:
parent
9eb65601c4
commit
fcd4be5ba0
11
CHANGELOG
11
CHANGELOG
@ -1,3 +1,14 @@
|
|||||||
|
## 2.10
|
||||||
|
* Split encrypt screen into two
|
||||||
|
* Fix key flags handling (now supporting Mailvelope 0.7 keys)
|
||||||
|
* Improved passphrase handling
|
||||||
|
* Key sharing via SafeSlinger
|
||||||
|
* Yubikey: preference to allow other PINs, currently only signing via the OpenPGP API works, not inside of OpenKeychain
|
||||||
|
* Fix usage of stripped keys
|
||||||
|
* SHA256 as default for compatibility
|
||||||
|
* Intent API has changed, see https://github.com/open-keychain/open-keychain/wiki/Intent-API
|
||||||
|
* OpenPGP API now handles revoked/expired keys and returns all user ids
|
||||||
|
|
||||||
## 2.9
|
## 2.9
|
||||||
* Fixing crashes introduced in v2.8
|
* Fixing crashes introduced in v2.8
|
||||||
* Experimental ECC support
|
* Experimental ECC support
|
||||||
|
@ -5,12 +5,26 @@ And don't add newlines before or after p tags because of transifex -->
|
|||||||
<head>
|
<head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h2>2.10</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Split encrypt screen into two</li>
|
||||||
|
<li>Fix key flags handling (now supporting Mailvelope 0.7 keys)</li>
|
||||||
|
<li>Improved passphrase handling</li>
|
||||||
|
<li>Key sharing via SafeSlinger</li>
|
||||||
|
<li>Yubikey: preference to allow other PINs, currently only signing via the OpenPGP API works, not inside of OpenKeychain</li>
|
||||||
|
<li>Fix usage of stripped keys</li>
|
||||||
|
<li>SHA256 as default for compatibility</li>
|
||||||
|
<li>Intent API has changed, see https://github.com/open-keychain/open-keychain/wiki/Intent-API</li>
|
||||||
|
<li>OpenPGP API now handles revoked/expired keys and returns all user ids</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>2.9</h2>
|
<h2>2.9</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixing crashes introduced in v2.8</li>
|
<li>Fixing crashes introduced in v2.8</li>
|
||||||
<li>Experimental ECC support</li>
|
<li>Experimental ECC support</li>
|
||||||
<li>Experimental Yubikey support (signing-only with imported keys)</li>
|
<li>Experimental Yubikey support (signing-only with imported keys)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>2.8</h2>
|
<h2>2.8</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>So many bugs have been fixed in this release that we focus on the main new features</li>
|
<li>So many bugs have been fixed in this release that we focus on the main new features</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user