1.2031 release

This commit is contained in:
M66B 2023-01-24 09:43:13 +01:00
parent dabfa7c754
commit 752e3aa9d9
6 changed files with 535300 additions and 7 deletions

View File

@ -6,9 +6,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### Next version
### 1.2031 - 2023-01-24
* Added cloud sync to synchronize accounts across devices
* Added "*Don't ask again*" for mailto links
* Added inserting image links
* Added menu item to check HTML syntax of a signature
* Added option to disable last sync time in the navigation menu
* Added option to disable automatically blocking spam senders
@ -17,8 +19,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Small improvements and minor bug fixes
* Updated translations
<img src="https://bitbucket.org/M66B/fairemail-test/downloads/cloud_sync.png" width="480" />
### 1.2030 - 2023-01-14
* Added backup settings tab page

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,9 +6,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### Next version
### 1.2031 - 2023-01-24
* Added cloud sync to synchronize accounts across devices
* Added "*Don't ask again*" for mailto links
* Added inserting image links
* Added menu item to check HTML syntax of a signature
* Added option to disable last sync time in the navigation menu
* Added option to disable automatically blocking spam senders
@ -17,8 +19,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Small improvements and minor bug fixes
* Updated translations
<img src="https://bitbucket.org/M66B/fairemail-test/downloads/cloud_sync.png" width="480" />
### 1.2030 - 2023-01-14
* Added backup settings tab page

File diff suppressed because it is too large Load Diff