Version 6.802

This commit is contained in:
cketti 2024-04-05 19:27:51 +02:00
parent a2e38c5a5f
commit 5f7f46b4b8
3 changed files with 14 additions and 2 deletions

View file

@ -34,8 +34,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"
versionCode = 38001
versionName = "6.801"
versionCode = 38002
versionName = "6.802"
// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(

View file

@ -0,0 +1,5 @@
- Push: Notify user if permission to schedule exact alarms is missing
- Renamed "Send client ID" setting to "Send client information"
- IMAP: Added support for the \NonExistent LIST response attribute
- IMAP: Issue EXPUNGE command after moving without MOVE extension
- Updated translations; added Hebrew translation

View file

@ -5,6 +5,13 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.802" versioncode="38002" date="2024-04-05">
<change>Push: Notify user if permission to schedule exact alarms is missing</change>
<change>Renamed "Send client ID" setting to "Send client information"</change>
<change>IMAP: Added support for the \NonExistent LIST response attribute</change>
<change>IMAP: Issue EXPUNGE command after moving without MOVE extension</change>
<change>Updated translations; added Hebrew translation</change>
</release>
<release version="6.801" versioncode="38001" date="2024-03-11">
<change>Added DNSSEC support when looking for server settings during setup</change>
<change>Made a change to prevent some software keyboards from capitalizing/auto-correcting email addresses in account setup</change>