File tree Expand file tree Collapse file tree 4 files changed +3840
-3
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 4 files changed +3840
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33apply plugin : ' de.undercouch.download'
44
5- def getVersionCode = { -> return 2294 }
5+ def getVersionCode = { -> return 2295 }
66def getRevision = { -> return " a" }
77def getReleaseName = { -> return " Ceratonykus" }
88// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments