1.2295 release

master 1.2295
M66B 4 days ago
parent 9f903481c7
commit 8ebb53c776

@ -30,7 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2294 2025-08-30 *
### 1.2295 2025-09-01 *
* Fixed scroll issues with delayed marking read
* Fixed selecting messages when swiping a message
### 1.2294 2025-08-30
* 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 2294 }
def getVersionCode = { -> return 2295 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,7 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2294 2025-08-30 *
### 1.2295 2025-09-01 *
* Fixed scroll issues with delayed marking read
* Fixed selecting messages when swiping a message
### 1.2294 2025-08-30
* One-click unsubscribe improvements
* Small improvements and minor bug fixes

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