mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 09:44:59 -05:00
23 lines
715 B
HTML
23 lines
715 B
HTML
|
<!-- Maintain structure with headings with h2 tags and content with p tags.
|
||
|
This makes it easy to translate the values with transifex!
|
||
|
And don't add newlines before or after p tags because of transifex -->
|
||
|
<html>
|
||
|
<head>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>2.0</h2>
|
||
|
<p>* Complete redesign
|
||
|
<br/>* Integration of different branches:
|
||
|
<br/>* Share public keys via qr codes
|
||
|
<br/>* Sign keys
|
||
|
<br/>* Upload keys to server</p>
|
||
|
|
||
|
<h2>1.08</h2>
|
||
|
<p>* basic key server support
|
||
|
<br/>* app2sd (untested, let me know if there are problems)
|
||
|
<br/>* more choices for pass phrase cache: 1, 2, 4, 8, hours
|
||
|
<br/>* translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
|
||
|
<br/>* bugfixes
|
||
|
<br/>* optimizations</p>
|
||
|
</body>
|
||
|
</html>
|