1.2168 release

pull/214/head 1.2168
M66B 4 months ago
parent 7dd640bf96
commit 2be24ec281

@ -6,9 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Zby](https://en.wikipedia.org/wiki/Zby)
### Next version
### 1.2168 - 2024-03-14
* Added option to allow sending to some recipients (ignoring invalid addresses, etc.)
* Added option to ignore invalid addresses when sending
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2167 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2168 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Zby" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -6,9 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Zby](https://en.wikipedia.org/wiki/Zby)
### Next version
### 1.2168 - 2024-03-14
* Added option to allow sending to some recipients (ignoring invalid addresses, etc.)
* Added option to ignore invalid addresses when sending
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

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