1.2280 release

master 1.2280
M66B 3 months ago
parent 6ad00a4ddb
commit 559838528b

@ -28,6 +28,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2280 2025-06-10
* Fixed mime type of shared files
* 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.2279 2025-06-09
* Added auto-reset of PGP keys

@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2279 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2280 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
// 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)
### 1.2280 2025-06-10
* Fixed mime type of shared files
* 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.2279 2025-06-09
* Added auto-reset of PGP keys

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