1.2182 release

play 1.2182
M66B 2 months ago
parent f79b1579f9
commit 7bdac5b902

@ -8,6 +8,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2182 - 2024-05-15
* Added optional "AI" summarize quick action
* Added optional "AI" summarize swipe action
* Changed default OpenAI model to [gpt-4o](https://openai.com/index/hello-gpt-4o/)
@ -20,8 +24,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
*The use of "AI" integrations is and will remain completely optional*
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2181 - 2024-05-13
* Reverted [AndroidX ROOM](https://developer.android.com/jetpack/androidx/releases/room#2.6.1) to version 2.4.3 to solve locking issues (*)

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

@ -8,6 +8,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2182 - 2024-05-15
* Added optional "AI" summarize quick action
* Added optional "AI" summarize swipe action
* Changed default OpenAI model to [gpt-4o](https://openai.com/index/hello-gpt-4o/)
@ -20,8 +24,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
*The use of "AI" integrations is and will remain completely optional*
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2181 - 2024-05-13
* Reverted [AndroidX ROOM](https://developer.android.com/jetpack/androidx/releases/room#2.6.1) to version 2.4.3 to solve locking issues (*)

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