diff options
Diffstat (limited to 'OpenKeychain/src/main/res/raw-cs/help_changelog.html')
-rw-r--r-- | OpenKeychain/src/main/res/raw-cs/help_changelog.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/raw-cs/help_changelog.html b/OpenKeychain/src/main/res/raw-cs/help_changelog.html index 98083d18d..f18b7917b 100644 --- a/OpenKeychain/src/main/res/raw-cs/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-cs/help_changelog.html @@ -1,6 +1,18 @@ <html> <head></head> <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> <ul> <li>Fixing crashes introduced in v2.8</li> |