1.2150 release

This commit is contained in:
M66B 2024-01-22 07:12:45 +01:00
parent 91e02c6d9a
commit 7002cf44cf
4 changed files with 2775 additions and 8 deletions

View File

@ -6,7 +6,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ypupiara](https://en.wikipedia.org/wiki/Ypupiara)
### Next version
### 1.2150 - 2024-01-22
* Added rule action to silence notifications, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq71)
* Added option to disable Gmail labels button
@ -15,8 +15,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
You can download intermediate builds [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2149 - 2024-01-08
* Added option to to delay automatically marking messages as read

View File

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

View File

@ -6,7 +6,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ypupiara](https://en.wikipedia.org/wiki/Ypupiara)
### Next version
### 1.2150 - 2024-01-22
* Added rule action to silence notifications, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#faq71)
* Added option to disable Gmail labels button
@ -15,8 +15,6 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
You can download intermediate builds [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2149 - 2024-01-08
* Added option to to delay automatically marking messages as read

File diff suppressed because it is too large Load Diff