1.2331 release

master 1.2331
M66B 3 weeks ago
parent 19bea435ae
commit e23dd9df80

@ -30,6 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2331 2026-08-22
* Improved support for [PGPony](https://github.com/norsehorse-dev/PGPonyAndroid) as an alternative to [OpenKeychain](https://github.com/open-keychain/open-keychain)
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2330 2026-08-20 ### 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)

@ -3,7 +3,7 @@ plugins {
id 'de.undercouch.download' id 'de.undercouch.download'
} }
def getVersionCode = { -> return 2330 } def getVersionCode = { -> return 2331 }
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,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2331 2026-08-22
* Improved support for [PGPony](https://github.com/norsehorse-dev/PGPonyAndroid) as an alternative to [OpenKeychain](https://github.com/open-keychain/open-keychain)
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2330 2026-08-20 ### 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)

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