|
1 | | -Changelog |
2 | | -========== |
3 | | - |
4 | | -Version 1.4.0 *(2025-04-01)* |
5 | | ----------------------------- |
6 | | - |
7 | | -* Added support for caller location (state/country) in call history (#39) |
8 | | -* Added option to open contact details when contact photo is tapped (#35) |
9 | | -* Removed storage permission requirement |
10 | | -* Other minor bug fixes and improvements |
11 | | -* Added more translations |
12 | | - |
13 | | -Version 1.3.1 *(2025-01-14)* |
14 | | ----------------------------- |
15 | | - |
16 | | -* Fixed an issue where call history wasn't refreshing (https://github.com/FossifyOrg/Phone/issues/183) |
17 | | -* Fixed index letter sorting in the contacts list (https://github.com/FossifyOrg/Phone/issues/186) |
18 | | -* Fixed dialpad search for some characters (https://github.com/FossifyOrg/Phone/issues/139) |
19 | | -* Fixed an issues where call hangs up immediately after back press (https://github.com/FossifyOrg/Phone/issues/237) |
20 | | -* Other minor bug fixes and improvements |
21 | | -* Added more translations |
22 | | - |
23 | | -Version 1.3.0 *(2024-10-30)* |
24 | | ----------------------------- |
25 | | - |
26 | | -* Fixed issue with contacts not displaying on Android 14 and above |
27 | | -* Replaced checkboxes with switches |
28 | | -* Removed support for Android 7 and older versions |
29 | | -* Other minor bug fixes and improvements |
30 | | -* Added more translations |
31 | | - |
32 | | -Version 1.2.0 *(2024-05-08)* |
33 | | ----------------------------- |
34 | | - |
35 | | -* Fixed an issue where call history wasn't refreshing (https://github.com/FossifyOrg/Phone/issues/146). |
36 | | -* Fixed a problem where search items would disappear (https://github.com/FossifyOrg/Phone/issues/98). |
37 | | -* Fixed UI freeze that happened when loading call history. |
38 | | -* Fixed a bug that caused search not to find older call logs (https://github.com/FossifyOrg/Phone/issues/97). |
39 | | -* Fixed a crash that occurred when using the dialpad quick callback feature. |
40 | | -* Missed call notifications are now automatically dismissed when you view your call history (https://github.com/FossifyOrg/Phone/issues/88). |
41 | | -* Moved some actions back into the popup menu to reduce visual clutter (https://github.com/FossifyOrg/General-Discussion/issues/67). |
42 | | -* Updated menu design for better UI/UX. |
43 | | -* Disabled call action buttons after a call ends for better UI/UX (https://github.com/FossifyOrg/Phone/issues/181). |
44 | | -* Grouped call history entries by date (https://github.com/FossifyOrg/Phone/issues/96). |
45 | | -* Added an option to format phone numbers in the call log (https://github.com/FossifyOrg/Contacts/issues/15). |
46 | | -* Always show the date in the call details dialog (https://github.com/FossifyOrg/Phone/issues/133). |
47 | | -* Updated call direction icons and colors in the call history for better clarity (https://github.com/FossifyOrg/Phone/issues/81). |
48 | | -* Restructured the in-call UI to be more responsive to different screen sizes (https://github.com/FossifyOrg/Phone/issues/147). |
49 | | -* Added some translations. |
50 | | - |
51 | | -Version 1.1.1 *(2024-03-21)* |
52 | | ----------------------------- |
53 | | - |
54 | | -* Removed call history limit (https://github.com/FossifyOrg/Phone/issues/125). |
55 | | -* Added quick dial-back feature (https://github.com/FossifyOrg/Phone/issues/60). |
56 | | -* The hang-up button is now always visible in the call UI (https://github.com/FossifyOrg/Phone/issues/9). |
57 | | -* Enhanced the size of caller avatar and buttons in the call UI (https://github.com/FossifyOrg/Phone/issues/118). |
58 | | -* Reorganized dialpad preferences into their own dedicated section (https://github.com/FossifyOrg/Phone/issues/116). |
59 | | -* Added placeholder avatar for unknown numbers and contacts without photo. |
60 | | -* Added a progress indicator to indicate call history retrieval. |
61 | | -* Added bottom padding in lists to allow scrolling above the floating action button. |
62 | | -* Added some translations. |
63 | | - |
64 | | -Version 1.1.0 *(2024-03-21)* |
65 | | ----------------------------- |
66 | | - |
67 | | -* Removed call history limit (https://github.com/FossifyOrg/Phone/issues/125). |
68 | | -* Added quick dial-back feature (https://github.com/FossifyOrg/Phone/issues/60). |
69 | | -* The hang-up button is now always visible in the call UI (https://github.com/FossifyOrg/Phone/issues/9). |
70 | | -* Enhanced the size of caller avatar and buttons in the call UI (https://github.com/FossifyOrg/Phone/issues/118). |
71 | | -* Reorganized dialpad preferences into their own dedicated section (https://github.com/FossifyOrg/Phone/issues/116). |
72 | | -* Added placeholder avatar for unknown numbers and contacts without photo. |
73 | | -* Added a progress indicator to indicate call history retrieval. |
74 | | -* Added bottom padding in lists to allow scrolling above the floating action button. |
75 | | -* Added some translations. |
76 | | - |
77 | | -Version 1.0.0 *(2024-01-15)* |
78 | | ----------------------------- |
79 | | - |
80 | | -* Initial release |
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [1.4.0] - 2025-04-01 |
| 11 | + |
| 12 | +### Added |
| 13 | +- Added support for caller location (state/country) in call history (#39) |
| 14 | +- Added option to open contact details when contact photo is tapped (#35) |
| 15 | + |
| 16 | +### Changed |
| 17 | +- Other minor bug fixes and improvements |
| 18 | +- Added more translations |
| 19 | + |
| 20 | +### Removed |
| 21 | +- Removed storage permission requirement |
| 22 | + |
| 23 | +## [1.3.1] - 2025-01-14 |
| 24 | + |
| 25 | +### Changed |
| 26 | +- Other minor bug fixes and improvements |
| 27 | +- Added more translations |
| 28 | + |
| 29 | +### Fixed |
| 30 | +- Fixed an issue where call history wasn't refreshing (https://github.com/FossifyOrg/Phone/issues/183) |
| 31 | +- Fixed index letter sorting in the contacts list (https://github.com/FossifyOrg/Phone/issues/186) |
| 32 | +- Fixed dialpad search for some characters (https://github.com/FossifyOrg/Phone/issues/139) |
| 33 | +- Fixed an issues where call hangs up immediately after back press (https://github.com/FossifyOrg/Phone/issues/237) |
| 34 | + |
| 35 | +## [1.3.0] - 2024-10-30 |
| 36 | + |
| 37 | +### Changed |
| 38 | +- Replaced checkboxes with switches |
| 39 | +- Other minor bug fixes and improvements |
| 40 | +- Added more translations |
| 41 | + |
| 42 | +### Fixed |
| 43 | +- Fixed issue with contacts not displaying on Android 14 and above |
| 44 | + |
| 45 | +### Removed |
| 46 | +- Removed support for Android 7 and older versions |
| 47 | + |
| 48 | +## [1.2.0] - 2024-05-08 |
| 49 | + |
| 50 | +### Added |
| 51 | +- Grouped call history entries by date (https://github.com/FossifyOrg/Phone/issues/96). |
| 52 | +- Added an option to format phone numbers in the call log (https://github.com/FossifyOrg/Contacts/issues/15). |
| 53 | + |
| 54 | +### Changed |
| 55 | +- Missed call notifications are now automatically dismissed when you view your call history (https://github.com/FossifyOrg/Phone/issues/88). |
| 56 | +- Moved some actions back into the popup menu to reduce visual clutter (https://github.com/FossifyOrg/General-Discussion/issues/67). |
| 57 | +- Updated menu design for better UI/UX. |
| 58 | +- Disabled call action buttons after a call ends for better UI/UX (https://github.com/FossifyOrg/Phone/issues/181). |
| 59 | +- Always show the date in the call details dialog (https://github.com/FossifyOrg/Phone/issues/133). |
| 60 | +- Updated call direction icons and colors in the call history for better clarity (https://github.com/FossifyOrg/Phone/issues/81). |
| 61 | +- Restructured the in-call UI to be more responsive to different screen sizes (https://github.com/FossifyOrg/Phone/issues/147). |
| 62 | +- Added some translations. |
| 63 | + |
| 64 | +### Fixed |
| 65 | +- Fixed an issue where call history wasn't refreshing (https://github.com/FossifyOrg/Phone/issues/146). |
| 66 | +- Fixed a problem where search items would disappear (https://github.com/FossifyOrg/Phone/issues/98). |
| 67 | +- Fixed UI freeze that happened when loading call history. |
| 68 | +- Fixed a bug that caused search not to find older call logs (https://github.com/FossifyOrg/Phone/issues/97). |
| 69 | +- Fixed a crash that occurred when using the dialpad quick callback feature. |
| 70 | + |
| 71 | +## [1.1.1] - 2024-03-21 |
| 72 | + |
| 73 | +### Added |
| 74 | +- Added quick dial-back feature (https://github.com/FossifyOrg/Phone/issues/60). |
| 75 | +- Added placeholder avatar for unknown numbers and contacts without photo. |
| 76 | +- Added a progress indicator to indicate call history retrieval. |
| 77 | +- Added bottom padding in lists to allow scrolling above the floating action button. |
| 78 | + |
| 79 | +### Changed |
| 80 | +- The hang-up button is now always visible in the call UI (https://github.com/FossifyOrg/Phone/issues/9). |
| 81 | +- Enhanced the size of caller avatar and buttons in the call UI (https://github.com/FossifyOrg/Phone/issues/118). |
| 82 | +- Reorganized dialpad preferences into their own dedicated section (https://github.com/FossifyOrg/Phone/issues/116). |
| 83 | +- Added some translations. |
| 84 | + |
| 85 | +### Removed |
| 86 | +- Removed call history limit (https://github.com/FossifyOrg/Phone/issues/125). |
| 87 | + |
| 88 | +## [1.1.0] - 2024-03-21 |
| 89 | + |
| 90 | +### Added |
| 91 | +- Added quick dial-back feature (https://github.com/FossifyOrg/Phone/issues/60). |
| 92 | +- Added placeholder avatar for unknown numbers and contacts without photo. |
| 93 | +- Added a progress indicator to indicate call history retrieval. |
| 94 | +- Added bottom padding in lists to allow scrolling above the floating action button. |
| 95 | + |
| 96 | +### Changed |
| 97 | +- The hang-up button is now always visible in the call UI (https://github.com/FossifyOrg/Phone/issues/9). |
| 98 | +- Enhanced the size of caller avatar and buttons in the call UI (https://github.com/FossifyOrg/Phone/issues/118). |
| 99 | +- Reorganized dialpad preferences into their own dedicated section (https://github.com/FossifyOrg/Phone/issues/116). |
| 100 | +- Added some translations. |
| 101 | + |
| 102 | +### Removed |
| 103 | +- Removed call history limit (https://github.com/FossifyOrg/Phone/issues/125). |
| 104 | + |
| 105 | +## [1.0.0] - 2024-01-15 |
| 106 | + |
| 107 | +### Added |
| 108 | +- Initial release |
| 109 | + |
| 110 | +[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.4.0...HEAD |
| 111 | +[1.4.0]: https://github.com/FossifyOrg/Phone/compare/1.3.1...1.4.0 |
| 112 | +[1.3.1]: https://github.com/FossifyOrg/Phone/compare/1.3.0...1.3.1 |
| 113 | +[1.3.0]: https://github.com/FossifyOrg/Phone/compare/1.2.0...1.3.0 |
| 114 | +[1.2.0]: https://github.com/FossifyOrg/Phone/compare/1.1.1...1.2.0 |
| 115 | +[1.1.1]: https://github.com/FossifyOrg/Phone/compare/1.1.0...1.1.1 |
| 116 | +[1.1.0]: https://github.com/FossifyOrg/Phone/compare/1.0.0...1.1.0 |
| 117 | +[1.0.0]: https://github.com/FossifyOrg/Phone/releases/tag/1.0.0 |
| 118 | + |
| 119 | +[#9]: https://github.com/FossifyOrg/Phone/issues/9 |
| 120 | +[#15]: https://github.com/FossifyOrg/Contacts/issues/15 |
| 121 | +[#35]: https://github.com/FossifyOrg/Phone/issues/35 |
| 122 | +[#39]: https://github.com/FossifyOrg/Phone/issues/39 |
| 123 | +[#60]: https://github.com/FossifyOrg/Phone/issues/60 |
| 124 | +[#67]: https://github.com/FossifyOrg/General-Discussion/issues/67 |
| 125 | +[#81]: https://github.com/FossifyOrg/Phone/issues/81 |
| 126 | +[#88]: https://github.com/FossifyOrg/Phone/issues/88 |
| 127 | +[#96]: https://github.com/FossifyOrg/Phone/issues/96 |
| 128 | +[#97]: https://github.com/FossifyOrg/Phone/issues/97 |
| 129 | +[#98]: https://github.com/FossifyOrg/Phone/issues/98 |
| 130 | +[#116]: https://github.com/FossifyOrg/Phone/issues/116 |
| 131 | +[#118]: https://github.com/FossifyOrg/Phone/issues/118 |
| 132 | +[#125]: https://github.com/FossifyOrg/Phone/issues/125 |
| 133 | +[#133]: https://github.com/FossifyOrg/Phone/issues/133 |
| 134 | +[#139]: https://github.com/FossifyOrg/Phone/issues/139 |
| 135 | +[#146]: https://github.com/FossifyOrg/Phone/issues/146 |
| 136 | +[#147]: https://github.com/FossifyOrg/Phone/issues/147 |
| 137 | +[#181]: https://github.com/FossifyOrg/Phone/issues/181 |
| 138 | +[#183]: https://github.com/FossifyOrg/Phone/issues/183 |
| 139 | +[#186]: https://github.com/FossifyOrg/Phone/issues/186 |
| 140 | +[#237]: https://github.com/FossifyOrg/Phone/issues/237 |
0 commit comments