From 05af5b9e666f8e4911bf6e8a7de8c95285cdd445 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 16 Apr 2020 17:30:08 +0200 Subject: [PATCH] updating changelog --- CHANGELOG.md | 8 ++++++++ fastlane/metadata/android/en-US/changelogs/60.txt | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/60.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3e0c78..7227b9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 6.9.0 *(2020-04-16)* +---------------------------- + + * Use colored contact avatars with the first letter of their name to make the app happier :) + * Properly recognize the local Phone contact source, even when empty + * Fix some glitches related to the letters in the fastscroller not being correctly sorted + * Couple other stability, translation and UI improvements + Version 6.8.0 *(2020-03-18)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/60.txt b/fastlane/metadata/android/en-US/changelogs/60.txt new file mode 100644 index 00000000..d87b6654 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/60.txt @@ -0,0 +1,4 @@ + * Use colored contact avatars with the first letter of their name to make the app happier :) + * Properly recognize the local Phone contact source, even when empty + * Fix some glitches related to the letters in the fastscroller not being correctly sorted + * Couple other stability, translation and UI improvements