From c6524263c50783bd7d303ebf10c076efb67f2a08 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 13 Jun 2024 09:07:47 +0200 Subject: [PATCH] 1.2201 release --- CHANGELOG.md | 10 ++++++---- app/build.gradle | 4 ++-- app/src/main/assets/CHANGELOG.md | 10 ++++++---- metadata/en-US/changelogs/2200.txt | 10 ++++++---- 4 files changed, 20 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea849d27e..44b3834a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,12 @@ 🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2FCHANGELOG.md) -
- ### Notices Recently, there were more updates than usual, all intended to resolve side effects of changes required for Android 15. Google's compatibility library unfortunately does not work properly for all Android versions and all devices, and therefore custom bug fixes were necessary. - The use of "AI" integrations is and will remain completely optional. "AI" is completely inert if it is not configured and not being used. To prevent tracking, [REST](https://en.wikipedia.org/wiki/REST) calls are used instead of third-party libraries. @@ -21,7 +18,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan) -### 1.2200 - 2024-06-12 * +### 1.2201 - 2024-06-13 * + +* Small improvements and minor bug fixes +* Updated [translations](https://crowdin.com/project/open-source-email) + +### 1.2200 - 2024-06-12 * Fixed keyboard inset for some devices * Updated build tools diff --git a/app/build.gradle b/app/build.gradle index 2423245030..9f2940bb28 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle' apply plugin: 'kotlin-android' apply plugin: 'de.undercouch.download' -def getVersionCode = { -> return 2200 } -def getRevision = { -> return "b" } +def getVersionCode = { -> return 2201 } +def getRevision = { -> return "a" } def getReleaseName = { -> return "Acantholipan" } // 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 eea849d27e..44b3834a51 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -2,15 +2,12 @@ 🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2FCHANGELOG.md) -
- ### Notices Recently, there were more updates than usual, all intended to resolve side effects of changes required for Android 15. Google's compatibility library unfortunately does not work properly for all Android versions and all devices, and therefore custom bug fixes were necessary. - The use of "AI" integrations is and will remain completely optional. "AI" is completely inert if it is not configured and not being used. To prevent tracking, [REST](https://en.wikipedia.org/wiki/REST) calls are used instead of third-party libraries. @@ -21,7 +18,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan) -### 1.2200 - 2024-06-12 * +### 1.2201 - 2024-06-13 * + +* Small improvements and minor bug fixes +* Updated [translations](https://crowdin.com/project/open-source-email) + +### 1.2200 - 2024-06-12 * Fixed keyboard inset for some devices * Updated build tools diff --git a/metadata/en-US/changelogs/2200.txt b/metadata/en-US/changelogs/2200.txt index 38380c57c1..b8d7b83d46 100644 --- a/metadata/en-US/changelogs/2200.txt +++ b/metadata/en-US/changelogs/2200.txt @@ -2,15 +2,12 @@ Changelog -------------------- ---- - Notices Recently, there were more updates than usual, all intended to resolve side effects of changes required for Android 15. Google's compatibility library unfortunately does not work properly for all Android versions and all devices, and therefore custom bug fixes were necessary. - The use of "AI" integrations is and will remain completely optional. "AI" is completely inert if it is not configured and not being used. To prevent tracking, REST calls are used instead of third-party libraries. @@ -21,7 +18,12 @@ For support you can use the contact form. Acantholipan -1.2200 - 2024-06-12 * +1.2201 - 2024-06-13 * + +* Small improvements and minor bug fixes +* Updated translations + +1.2200 - 2024-06-12 * Fixed keyboard inset for some devices * Updated build tools