1.2320 release

master 1.2320
M66B 4 days ago
parent 2beb3507bd
commit b050de6447

@ -30,6 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2320 2026-06-10
* Disabled Certificate Transparency because of [unsupported library](https://github.com/appmattus/certificatetransparency) causing errors
* Option to modify a search query (tap on the title in the top action bar)
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2319 2026-06-06
* Fixed [XSS](https://github.com/M66B/FairEmail/security/advisories/GHSA-r8ff-qr7g-pvw6) for [AMP Email](https://amp.dev/about/email)

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

@ -30,6 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2320 2026-06-10
* Disabled Certificate Transparency because of [unsupported library](https://github.com/appmattus/certificatetransparency) causing errors
* Option to modify a search query (tap on the title in the top action bar)
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2319 2026-06-06
* Fixed [XSS](https://github.com/M66B/FairEmail/security/advisories/GHSA-r8ff-qr7g-pvw6) for [AMP Email](https://amp.dev/about/email)

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