Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .fossify/release-marker.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Auto-generated file. DO NOT EDIT.

# EDIT: But why not? 🤷
1.8.0
# Auto-generated file. DO NOT EDIT.
1.9.0
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.9.0] - 2025-11-03
### Added
- Ability to create contact by clicking thumbnail in call history ([#631])

### Changed
- Updated translations

### Fixed
- Fixed invisible status bar icons in calls ([#628])

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

[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.8.0...HEAD
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.9.0...HEAD
[1.9.0]: https://github.com/FossifyOrg/Phone/compare/1.8.0...1.9.0
[1.8.0]: https://github.com/FossifyOrg/Phone/compare/1.7.3...1.8.0
[1.7.3]: https://github.com/FossifyOrg/Phone/compare/1.7.2...1.7.3
[1.7.2]: https://github.com/FossifyOrg/Phone/compare/1.7.1...1.7.2
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Added:

• Ability to create contact by clicking thumbnail in call history

Changed:

• Updated translations

Fixed:

• Fixed invisible status bar icons in calls

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ android.nonTransitiveRClass=false
kotlin.code.style=official

# Versioning
VERSION_NAME=1.8.0
VERSION_CODE=17
VERSION_NAME=1.9.0
VERSION_CODE=18
APP_ID=org.fossify.phone
Loading