mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-24 16:53:37 +00:00
1.2168 release
This commit is contained in:
parent
7dd640bf96
commit
2be24ec281
4 changed files with 2901 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
2895
metadata/en-US/changelogs/2168.txt
Normal file
2895
metadata/en-US/changelogs/2168.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue