1.2325 release

master 1.2325
M66B 1 week ago
parent 6e5d1af467
commit b3ce6f4782

@ -30,6 +30,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2325 2026-07-04
* Fixed a [security issue](https://github.com/M66B/FairEmail/security/advisories/GHSA-w92m-2v27-mvg9)
* Added workaround for Migadu IMAP server bug
* Allowed batch importing of S/MIME public keys
* 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.2324 2026-06-30
* Fixed regression in reformatted message view

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

@ -30,6 +30,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2325 2026-07-04
* Fixed a [security issue](https://github.com/M66B/FairEmail/security/advisories/GHSA-w92m-2v27-mvg9)
* Added workaround for Migadu IMAP server bug
* Allowed batch importing of S/MIME public keys
* 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.2324 2026-06-30
* Fixed regression in reformatted message view

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