diff --git a/OpenKeychain/src/main/res/raw/help_changelog.md b/OpenKeychain/src/main/res/raw/help_changelog.md index 6131bcb13..153b0ea8e 100644 --- a/OpenKeychain/src/main/res/raw/help_changelog.md +++ b/OpenKeychain/src/main/res/raw/help_changelog.md @@ -1,9 +1,14 @@ [//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!) +## 4.4 + * New key status displays detailed information why a key is considered insecure or defective + + ## 4.3 * Better support for large keys * Improve import of Gpg4win asc files + ## 4.2 * Experimental support for Elliptic Curve Encryption with Security Tokens @@ -11,6 +16,7 @@ * Design improvements to key lists * Support for keyserver onion addresses + ## 4.1 * Better detection of emails and other content when opened diff --git a/fastlane/metadata/android/en-US/changelogs/44001.txt b/fastlane/metadata/android/en-US/changelogs/44001.txt new file mode 100644 index 000000000..9457402fa --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/44001.txt @@ -0,0 +1,3 @@ +4.4 + + * New key status displays detailed information why a key is considered insecure or defective