diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a3681261..70a236ef93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,23 @@ 🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2FCHANGELOG.md) -For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport). +
+ +### Notices -*The use of "AI" integrations is and will remain completely optional*. +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. +For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport). + +
+ ### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan) ### Next version @@ -19,8 +29,6 @@ To prevent tracking, [REST](https://en.wikipedia.org/wiki/REST) calls are used i * Small improvements and minor bug fixes * Updated [translations](https://crowdin.com/project/open-source-email) -Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/). - ### 1.2190 - 2024-05-28 * * Fixed navigation bar color diff --git a/app/build.gradle b/app/build.gradle index 7eba6b6987..73d2240b67 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -410,6 +410,7 @@ tasks.register('copyChangelog', Copy) { .replaceAll(".*Google Translate.*", "--------------------") .replaceAll("### ", "") .replaceAll("## ", "") + .replaceAll("
", "---") .replaceAll("", "") .replaceAll("\\(https.*\\)", "") .replaceAll("\\[", "") diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index d2a3681261..70a236ef93 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -2,13 +2,23 @@ 🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2FCHANGELOG.md) -For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport). +
+ +### Notices -*The use of "AI" integrations is and will remain completely optional*. +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. +For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport). + +
+ ### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan) ### Next version @@ -19,8 +29,6 @@ To prevent tracking, [REST](https://en.wikipedia.org/wiki/REST) calls are used i * Small improvements and minor bug fixes * Updated [translations](https://crowdin.com/project/open-source-email) -Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/). - ### 1.2190 - 2024-05-28 * * Fixed navigation bar color diff --git a/metadata/en-US/changelogs/2190.txt b/metadata/en-US/changelogs/2190.txt index 9516cc1f71..90a9de76c7 100644 --- a/metadata/en-US/changelogs/2190.txt +++ b/metadata/en-US/changelogs/2190.txt @@ -2,13 +2,23 @@ Changelog -------------------- -For support you can use the contact form. +--- + +Notices -*The use of "AI" integrations is and will remain completely optional*. +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. +For support you can use the contact form. + +--- + Acantholipan Next version @@ -19,8 +29,6 @@ Next version * Small improvements and minor bug fixes * Updated translations -Preview versions are available here. - 1.2190 - 2024-05-28 * * Fixed navigation bar color