1.2052 release

This commit is contained in:
M66B 2023-03-08 16:23:30 +01:00
parent e2f4afb790
commit ee9d4f34a5
5 changed files with 271083 additions and 2 deletions

View File

@ -4,6 +4,13 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### 1.2052 - 2023-03-08
* Added experimental [OpenAI (ChatGPT) integration](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq190)
* Small improvements and minor bug fixes
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### 1.2051 - 2023-03-05

View File

@ -3,9 +3,9 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2051 }
def getVersionCode = { -> return 2052 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Quetecsaurus" }
def getReleaseName = { -> return "Rahonavis" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
def keystoreProperties = new Properties()

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,13 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### 1.2052 - 2023-03-08
* Added experimental [OpenAI (ChatGPT) integration](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq190)
* Small improvements and minor bug fixes
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### 1.2051 - 2023-03-05

File diff suppressed because it is too large Load Diff