Skip to content

Commit 8ebb53c

Browse files
committed
1.2295 release
1 parent 9f90348 commit 8ebb53c

File tree

4 files changed

+3840
-3
lines changed

4 files changed

+3840
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
3030

3131
### Next version (Work in progress)
3232

33-
### 1.2294 2025-08-30 *
33+
### 1.2295 2025-09-01 *
34+
35+
* Fixed scroll issues with delayed marking read
36+
* Fixed selecting messages when swiping a message
37+
38+
### 1.2294 2025-08-30
3439

3540
* One-click unsubscribe improvements
3641
* Small improvements and minor bug fixes

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33
apply plugin: 'de.undercouch.download'
44

5-
def getVersionCode = { -> return 2294 }
5+
def getVersionCode = { -> return 2295 }
66
def getRevision = { -> return "a" }
77
def getReleaseName = { -> return "Ceratonykus" }
88
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

app/src/main/assets/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
3030

3131
### Next version (Work in progress)
3232

33-
### 1.2294 2025-08-30 *
33+
### 1.2295 2025-09-01 *
34+
35+
* Fixed scroll issues with delayed marking read
36+
* Fixed selecting messages when swiping a message
37+
38+
### 1.2294 2025-08-30
3439

3540
* One-click unsubscribe improvements
3641
* Small improvements and minor bug fixes

0 commit comments

Comments
 (0)