Changelog 2.9.2

This commit is contained in:
Dominik Schürmann 2014-09-09 09:37:46 +02:00
parent 5593d4cc78
commit c40d105574
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
## 2.9.2
* Fix keys broken in 2.9.1
* Yubikey decryption now working via API
## 2.9.1 ## 2.9.1
* Split encrypt screen into two * Split encrypt screen into two
* Fix key flags handling (now supporting Mailvelope 0.7 keys) * Fix key flags handling (now supporting Mailvelope 0.7 keys)

View File

@ -5,6 +5,12 @@ And don't add newlines before or after p tags because of transifex -->
<head> <head>
</head> </head>
<body> <body>
<h2>2.9.2</h2>
<ul>
<li>Fix keys broken in 2.9.1</li>
<li>Yubikey decryption now working via API</li>
</ul>
<h2>2.9.1</h2> <h2>2.9.1</h2>
<ul> <ul>
<li>Split encrypt screen into two</li> <li>Split encrypt screen into two</li>