1.2270 release

pull/217/head 1.2270
M66B 6 months ago
parent 7ce7d0b9fc
commit 2d5f58f3df

@ -28,6 +28,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus) ### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2270 2025-03-31
* Fixed widgets for some Android variants
* 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.2269 2025-03-27 ### 1.2269 2025-03-27
* Fixed all reported issues * Fixed all reported issues
@ -39,7 +46,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email) * Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2268 2025-03-14 ### 1.2268 2025-03-14 *
* Fixed delayed marking read * Fixed delayed marking read
* Small improvements and minor bug fixes * Small improvements and minor bug fixes

@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download' apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2269 } def getVersionCode = { -> return 2270 }
def getRevision = { -> return "b" } 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

@ -28,6 +28,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus) ### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2270 2025-03-31
* Fixed widgets for some Android variants
* 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.2269 2025-03-27 ### 1.2269 2025-03-27
* Fixed all reported issues * Fixed all reported issues
@ -39,7 +46,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email) * Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2268 2025-03-14 ### 1.2268 2025-03-14 *
* Fixed delayed marking read * Fixed delayed marking read
* Small improvements and minor bug fixes * Small improvements and minor bug fixes

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