1.2183 release

pull/215/head
M66B 7 months ago
parent 92a928d536
commit 6c4d6a363e

@ -4,10 +4,16 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
*The use of "AI" integrations is and will remain completely optional*
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### Next version
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2182 - 2024-05-21
* Prepared for Android 15
* Added "AI" summarize rule action
* Listing NOT rule conditions
@ -16,8 +22,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Updated build tools
* Updated [translations](https://crowdin.com/project/open-source-email)
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2182 - 2024-05-15
* Added optional "AI" summarize quick action
@ -30,8 +34,6 @@ Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
*The use of "AI" integrations is and will remain completely optional*
### 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 2182 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2183 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Acantholipan" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -4,10 +4,16 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
*The use of "AI" integrations is and will remain completely optional*
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### Next version
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2182 - 2024-05-21
* Prepared for Android 15
* Added "AI" summarize rule action
* Listing NOT rule conditions
@ -16,8 +22,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Updated build tools
* Updated [translations](https://crowdin.com/project/open-source-email)
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2182 - 2024-05-15
* Added optional "AI" summarize quick action
@ -30,8 +34,6 @@ Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
*The use of "AI" integrations is and will remain completely optional*
### 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