From 76b9ce5812600de8cb245e14a1f5b2b8b687ed4f Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 12 Sep 2025 07:24:19 +0200 Subject: [PATCH] 1.2296 release --- CHANGELOG.md | 8 ++++++++ app/build.gradle | 2 +- app/src/main/assets/CHANGELOG.md | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfeb62ca1..216898b4ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### Next version (Work in progress) +### 1.2296 2025-09-12 + +* Fixed all reported bugs +* Small improvements and minor bug fixes +* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) +* Updated [Public Suffix List](https://github.com/publicsuffix/list) +* Updated [translations](https://crowdin.com/project/open-source-email) + ### 1.2295 2025-09-01 * * Fixed scroll issues with delayed marking read diff --git a/app/build.gradle b/app/build.gradle index 12a5f26cea..60e9108d42 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'de.undercouch.download' -def getVersionCode = { -> return 2295 } +def getVersionCode = { -> return 2296 } def getRevision = { -> return "a" } def getReleaseName = { -> return "Ceratonykus" } // https://en.wikipedia.org/wiki/List_of_dinosaur_genera diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index 9cfeb62ca1..216898b4ec 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -30,6 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### Next version (Work in progress) +### 1.2296 2025-09-12 + +* Fixed all reported bugs +* Small improvements and minor bug fixes +* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) +* Updated [Public Suffix List](https://github.com/publicsuffix/list) +* Updated [translations](https://crowdin.com/project/open-source-email) + ### 1.2295 2025-09-01 * * Fixed scroll issues with delayed marking read