1.1979 release

This commit is contained in:
M66B 2022-10-09 08:25:52 +02:00
parent 46163f1717
commit 7a586a01ea
5 changed files with 177225 additions and 1 deletions

View File

@ -4,6 +4,13 @@
### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1979 - 2022-10-09
* Added *from:*, *to:* and *keyword:* search prefixes, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq13)
* Fixed orphan message files
* Small improvements and minor bug fixes
* Updated translations
### 1.1978 - 2022-10-08
* Fixed orphan message files

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,13 @@
### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1979 - 2022-10-09
* Added *from:*, *to:* and *keyword:* search prefixes, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq13)
* Fixed orphan message files
* Small improvements and minor bug fixes
* Updated translations
### 1.1978 - 2022-10-08
* Fixed orphan message files

File diff suppressed because it is too large Load Diff