Skip to content

Commit f15990e

Browse files
chore(release): v1.5.1 (9) (#427)
* chore(release): v1.5.1 (9) * chore(release): copy changelog from previous version --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <[email protected]>
1 parent 4f8fe0f commit f15990e

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.fossify/release-marker.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto-generated file. DO NOT EDIT.
2+
1.5.1

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.1] - 2025-06-17
11+
1012
### Changed
1113

1214
- Updated translations
@@ -151,7 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151153

152154
- Initial release
153155

154-
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.5.0...HEAD
156+
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.5.1...HEAD
157+
[1.5.1]: https://github.com/FossifyOrg/Phone/compare/1.5.0...1.5.1
155158
[1.5.0]: https://github.com/FossifyOrg/Phone/compare/1.4.0...1.5.0
156159
[1.4.0]: https://github.com/FossifyOrg/Phone/compare/1.3.1...1.4.0
157160
[1.3.1]: https://github.com/FossifyOrg/Phone/compare/1.3.0...1.3.1
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Added:
2+
3+
• Backspace button on call screen dialpad
4+
5+
Changed:
6+
7+
• SIM indicators now use system-defined colors
8+
• Search query is now preserved when switching tabs
9+
• Updated translations
10+
11+
Fixed:
12+
13+
• Calling from the favorites grid view now works as expected
14+
• Fixed phone number text direction in RTL layout
15+
• Fixed incorrect colors on conference call screen
16+
• Fixes crash when searching in call history

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.0
26-
VERSION_CODE=8
25+
VERSION_NAME=1.5.1
26+
VERSION_CODE=9
2727
APP_ID=org.fossify.phone

0 commit comments

Comments
 (0)