Skip to content

Commit fa46abe

Browse files
chore(release): v1.9.0 (18) (#630)
1 parent 34626f7 commit fa46abe

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

.fossify/release-marker.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
# Auto-generated file. DO NOT EDIT.
2-
3-
# EDIT: But why not? 🤷
4-
1.8.0
1+
# Auto-generated file. DO NOT EDIT.
2+
1.9.0

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ 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.9.0] - 2025-11-03
810
### Added
911
- Ability to create contact by clicking thumbnail in call history ([#631])
1012

13+
### Changed
14+
- Updated translations
15+
1116
### Fixed
1217
- Fixed invisible status bar icons in calls ([#628])
1318

@@ -233,7 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233238
[#628]: https://github.com/FossifyOrg/Phone/issues/628
234239
[#631]: https://github.com/FossifyOrg/Phone/issues/631
235240

236-
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.8.0...HEAD
241+
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.9.0...HEAD
242+
[1.9.0]: https://github.com/FossifyOrg/Phone/compare/1.8.0...1.9.0
237243
[1.8.0]: https://github.com/FossifyOrg/Phone/compare/1.7.3...1.8.0
238244
[1.7.3]: https://github.com/FossifyOrg/Phone/compare/1.7.2...1.7.3
239245
[1.7.2]: https://github.com/FossifyOrg/Phone/compare/1.7.1...1.7.2
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Added:
2+
3+
• Ability to create contact by clicking thumbnail in call history
4+
5+
Changed:
6+
7+
• Updated translations
8+
9+
Fixed:
10+
11+
• Fixed invisible status bar icons in calls
12+

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.8.0
26-
VERSION_CODE=17
25+
VERSION_NAME=1.9.0
26+
VERSION_CODE=18
2727
APP_ID=org.fossify.phone

0 commit comments

Comments
 (0)