1.2168 release

This commit is contained in:
M66B 2024-03-14 08:02:27 +01:00
parent 7dd640bf96
commit 2be24ec281
4 changed files with 2901 additions and 6 deletions

View File

@ -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)

View File

@ -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

View File

@ -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