From d82e44e0767c903c1e2c5d946606552d7bb690eb Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:43:46 +0000 Subject: [PATCH] chore(release): v1.9.0 (18) --- .fossify/release-marker.txt | 6 ++---- CHANGELOG.md | 8 +++++++- fastlane/metadata/android/en-US/changelogs/18.txt | 12 ++++++++++++ gradle.properties | 4 ++-- 4 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/18.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index d492ee7ef..1639ece39 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3e61b35..db4089667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/18.txt b/fastlane/metadata/android/en-US/changelogs/18.txt new file mode 100644 index 000000000..952d94533 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/18.txt @@ -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 + diff --git a/gradle.properties b/gradle.properties index edd6a7bb5..fc46b183c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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