1.2135 release

pull/214/head 1.2135
M66B 10 months ago
parent b406de569a
commit 73599a30d7

@ -6,10 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### Next version
### 1.2135 - 2023-12-04
* Added swipe action to change importance
* Added group titles for important and unimportant messages
* Added group headings for important and unimportant messages
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

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

@ -6,10 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### Next version
### 1.2135 - 2023-12-04
* Added swipe action to change importance
* Added group titles for important and unimportant messages
* Added group headings for important and unimportant messages
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

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