1.2061 release

pull/212/head 1.2061
M66B 2 years ago
parent 14b338e26f
commit 18dc1b6f93

@ -6,14 +6,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus) ### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### Next version ### 1.2061 - 2023-04-10
* Added filter rule groups * Added filter rule groups (stop processing per group)
* Added executing of filter rules by automation apps, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq71) * Added executing of filter rules by automation apps, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq71)
* Added auto completion for reply template groups and filter rule groups
* Improved auto-discovery via DNS SRV records * Improved auto-discovery via DNS SRV records
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Material Components](https://github.com/material-components/material-components-android)
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email) * Updated [translations](https://crowdin.com/project/open-source-email)

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

File diff suppressed because it is too large Load Diff

@ -6,14 +6,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus) ### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### Next version ### 1.2061 - 2023-04-10
* Added filter rule groups * Added filter rule groups (stop processing per group)
* Added executing of filter rules by automation apps, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq71) * Added executing of filter rules by automation apps, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq71)
* Added auto completion for reply template groups and filter rule groups
* Improved auto-discovery via DNS SRV records * Improved auto-discovery via DNS SRV records
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Material Components](https://github.com/material-components/material-components-android)
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email) * Updated [translations](https://crowdin.com/project/open-source-email)

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