From 7b65bc9b3679c9020fe8a1ab5dfbbd4c4d15e179 Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Mon, 28 Oct 2024 02:23:34 +0530 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 +++++++++++++++ fastlane/metadata/android/en-US/changelogs/3.txt | 11 +++++++++++ 2 files changed, 26 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/3.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f44ba16..8000be7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========== +Version 1.1.0 *(2024-10-28)* +---------------------------- + +* Fixed issue with contacts not displaying on Android 14 and above +* Fixed data loss when deleting contacts with identical names +* Fixed corrupted automatic backups +* Fixed low-quality photo exports in vCards +* Fixed overlap between the floating action button and list items +* Added an option to display formatted phone numbers +* Added a favorite button for contacts in groups +* Replaced checkboxes with switches +* Removed support for Android 7 and older versions +* Other minor bug fixes and improvements +* Added more translations + Version 1.0.1 *(2024-01-17)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 000000000..ae151ffa7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,11 @@ +* Fixed issue with contacts not displaying on Android 14 and above +* Fixed data loss when deleting contacts with identical names +* Fixed corrupted automatic backups +* Fixed low-quality photo exports in vCards +* Fixed overlap between the floating action button and list items +* Added an option to display formatted phone numbers +* Added a favorite button for contacts in groups +* Replaced checkboxes with switches +* Removed support for Android 7 and older versions +* Other minor bug fixes and improvements +* Added more translations \ No newline at end of file