Skip to content

Commit c4e380b

Browse files
chore(release): v1.6.0 (10) (#462)
* chore(release): v1.6.0 (10) * docs: update changelog --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <[email protected]>
1 parent 4d43f2c commit c4e380b

File tree

4 files changed

+26
-54
lines changed

4 files changed

+26
-54
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.5.1
2+
1.6.0

CHANGELOG.md

Lines changed: 18 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,78 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

9+
## [1.6.0] - 2025-07-11
1010
### Changed
11-
1211
- Dialpad screen now respects the default SIM preference ([#50])
12+
- Updated translations
1313

1414
## [1.5.1] - 2025-06-17
15-
1615
### Changed
17-
1816
- Updated translations
1917

2018
### Fixed
21-
2219
- Fixed crash when searching in call history ([#378])
2320

2421
## [1.5.0] - 2025-06-06
25-
2622
### Added
27-
2823
- Backspace button on call screen dialpad
2924

3025
### Changed
31-
3226
- SIM indicators now use system-defined colors
3327
- Search query is now preserved when switching tabs ([#94])
3428
- Updated translations
3529

3630
### Fixed
37-
3831
- Calling from the favorites grid view now works as expected ([#357])
3932
- Fixed phone number text direction in RTL layout ([#307])
4033
- Fixed incorrect colors on conference call screen ([#359])
4134

4235
## [1.4.0] - 2025-04-01
43-
4436
### Added
45-
4637
- Added support for caller location (state/country) in call history ([#39])
4738
- Added option to open contact details when contact photo is tapped ([#35])
4839

4940
### Changed
50-
5141
- Other minor bug fixes and improvements
5242
- Added more translations
5343

5444
### Removed
55-
5645
- Removed storage permission requirement
5746

5847
## [1.3.1] - 2025-01-14
59-
6048
### Changed
61-
6249
- Other minor bug fixes and improvements
6350
- Added more translations
6451

6552
### Fixed
66-
6753
- Fixed an issue where call history wasn't refreshing ([#183])
6854
- Fixed index letter sorting in the contacts list ([#186])
6955
- Fixed dialpad search for some characters ([#139])
7056
- Fixed an issue where call hangs up immediately after back press ([#237])
7157

7258
## [1.3.0] - 2024-10-30
73-
7459
### Changed
75-
7660
- Replaced checkboxes with switches
7761
- Other minor bug fixes and improvements
7862
- Added more translations
7963

80-
### Fixed
81-
82-
- Fixed issue with contacts not displaying on Android 14 and above
83-
8464
### Removed
85-
8665
- Removed support for Android 7 and older versions
8766

88-
## [1.2.0] - 2024-05-08
67+
### Fixed
68+
- Fixed issue with contacts not displaying on Android 14 and above
8969

70+
## [1.2.0] - 2024-05-08
9071
### Added
91-
9272
- Grouped call history entries by date ([#96])
93-
- Added an option to format phone numbers in the call log ([#15])
73+
- Added an option to format phone numbers in the call log
9474

9575
### Changed
96-
9776
- Missed call notifications are now automatically dismissed when you view your call history ([#88])
9877
- Moved some actions back into the popup menu to reduce visual clutter
9978
- Updated menu design for better UI/UX
@@ -104,72 +83,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10483
- Added some translations
10584

10685
### Fixed
107-
10886
- Fixed an issue where call history wasn't refreshing ([#146])
10987
- Fixed a problem where search items would disappear ([#98])
11088
- Fixed UI freeze that happened when loading call history
11189
- Fixed a bug that caused search not to find older call logs ([#97])
11290
- Fixed a crash that occurred when using the dialpad quick callback feature
11391

11492
## [1.1.1] - 2024-03-21
115-
11693
### Added
117-
11894
- Added quick dial-back feature ([#60])
11995
- Added placeholder avatar for unknown numbers and contacts without photo
12096
- Added a progress indicator to indicate call history retrieval
12197
- Added bottom padding in lists to allow scrolling above the floating action button
12298

12399
### Changed
124-
125100
- The hang-up button is now always visible in the call UI ([#9])
126101
- Enhanced the size of caller avatar and buttons in the call UI ([#118])
127102
- Reorganized dialpad preferences into their own dedicated section ([#116])
128103
- Added some translations
129104

130105
### Removed
131-
132106
- Removed call history limit ([#125])
133107

134108
## [1.1.0] - 2024-03-21
135-
136109
### Added
137-
138110
- Added quick dial-back feature ([#60])
139111
- Added placeholder avatar for unknown numbers and contacts without photo
140112
- Added a progress indicator to indicate call history retrieval
141113
- Added bottom padding in lists to allow scrolling above the floating action button
142114

143115
### Changed
144-
145116
- The hang-up button is now always visible in the call UI ([#9])
146117
- Enhanced the size of caller avatar and buttons in the call UI ([#118])
147118
- Reorganized dialpad preferences into their own dedicated section ([#116])
148119
- Added some translations
149120

150121
### Removed
151-
152122
- Removed call history limit ([#125])
153123

154124
## [1.0.0] - 2024-01-15
155-
156125
### Added
157-
158126
- Initial release
159127

160-
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.5.1...HEAD
161-
[1.5.1]: https://github.com/FossifyOrg/Phone/compare/1.5.0...1.5.1
162-
[1.5.0]: https://github.com/FossifyOrg/Phone/compare/1.4.0...1.5.0
163-
[1.4.0]: https://github.com/FossifyOrg/Phone/compare/1.3.1...1.4.0
164-
[1.3.1]: https://github.com/FossifyOrg/Phone/compare/1.3.0...1.3.1
165-
[1.3.0]: https://github.com/FossifyOrg/Phone/compare/1.2.0...1.3.0
166-
[1.2.0]: https://github.com/FossifyOrg/Phone/compare/1.1.1...1.2.0
167-
[1.1.1]: https://github.com/FossifyOrg/Phone/compare/1.1.0...1.1.1
168-
[1.1.0]: https://github.com/FossifyOrg/Phone/compare/1.0.0...1.1.0
169-
[1.0.0]: https://github.com/FossifyOrg/Phone/releases/tag/1.0.0
170-
171128
[#9]: https://github.com/FossifyOrg/Phone/issues/9
172-
[#15]: https://github.com/FossifyOrg/Contacts/issues/15
173129
[#35]: https://github.com/FossifyOrg/Phone/issues/35
174130
[#39]: https://github.com/FossifyOrg/Phone/issues/39
175131
[#50]: https://github.com/FossifyOrg/Phone/issues/50
@@ -192,7 +148,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
192148
[#186]: https://github.com/FossifyOrg/Phone/issues/186
193149
[#237]: https://github.com/FossifyOrg/Phone/issues/237
194150
[#307]: https://github.com/FossifyOrg/Phone/issues/307
195-
[#347]: https://github.com/FossifyOrg/Phone/issues/347
196151
[#357]: https://github.com/FossifyOrg/Phone/issues/357
197152
[#359]: https://github.com/FossifyOrg/Phone/issues/359
198153
[#378]: https://github.com/FossifyOrg/Phone/issues/378
154+
155+
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/v1.6.0...HEAD
156+
[1.6.0]: https://github.com/FossifyOrg/Phone/compare/v1.5.1...v1.6.0
157+
[1.5.1]: https://github.com/FossifyOrg/Phone/compare/v1.5.0...v1.5.1
158+
[1.5.0]: https://github.com/FossifyOrg/Phone/compare/v1.4.0...v1.5.0
159+
[1.4.0]: https://github.com/FossifyOrg/Phone/compare/v1.3.1...v1.4.0
160+
[1.3.1]: https://github.com/FossifyOrg/Phone/compare/v1.3.0...v1.3.1
161+
[1.3.0]: https://github.com/FossifyOrg/Phone/compare/v1.2.0...v1.3.0
162+
[1.2.0]: https://github.com/FossifyOrg/Phone/compare/v1.1.1...v1.2.0
163+
[1.1.1]: https://github.com/FossifyOrg/Phone/compare/v1.1.0...v1.1.1
164+
[1.1.0]: https://github.com/FossifyOrg/Phone/compare/v1.0.0...v1.1.0
165+
[1.0.0]: https://github.com/FossifyOrg/Phone/releases/tag/v1.0.0
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Changed:
2+
3+
• Dialpad screen now respects the default SIM preference
4+
• Updated translations
5+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ android.nonTransitiveRClass=false
2222
kotlin.code.style=official
2323

2424
# Versioning
25-
VERSION_NAME=1.5.1
26-
VERSION_CODE=9
25+
VERSION_NAME=1.6.0
26+
VERSION_CODE=10
2727
APP_ID=org.fossify.phone

0 commit comments

Comments
 (0)