Skip to content

Commit

Permalink
Version 6.802
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Apr 5, 2024
1 parent a2e38c5 commit 5f7f46b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-k9mail/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
5 changes: 5 additions & 0 deletions app-metadata/com.fsck.k9/en-US/changelogs/38002.txt
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions app/ui/legacy/src/main/res/raw/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5f7f46b

Please sign in to comment.