Skip to content

Commit e46ec5d

Browse files
chore(release): v1.6.2 (12) (#530)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 2e9408f commit e46ec5d

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
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.6.1
2+
1.6.2

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.6.2] - 2025-08-23
810
### Changed
911
- Renamed notification channels to be more user-friendly ([#196])
12+
- Updated translations
1013

1114
### Fixed
1215
- Fixed missing phone number in call history details ([#526])
@@ -170,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170173
[#526]: https://github.com/FossifyOrg/Phone/issues/526
171174
[#535]: https://github.com/FossifyOrg/Phone/issues/535
172175

173-
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.6.1...HEAD
176+
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.6.2...HEAD
177+
[1.6.2]: https://github.com/FossifyOrg/Phone/compare/1.6.1...1.6.2
174178
[1.6.1]: https://github.com/FossifyOrg/Phone/compare/1.6.0...1.6.1
175179
[1.6.0]: https://github.com/FossifyOrg/Phone/compare/1.5.1...1.6.0
176180
[1.5.1]: https://github.com/FossifyOrg/Phone/compare/1.5.0...1.5.1
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Changed:
2+
3+
• Renamed notification channels to be more user-friendly
4+
• Updated translations
5+
6+
Fixed:
7+
8+
• Fixed missing phone number in call history details
9+
• Fixed incorrect sorting in call history search results
10+
• Fixed frequent crashes in call history
11+

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.6.1
26-
VERSION_CODE=11
25+
VERSION_NAME=1.6.2
26+
VERSION_CODE=12
2727
APP_ID=org.fossify.phone

0 commit comments

Comments
 (0)