Version 6.0.4

This commit is contained in:
Vincent Breitmoser 2024-02-26 17:17:23 +01:00
parent 901a7a73bc
commit f0f35c6a66
2 changed files with 7 additions and 2 deletions

View File

@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 34
versionCode 60300
versionName "6.0.3"
versionCode 60400
versionName "6.0.4"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607

View File

@ -1,5 +1,10 @@
[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
## 6.0.4
* Update translations
* Fix dark theme issue in backup dialog
* Fix API crash
## 6.0.3
* Add special handling for expected ECC import format for Nitrokey 3
* Change security defaults from SHA-512 to SHA-256