1.2319 release

master
M66B 1 week ago
parent 5ec61a49e9
commit b3499099a0

@ -30,6 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 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)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2318 2026-05-30
* Fixed Italian translation

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

@ -30,7 +30,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2318 2026-05-28
### 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)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2318 2026-05-30
* Fixed Italian translation
* Small improvements and minor bug fixes

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