1.2297 release

master 1.2297
M66B 2 days ago
parent 90f5b3a799
commit ccb4a7355f

@ -30,6 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2297 2025-09-18
* Fixed all reported bugs
* Small improvements and minor bug fixes
* Updated [BouncyCastle](https://www.bouncycastle.org/)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2296 2025-09-12
* Fixed all reported bugs

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2296 }
def getVersionCode = { -> return 2297 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
// 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)
### 1.2297 2025-09-18
* Fixed all reported bugs
* Small improvements and minor bug fixes
* Updated [BouncyCastle](https://www.bouncycastle.org/)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2296 2025-09-12
* Fixed all reported bugs

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