Version 3.6, Changelog 3.6

This commit is contained in:
Dominik Schürmann 2015-10-22 09:25:29 +02:00
parent e188817aba
commit cddf1d4c48
2 changed files with 14 additions and 2 deletions

View file

@ -131,8 +131,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 22 targetSdkVersion 22
versionCode 35100 versionCode 36000
versionName "3.5.1" versionName "3.6"
applicationId "org.sufficientlysecure.keychain" applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here: // the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607 // https://code.google.com/p/android/issues/detail?id=170607

View file

@ -1,5 +1,17 @@
[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!) [//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
## 3.6
* Encrypted backups
* Security fixes based on external security audit
* YubiKey NEO key creation wizard
* Basic internal MIME support
* Automatic key synchronization
* Experimental feature: link keys to Github, Twitter accounts
* Experimental feature: key confirmation via phrases
* Experimental feature: dark theme
* API: Version 9
## 3.5 ## 3.5
* Key revocation on key deletion * Key revocation on key deletion