From 28fd6c162c225fa07e5028dbda204d340f9654ab Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 04:01:38 +0000 Subject: [PATCH] chore(release): v1.6.0 (13) --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 6 +++++- fastlane/metadata/android/en-US/changelogs/13.txt | 9 +++++++++ gradle.properties | 4 ++-- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/13.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index cc27b19ad..5516c596e 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.5.0 +1.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae4ea789..f8bfdce16 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.0] - 2026-01-24 ### Changed - Tapping contact photo in lists now launches the contact details page ([#452]) +- Updated translations ### Fixed - Fixed incorrect spacing between prefix and last name ([#157]) @@ -122,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#415]: https://github.com/FossifyOrg/Contacts/issues/415 [#452]: https://github.com/FossifyOrg/Contacts/issues/452 -[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.5.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.6.0...HEAD +[1.6.0]: https://github.com/FossifyOrg/Contacts/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/FossifyOrg/Contacts/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/FossifyOrg/Contacts/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/FossifyOrg/Contacts/compare/1.2.5...1.3.0 diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 000000000..db19aded9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,9 @@ +Changed: + +• Tapping contact photo in lists now launches the contact details page +• Updated translations + +Fixed: + +• Fixed incorrect spacing between prefix and last name + diff --git a/gradle.properties b/gradle.properties index 8de2ea888..55de30710 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.5.0 -VERSION_CODE=12 +VERSION_NAME=1.6.0 +VERSION_CODE=13 APP_ID=org.fossify.contacts