1.2290 release

This commit is contained in:
M66B
2025-08-11 07:26:07 +02:00
parent 00c9a68765
commit 4d7e33d7bc
4 changed files with 3813 additions and 1 deletions

View File

@@ -30,6 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2289 2025-08-11
* Fixed all reported bugs
* A conversation will be important if any message is marked important
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2289 2025-08-02
* Fixed all reported bugs

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2289 }
def getVersionCode = { -> return 2290 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

View File

@@ -30,6 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2289 2025-08-11
* Fixed all reported bugs
* A conversation will be important if any message is marked important
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2289 2025-08-02
* Fixed all reported bugs

File diff suppressed because it is too large Load Diff