1.2294 release

master 1.2294
M66B 3 weeks ago
parent a91fc28d3f
commit 512a2959fd

@ -30,7 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2293 2025-08-25 *
### 1.2294 2025-08-30 *
* One-click unsubscribe improvements
* 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.2293 2025-08-25
* One-click unsubscribe improvements
* Small improvements and minor bug fixes

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

@ -30,7 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2293 2025-08-25 *
### 1.2294 2025-08-30 *
* One-click unsubscribe improvements
* 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.2293 2025-08-25
* One-click unsubscribe improvements
* Small improvements and minor bug fixes

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