From e0f7bfd7e86fa9e92a40702f2ea651d2cdffcfad Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 18 Jun 2020 22:06:48 +0200 Subject: [PATCH] updating changelog --- CHANGELOG.md | 9 +++++++++ fastlane/metadata/android/en-US/changelogs/10.txt | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/10.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 3036521f..279108c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========== +Version 5.3.0 *(2020-06-18)* +---------------------------- + + * Allow changing the text size + * Allow replying to incoming messages directly from the notification on Android 7+ + * Make emails and urls clickable at messages + * Allow marking conversations as Unread + * Many other UX, stability and translation improvements + Version 5.2.0 *(2020-05-30)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 00000000..4ff699a4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1,5 @@ + * Allow changing the text size + * Allow replying to incoming messages directly from the notification on Android 7+ + * Make emails and urls clickable at messages + * Allow marking conversations as Unread + * Many other UX, stability and translation improvements