1.2322 release

master 1.2322
M66B 2 days ago
parent 244979ff39
commit 20f23fcd83

@ -30,6 +30,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2322 2026-06-15
* Updated [IPAddress library](https://seancfoley.github.io/IPAddress/) to fix an issue
* 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.2321 2026-06-11
* Fixed search dialog crashing on Android 12 and before

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

@ -30,6 +30,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2322 2026-06-15
* Updated [IPAddress library](https://seancfoley.github.io/IPAddress/) to fix an issue
* 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.2321 2026-06-11
* Fixed search dialog crashing on Android 12 and before

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