Version 6.716
This commit is contained in:
parent
24a4ca3fff
commit
bbab4f2dcd
3 changed files with 14 additions and 2 deletions
|
@ -34,8 +34,8 @@ android {
|
|||
applicationId = "com.fsck.k9"
|
||||
testApplicationId = "com.fsck.k9.tests"
|
||||
|
||||
versionCode = 37015
|
||||
versionName = "6.716-SNAPSHOT"
|
||||
versionCode = 37016
|
||||
versionName = "6.716"
|
||||
|
||||
// Keep in sync with the resource string array "supported_languages"
|
||||
resourceConfigurations.addAll(
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
- Small bug fixes and UI/UX polish in account setup
|
||||
- Fixed a crash caused by an interaction with OpenKeychain 6.0.0
|
||||
- Focus on subject or body input fields when opening the compose screen via a mailto: URI
|
||||
- Removed Hebrew and Korean translations because less than 70% of strings were translated. Volunteers to update the translations are always welcome!
|
||||
- Updated remaining translations
|
|
@ -5,6 +5,13 @@
|
|||
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
|
||||
-->
|
||||
<changelog>
|
||||
<release version="6.716" versioncode="37016" date="2024-02-13">
|
||||
<change>Small bug fixes and UI/UX polish in account setup</change>
|
||||
<change>Fixed a crash caused by an interaction with OpenKeychain 6.0.0</change>
|
||||
<change>Focus on subject or body input fields when opening the compose screen via a mailto: URI</change>
|
||||
<change>Removed Hebrew and Korean translations because less than 70% of strings were translated. Volunteers to update the translations are always welcome!</change>
|
||||
<change>Updated remaining translations</change>
|
||||
</release>
|
||||
<release version="6.715" versioncode="37015" date="2024-02-01">
|
||||
<change>Added image handling within the context menu for hyperlinks</change>
|
||||
<change>Added ability to forward opened attachments to new emails</change>
|
||||
|
|
Loading…
Reference in a new issue