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