1.2330 release

master 1.2330
M66B 3 weeks ago
parent c828733091
commit 5c7252502a

@ -30,6 +30,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2330 2026-08-20
* Added message language to [expression conditions](https://m66b.github.io/FairEmail/#expression_conditions) * Added message language to [expression conditions](https://m66b.github.io/FairEmail/#expression_conditions)
* Updated [Jsoup](https://jsoup.org/news/) to version 1.23.1 * Updated [Jsoup](https://jsoup.org/news/) to version 1.23.1
* Updated [EvalEx](https://github.com/ezylang/EvalEx/releases) to version 3.7.0 * Updated [EvalEx](https://github.com/ezylang/EvalEx/releases) to version 3.7.0

@ -3,7 +3,7 @@ plugins {
id 'de.undercouch.download' id 'de.undercouch.download'
} }
def getVersionCode = { -> return 2329 } def getVersionCode = { -> return 2330 }
def getRevision = { -> return "a" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Elopteryx" } def getReleaseName = { -> return "Elopteryx" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // 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) ### Next version (Work in progress)
### 1.2330 2026-08-20
* Added message language to [expression conditions](https://m66b.github.io/FairEmail/#expression_conditions) * Added message language to [expression conditions](https://m66b.github.io/FairEmail/#expression_conditions)
* Updated [Jsoup](https://jsoup.org/news/) to version 1.23.1 * Updated [Jsoup](https://jsoup.org/news/) to version 1.23.1
* Updated [EvalEx](https://github.com/ezylang/EvalEx/releases) to version 3.7.0 * Updated [EvalEx](https://github.com/ezylang/EvalEx/releases) to version 3.7.0

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