1.2053 release

pull/212/head 1.2053
M66B 3 years ago
parent bb4d93b893
commit 1c3e2170fc

@ -6,17 +6,17 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis) ### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### Next version ### 1.2053 - 2023-03-13
* Added PGP encrypt-only * Added PGP encrypt-only
* Added weekend scheduling * Added weekend scheduling (receive-settings tab page)
* Added reply template sorting options * Added reply template sorting options
* Added option to vertically align keywords, preview, and notes * Added display option to vertically align keywords, preview, and notes
* Improved [OpenAI (ChatGPT) integration](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq190) * Improved [OpenAI (ChatGPT) integration](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq190)
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated AndroidX * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated Public Suffix List * Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated translations * Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2052 - 2023-03-08 ### 1.2052 - 2023-03-08

@ -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 2052 } def getVersionCode = { -> return 2053 }
def getRevision = { -> return "a" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Rahonavis" } def getReleaseName = { -> return "Rahonavis" }
// 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,17 +6,17 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis) ### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### Next version ### 1.2053 - 2023-03-13
* Added PGP encrypt-only * Added PGP encrypt-only
* Added weekend scheduling * Added weekend scheduling (receive-settings tab page)
* Added reply template sorting options * Added reply template sorting options
* Added option to vertically align keywords, preview, and notes * Added display option to vertically align keywords, preview, and notes
* Improved [OpenAI (ChatGPT) integration](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq190) * Improved [OpenAI (ChatGPT) integration](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq190)
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated AndroidX * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated Public Suffix List * Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated translations * Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2052 - 2023-03-08 ### 1.2052 - 2023-03-08

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