From e46ec5ddcf73d5eefdf4da6752ece46093f2a957 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 15:53:28 +0530 Subject: [PATCH] chore(release): v1.6.2 (12) (#530) Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 6 +++++- fastlane/metadata/android/en-US/changelogs/12.txt | 11 +++++++++++ gradle.properties | 4 ++-- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/12.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 63083591..81f301ef 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.6.1 +1.6.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8323e2..b8bbfceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ 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.6.2] - 2025-08-23 ### Changed - Renamed notification channels to be more user-friendly ([#196]) +- Updated translations ### Fixed - 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 [#526]: https://github.com/FossifyOrg/Phone/issues/526 [#535]: https://github.com/FossifyOrg/Phone/issues/535 -[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.6.1...HEAD +[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.6.2...HEAD +[1.6.2]: https://github.com/FossifyOrg/Phone/compare/1.6.1...1.6.2 [1.6.1]: https://github.com/FossifyOrg/Phone/compare/1.6.0...1.6.1 [1.6.0]: https://github.com/FossifyOrg/Phone/compare/1.5.1...1.6.0 [1.5.1]: https://github.com/FossifyOrg/Phone/compare/1.5.0...1.5.1 diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 00000000..060f1227 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1,11 @@ +Changed: + +• Renamed notification channels to be more user-friendly +• Updated translations + +Fixed: + +• Fixed missing phone number in call history details +• Fixed incorrect sorting in call history search results +• Fixed frequent crashes in call history + diff --git a/gradle.properties b/gradle.properties index e499e6cf..ffcecf34 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,6 @@ android.nonTransitiveRClass=false kotlin.code.style=official # Versioning -VERSION_NAME=1.6.1 -VERSION_CODE=11 +VERSION_NAME=1.6.2 +VERSION_CODE=12 APP_ID=org.fossify.phone