From 069179d1e794615e3102ca0a7b46738b193a29bd Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Wed, 30 Oct 2024 16:49:12 +0530 Subject: [PATCH] Update changelog --- CHANGELOG.md | 39 ++++++++++++------- .../metadata/android/en-US/changelogs/5.txt | 5 +++ 2 files changed, 29 insertions(+), 15 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/5.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index d695fe05..80de09c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,33 @@ Changelog ========== +Version 1.3.0 *(2024-10-30)* +---------------------------- + +* Fixed issue with contacts not displaying on Android 14 and above +* Replaced checkboxes with switches +* Removed support for Android 7 and older versions +* Other minor bug fixes and improvements +* Added more translations + Version 1.2.0 *(2024-05-08)* ---------------------------- -- Fixed an issue where call history wasn't refreshing (https://github.com/FossifyOrg/Phone/issues/146). -- Fixed a problem where search items would disappear (https://github.com/FossifyOrg/Phone/issues/98). -- Fixed UI freeze that happened when loading call history. -- Fixed a bug that caused search not to find older call logs (https://github.com/FossifyOrg/Phone/issues/97). -- Fixed a crash that occurred when using the dialpad quick callback feature. -- Missed call notifications are now automatically dismissed when you view your call history (https://github.com/FossifyOrg/Phone/issues/88). -- Moved some actions back into the popup menu to reduce visual clutter (https://github.com/FossifyOrg/General-Discussion/issues/67). -- Updated menu design for better UI/UX. -- Disabled call action buttons after a call ends for better UI/UX (https://github.com/FossifyOrg/Phone/issues/181). -- Grouped call history entries by date (https://github.com/FossifyOrg/Phone/issues/96). -- Added an option to format phone numbers in the call log (https://github.com/FossifyOrg/Contacts/issues/15). -- Always show the date in the call details dialog (https://github.com/FossifyOrg/Phone/issues/133). -- Updated call direction icons and colors in the call history for better clarity (https://github.com/FossifyOrg/Phone/issues/81). -- Restructured the in-call UI to be more responsive to different screen sizes (https://github.com/FossifyOrg/Phone/issues/147). -- Added some translations. +* Fixed an issue where call history wasn't refreshing (https://github.com/FossifyOrg/Phone/issues/146). +* Fixed a problem where search items would disappear (https://github.com/FossifyOrg/Phone/issues/98). +* Fixed UI freeze that happened when loading call history. +* Fixed a bug that caused search not to find older call logs (https://github.com/FossifyOrg/Phone/issues/97). +* Fixed a crash that occurred when using the dialpad quick callback feature. +* Missed call notifications are now automatically dismissed when you view your call history (https://github.com/FossifyOrg/Phone/issues/88). +* Moved some actions back into the popup menu to reduce visual clutter (https://github.com/FossifyOrg/General-Discussion/issues/67). +* Updated menu design for better UI/UX. +* Disabled call action buttons after a call ends for better UI/UX (https://github.com/FossifyOrg/Phone/issues/181). +* Grouped call history entries by date (https://github.com/FossifyOrg/Phone/issues/96). +* Added an option to format phone numbers in the call log (https://github.com/FossifyOrg/Contacts/issues/15). +* Always show the date in the call details dialog (https://github.com/FossifyOrg/Phone/issues/133). +* Updated call direction icons and colors in the call history for better clarity (https://github.com/FossifyOrg/Phone/issues/81). +* Restructured the in-call UI to be more responsive to different screen sizes (https://github.com/FossifyOrg/Phone/issues/147). +* Added some translations. Version 1.1.1 *(2024-03-21)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 00000000..8e1ec9ad --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,5 @@ +* Fixed issue with contacts not displaying on Android 14 and above +* Replaced checkboxes with switches +* Removed support for Android 7 and older versions +* Other minor bug fixes and improvements +* Added more translations