1.2333 release

master 1.2333
M66B 1 week ago
parent 9c29d7dbf3
commit 59496197fb

@ -30,6 +30,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2333 2026-09-01
* Added support for S/MIME [auth-enveloped-data](https://www.rfc-editor.org/info/rfc5083/)
* Added three new operators to [expression conditions](https://m66b.github.io/FairEmail/#expression_conditions)
* Updated gradle to version 9.7.1

@ -3,7 +3,7 @@ plugins {
id 'de.undercouch.download'
}
def getVersionCode = { -> return 2332 }
def getVersionCode = { -> return 2333 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Elopteryx" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,6 +30,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2333 2026-09-01
* Added support for S/MIME [auth-enveloped-data](https://www.rfc-editor.org/info/rfc5083/)
* Added three new operators to [expression conditions](https://m66b.github.io/FairEmail/#expression_conditions)
* Updated gradle to version 9.7.1

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