1.2278 release

master 1.2278
M66B 4 months ago
parent ce6c50c113
commit 93d0144aaf

@ -28,10 +28,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### Next release
### 1.2278 2025-06-05
* Added option to limit the width only when resizing images
* Added support for separate S/MIME sign and encrypt certificates, see [the FAQ](https://m66b.github.io/FairEmail/#faq12) for details
* Added support for separate S/MIME sign/encrypt certificates, see [the FAQ](https://m66b.github.io/FairEmail/#faq12) for details
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2277 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2278 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -28,10 +28,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### Next release
### 1.2278 2025-06-05
* Added option to limit the width only when resizing images
* Added support for separate S/MIME sign and encrypt certificates, see [the FAQ](https://m66b.github.io/FairEmail/#faq12) for details
* Added support for separate S/MIME sign/encrypt certificates, see [the FAQ](https://m66b.github.io/FairEmail/#faq12) for details
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

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