1.2300 release

master 1.2300
M66B 3 days ago
parent b9b901a381
commit eaace833be

@ -30,8 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2300 2025-10-06
* Fixed all reported bugs * Fixed all reported bugs
* Added collapsible attachments for the message editor * Added collapsible attachments for the message editor
* Updated [S/MIME root certificates](https://wiki.mozilla.org/CA/Included_Certificates)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2299 2025-09-30 ### 1.2299 2025-09-30

@ -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 2299 } def getVersionCode = { -> return 2300 }
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,8 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2300 2025-10-06
* Fixed all reported bugs * Fixed all reported bugs
* Added collapsible attachments for the message editor * Added collapsible attachments for the message editor
* Updated [S/MIME root certificates](https://wiki.mozilla.org/CA/Included_Certificates)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2299 2025-09-30 ### 1.2299 2025-09-30

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