1.2315 release

master 1.2315
M66B 1 week ago
parent 3074e5d963
commit 5d3dea660e

@ -30,10 +30,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2315 2026-04-27
* Fixed all reported bugs
* Limit the width of images to the screen width on the receiver side
* Small improvements and minor bug fixes
* Updated [CommonMark](https://github.com/commonmark/commonmark-java)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [S/MIME root certificates](https://wiki.mozilla.org/CA/Included_Certificates)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2314 2026-03-28

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2314 }
def getVersionCode = { -> return 2315 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Diuqin" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,10 +30,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2315 2026-04-27
* Fixed all reported bugs
* Limit the width of images to the screen width on the receiver side
* Small improvements and minor bug fixes
* Updated [CommonMark](https://github.com/commonmark/commonmark-java)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [S/MIME root certificates](https://wiki.mozilla.org/CA/Included_Certificates)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2314 2026-03-28

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save