1.2326 release

master 1.2326
M66B 2 months ago
parent 6566244bf0
commit 6831956be4

@ -30,10 +30,17 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2326 2026-07-21
* Added helpers to grant [local network permission](https://m66b.github.io/FairEmail/#faq210) * Added helpers to grant [local network permission](https://m66b.github.io/FairEmail/#faq210)
* Added [type="cite"](https://bugzilla.mozilla.org/show_bug.cgi?id=183219#c50) to blockquotes
* Added placeholders to reply-to, and default CC and BCC addresses, see [the FAQ](https://m66b.github.io/FairEmail/#faq9)
* Enabled [Certificate Transparency](https://en.wikipedia.org/wiki/Certificate_Transparency) for non Play Store builds * Enabled [Certificate Transparency](https://en.wikipedia.org/wiki/Certificate_Transparency) for non Play Store builds
* Fixed character set for sending text files in some cases * Fixed character set for sending text files in some cases
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [S/MIME root certificates](https://wiki.mozilla.org/CA/Included_Certificates)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2325 2026-07-04 ### 1.2325 2026-07-04

@ -3,7 +3,7 @@ plugins {
id 'de.undercouch.download' id 'de.undercouch.download'
} }
def getVersionCode = { -> return 2325 } def getVersionCode = { -> return 2326 }
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,10 +30,17 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2326 2026-07-21
* Added helpers to grant [local network permission](https://m66b.github.io/FairEmail/#faq210) * Added helpers to grant [local network permission](https://m66b.github.io/FairEmail/#faq210)
* Added [type="cite"](https://bugzilla.mozilla.org/show_bug.cgi?id=183219#c50) to blockquotes
* Added placeholders to reply-to, and default CC and BCC addresses, see [the FAQ](https://m66b.github.io/FairEmail/#faq9)
* Enabled [Certificate Transparency](https://en.wikipedia.org/wiki/Certificate_Transparency) for non Play Store builds * Enabled [Certificate Transparency](https://en.wikipedia.org/wiki/Certificate_Transparency) for non Play Store builds
* Fixed character set for sending text files in some cases * Fixed character set for sending text files in some cases
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [S/MIME root certificates](https://wiki.mozilla.org/CA/Included_Certificates)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2325 2026-07-04 ### 1.2325 2026-07-04

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