From f4d8d20bcc2bb17a40574564b23645e2caa24960 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 19 Jun 2020 14:08:30 +0200 Subject: [PATCH] updating changelog --- CHANGELOG.md | 8 ++++++++ fastlane/metadata/android/en-US/changelogs/11.txt | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/11.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 146e6931a..3a4954e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 5.4.0 *(2020-06-19)* +---------------------------- + + * Allow opening private contacts from the first tab in Simple Contacts Pro + * Properly show privately stored contacts at Favorites + * Use proper colors at the call notification texts with dark theme too + * Many other smaller UX improvements + Version 5.3.0 *(2020-05-31)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 000000000..b528f3276 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1,4 @@ + * Allow opening private contacts from the first tab in Simple Contacts Pro + * Properly show privately stored contacts at Favorites + * Use proper colors at the call notification texts with dark theme too + * Many other smaller UX improvements