1.2290 release

master 1.2290
M66B 1 month ago
parent 00c9a68765
commit 4d7e33d7bc

@ -30,6 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### 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 ### 1.2289 2025-08-02
* Fixed all reported bugs * Fixed all reported bugs

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

@ -30,6 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### 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 ### 1.2289 2025-08-02
* Fixed all reported bugs * Fixed all reported bugs

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