From 96a514fbb069439b88895d779251dfadc5c7ec29 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 8 Feb 2022 23:30:27 +0100 Subject: [PATCH] updating changelog --- CHANGELOG.md | 10 ++++++++++ fastlane/metadata/android/en-US/changelogs/90.txt | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/90.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 90314a57..732f19e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========== +Version 6.17.1 *(2022-02-08)* +---------------------------- + + * Add Favorites tab when handling contact selection third party intent + * Improving the UX at using social buttons, like calling through WhatsApp + * import whole address, if it is split into multiple pieces in a .vcf file + * Allow customizing visible contact fields at the View and Edit screen too + * Fix a glitch with private contacts not being openable from Simple Dialer + * Added some stability, translation and UX improvements + Version 6.17.0 *(2022-01-03)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/90.txt b/fastlane/metadata/android/en-US/changelogs/90.txt new file mode 100644 index 00000000..de4372f9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/90.txt @@ -0,0 +1,6 @@ + * Add Favorites tab when handling contact selection third party intent + * Improving the UX at using social buttons, like calling through WhatsApp + * import whole address, if it is split into multiple pieces in a .vcf file + * Allow customizing visible contact fields at the View and Edit screen too + * Fix a glitch with private contacts not being openable from Simple Dialer + * Added some stability, translation and UX improvements